diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-07 10:37:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-07 10:37:10 -0400 |
commit | 9613cd2c8a5e7e9dc1f24c153467d08b019da0a5 (patch) | |
tree | 7dce26cca8fc6d4a7b68c6db418967ebd541c996 /config/sample-probe-as-z-endstop.cfg | |
parent | cacb6f437825b9bc75dd586e0209823b5415153d (diff) | |
download | kutter-9613cd2c8a5e7e9dc1f24c153467d08b019da0a5.tar.gz kutter-9613cd2c8a5e7e9dc1f24c153467d08b019da0a5.tar.xz kutter-9613cd2c8a5e7e9dc1f24c153467d08b019da0a5.zip |
config: Fix G90 use in sample-probe-as-z-endstop.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/sample-probe-as-z-endstop.cfg')
-rw-r--r-- | config/sample-probe-as-z-endstop.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sample-probe-as-z-endstop.cfg b/config/sample-probe-as-z-endstop.cfg index fd574c6f..9ef5df7b 100644 --- a/config/sample-probe-as-z-endstop.cfg +++ b/config/sample-probe-as-z-endstop.cfg @@ -25,8 +25,8 @@ position_min: -2 # The Z carriage may need to travel below the Z=0 set_position_z: 0 axes: z gcode: - ; G90 ; Uncomment these 2 lines to blindly lift the Z 2mm at start - ; G1 Z2 F600 + G90 + ; G1 Z2 F600 ; Uncomment to blindly lift the Z 2mm at start G28 X0 Y0 G1 X100 Y100 F3600 G28 Z0 |