diff options
Diffstat (limited to 'docs/BLTouch.md')
-rw-r--r-- | docs/BLTouch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BLTouch.md b/docs/BLTouch.md index 4445a6a5..9d6a7983 100644 --- a/docs/BLTouch.md +++ b/docs/BLTouch.md @@ -28,7 +28,7 @@ move to the center of the bed, and home the z axis. For example: ``` [safe_z_home] -home_xy_position: 100,100 # Change coordinates to the center of your print bed +home_xy_position: 100, 100 # Change coordinates to the center of your print bed speed: 50 z_hop: 10 # Move up 10mm z_hop_speed: 5 |