diff options
author | Norbert Schechner <nieson@web.de> | 2014-03-24 20:38:14 +0100 |
---|---|---|
committer | Norbert Schechner <nieson@web.de> | 2014-03-24 20:38:14 +0100 |
commit | 1237517d99e9022b3399318c74bb4484be5229ae (patch) | |
tree | 825eda5be5da88155f5e1966265375e864460115 /configs | |
parent | 9be2ff88773ecc6e92cf5a80d543147e55c3edbb (diff) | |
download | linuxcnc-1237517d99e9022b3399318c74bb4484be5229ae.tar.gz linuxcnc-1237517d99e9022b3399318c74bb4484be5229ae.zip |
gmoccapy_1_0_3 - bugs in handling NO_FORCE_HOMING
ver. 1.0.3
- solved some bugs in NO_FORCE_HOMING not handled the correct way
with start button and mode changes after setup page
- get rid of hal_toggleaction_run and hal_action_stop, as the run widget
caused one of the problems
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sim/gmoccapy/gmoccapy.ini | 1 | ||||
-rw-r--r-- | configs/sim/gmoccapy/gmoccapy_lathe.ini | 1 | ||||
-rw-r--r-- | configs/sim/gmoccapy/gmoccapy_lathe_imperial.ini | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/configs/sim/gmoccapy/gmoccapy.ini b/configs/sim/gmoccapy/gmoccapy.ini index 307219c69..76c3f8848 100644 --- a/configs/sim/gmoccapy/gmoccapy.ini +++ b/configs/sim/gmoccapy/gmoccapy.ini @@ -13,7 +13,6 @@ DEBUG = 0 [DISPLAY] DISPLAY = gmoccapy - # Cycle time, in milliseconds, that display will sleep between polls CYCLE_TIME = 100 diff --git a/configs/sim/gmoccapy/gmoccapy_lathe.ini b/configs/sim/gmoccapy/gmoccapy_lathe.ini index c4eebb0e5..b0288ab48 100644 --- a/configs/sim/gmoccapy/gmoccapy_lathe.ini +++ b/configs/sim/gmoccapy/gmoccapy_lathe.ini @@ -20,7 +20,6 @@ MACRO = go_to_position X-pos Y-pos Z-pos # Sections for display options ------------------------------------------------ [DISPLAY] DISPLAY = gmoccapy - LATHE = 1 BACK_TOOL_LATHE = 0 diff --git a/configs/sim/gmoccapy/gmoccapy_lathe_imperial.ini b/configs/sim/gmoccapy/gmoccapy_lathe_imperial.ini index 4819b12e4..230a56321 100644 --- a/configs/sim/gmoccapy/gmoccapy_lathe_imperial.ini +++ b/configs/sim/gmoccapy/gmoccapy_lathe_imperial.ini @@ -5,7 +5,7 @@ # General section ------------------------------------------------------------- [EMC] VERSION = $Revision$ -MACHINE = gmoccapy_lateh_imperial +MACHINE = gmoccapy_lathe_imperial #DEBUG = 0x7FFFFFFF DEBUG = 0 |