diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-13 12:43:23 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-13 22:32:45 -0400 |
commit | 268e39fe5202f604a244cf92fbcb08602404909a (patch) | |
tree | 52e97acc47b47b3a5cb1366df5f356273c622ca9 | |
parent | 064212a191bcff50ac3dc4f1bd24095b15fc2be2 (diff) | |
download | kutter-268e39fe5202f604a244cf92fbcb08602404909a.tar.gz kutter-268e39fe5202f604a244cf92fbcb08602404909a.tar.xz kutter-268e39fe5202f604a244cf92fbcb08602404909a.zip |
config: Add "axes: z" and "G4 P100" to sample-bltouch.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/sample-bltouch.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/sample-bltouch.cfg b/config/sample-bltouch.cfg index 66b7d1eb..f998bf7f 100644 --- a/config/sample-bltouch.cfg +++ b/config/sample-bltouch.cfg @@ -26,6 +26,7 @@ activate_gcode: G4 P200 deactivate_gcode: SET_SERVO SERVO=bltouch ANGLE=90 + G4 P100 # Example bed_tilt config section [bed_tilt] @@ -48,6 +49,7 @@ points: # in the stepper_z section to match the probe's z_offset. #[homing_override] #set_position_z: 5 +#axes: z #gcode: # ; G90 ; Uncomment these 2 lines to blindly lift the Z 2mm at start # ; G1 Z7 F600 |