Skip to content

Gmoccapy - change spindle => spindle_0 in *.ini files #3488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions configs/sim/gmoccapy/6_axis.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[EMC]
VERSION = 1.1
MACHINE = gmoccapy_9_axis
MACHINE = gmoccapy_6_axis
DEBUG = 0

[DISPLAY]
Expand All @@ -15,10 +15,12 @@ GEOMETRY = XYZABC

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

DEFAULT_SPINDLE_SPEED = 500
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 500

# list of selectable jog increments
INCREMENTS = 1.000 mm, 0.100 mm, 0.010 mm, 0.001 mm ,1.2345 in
Expand Down
10 changes: 6 additions & 4 deletions configs/sim/gmoccapy/7_axis.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[EMC]
VERSION = 1.1
MACHINE = gmoccapy_9_axis
MACHINE = gmoccapy_7_axis
DEBUG = 0

[DISPLAY]
Expand All @@ -15,10 +15,12 @@ GEOMETRY = XYZABCUVW

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

DEFAULT_SPINDLE_SPEED = 500
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 500

# list of selectable jog increments
INCREMENTS = 1.000 mm, 0.100 mm, 0.010 mm, 0.001 mm ,1.2345 in
Expand Down
10 changes: 6 additions & 4 deletions configs/sim/gmoccapy/7_axis_tool.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[EMC]
VERSION = 1.1
MACHINE = gmoccapy_9_axis
MACHINE = gmoccapy_7_axis_tool
DEBUG = 0

[DISPLAY]
Expand All @@ -15,10 +15,12 @@ GEOMETRY = XYZABCUVW

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

DEFAULT_SPINDLE_SPEED = 500
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 500

# list of selectable jog increments
INCREMENTS = 1.000 mm, 0.100 mm, 0.010 mm, 0.001 mm ,1.2345 in
Expand Down
10 changes: 6 additions & 4 deletions configs/sim/gmoccapy/8_axis.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[EMC]
VERSION = 1.1
MACHINE = gmoccapy_9_axis
MACHINE = gmoccapy_8_axis
DEBUG = 0

[DISPLAY]
Expand All @@ -15,10 +15,12 @@ GEOMETRY = XYZABCUVW

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

DEFAULT_SPINDLE_SPEED = 500
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 500

# list of selectable jog increments
INCREMENTS = 1.000 mm, 0.100 mm, 0.010 mm, 0.001 mm ,1.2345 in
Expand Down
8 changes: 5 additions & 3 deletions configs/sim/gmoccapy/9_axis.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ GEOMETRY = XYZABCUVW

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

DEFAULT_SPINDLE_SPEED = 500
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 500

# list of selectable jog increments
INCREMENTS = 1.000 mm, 0.100 mm, 0.010 mm, 0.001 mm ,1.2345 in
Expand Down
8 changes: 5 additions & 3 deletions configs/sim/gmoccapy/gmoccapy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ CYCLE_TIME = 100

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

# Initial value for spindle speed
DEFAULT_SPINDLE_SPEED = 450
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# The following are not used, added here to suppress warnings (from qt_istat/logger).
DEFAULT_LINEAR_VELOCITY = 35
Expand Down
9 changes: 7 additions & 2 deletions configs/sim/gmoccapy/gmoccapy_4_axis.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down
10 changes: 7 additions & 3 deletions configs/sim/gmoccapy/gmoccapy_800x600.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ CYCLE_TIME = 100

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
DEFAULT_LINEAR_VELOCITY = 100
MAX_ANGULAR_VELOCITY = 234
DEFAULT_SPINDLE_SPEED = 450

# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down
9 changes: 7 additions & 2 deletions configs/sim/gmoccapy/gmoccapy_XYZAB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
Expand Down
9 changes: 7 additions & 2 deletions configs/sim/gmoccapy/gmoccapy_XYZAC.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
Expand Down
11 changes: 8 additions & 3 deletions configs/sim/gmoccapy/gmoccapy_XYZCW.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[EMC]

VERSION = 1.1
MACHINE = gmoccapy XYZAB
MACHINE = gmoccapy XYZCW
DEBUG = 0
#DEBUG = 0x7FFFFFFF

Expand All @@ -22,8 +22,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
Expand Down
10 changes: 7 additions & 3 deletions configs/sim/gmoccapy/gmoccapy_blockdelete.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ CYCLE_TIME = 100

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
DEFAULT_LINEAR_VELOCITY = 100
MAX_ANGULAR_VELOCITY = 234
DEFAULT_SPINDLE_SPEED = 450

# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down
9 changes: 7 additions & 2 deletions configs/sim/gmoccapy/gmoccapy_left_panel.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down
9 changes: 7 additions & 2 deletions configs/sim/gmoccapy/gmoccapy_messages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
Expand Down
9 changes: 7 additions & 2 deletions configs/sim/gmoccapy/gmoccapy_pedant.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Prefix to be used
PROGRAM_PREFIX = /home/emcmesa/linuxcnc/nc_files
Expand Down
10 changes: 7 additions & 3 deletions configs/sim/gmoccapy/gmoccapy_pyngcgui.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,18 @@ CYCLE_TIME = 100

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
DEFAULT_LINEAR_VELOCITY = 100
MAX_ANGULAR_VELOCITY = 234
DEFAULT_SPINDLE_SPEED = 450

# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down
10 changes: 7 additions & 3 deletions configs/sim/gmoccapy/gmoccapy_pyngcgui_gcmc.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,18 @@ CYCLE_TIME = 100

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
DEFAULT_LINEAR_VELOCITY = 100
MAX_ANGULAR_VELOCITY = 234
DEFAULT_SPINDLE_SPEED = 450

# Introductory graphic
INTRO_GRAPHIC = linuxcnc.gif
Expand Down
11 changes: 8 additions & 3 deletions configs/sim/gmoccapy/gmoccapy_qt_messages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ CYCLE_TIME = 100

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
DEFAULT_LINEAR_VELOCITY = 100
MAX_ANGULAR_VELOCITY = 234
DEFAULT_SPINDLE_SPEED = 450


# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down
9 changes: 7 additions & 2 deletions configs/sim/gmoccapy/gmoccapy_right_panel.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down
9 changes: 7 additions & 2 deletions configs/sim/gmoccapy/gmoccapy_sim_hardware_button.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ CYCLE_TIME = 100

# Highest value that will be allowed for feed override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = .5
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = .5

# Initial value for spindle speed
# The value will be used the first time Gmoccapy is loaded.
# It will then be overwritten by the *.pref file.
DEFAULT_SPINDLE_0_SPEED = 450

# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down
Loading
Loading