diff options
Diffstat (limited to 'config/sample-probe-as-z-endstop.cfg')
-rw-r--r-- | config/sample-probe-as-z-endstop.cfg | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/config/sample-probe-as-z-endstop.cfg b/config/sample-probe-as-z-endstop.cfg index 5deb088f..f458a5f3 100644 --- a/config/sample-probe-as-z-endstop.cfg +++ b/config/sample-probe-as-z-endstop.cfg @@ -21,7 +21,7 @@ position_min: -2 # The Z carriage may need to travel below the Z=0 # The safe_z_home section modifies the default G28 behavior [safe_z_home] -home_xy_position: 100,100 +home_xy_position: 100, 100 speed: 50 z_hop: 15 z_hop_speed: 5 @@ -29,18 +29,18 @@ z_hop_speed: 5 # Example bed_tilt config section [bed_tilt] points: - 100,100 - 10,10 - 10,100 - 10,190 - 100,10 - 100,190 - 190,10 - 190,100 - 190,190 + 100, 100 + 10, 10 + 10, 100 + 10, 190 + 100, 10 + 100, 190 + 190, 10 + 190, 100 + 190, 190 # Example bed_mesh config section [bed_mesh] -mesh_min: 20,20 -mesh_max: 200,200 -probe_count: 4,4 +mesh_min: 20, 20 +mesh_max: 200, 200 +probe_count: 4, 4 |