Skip to content

Commit

Permalink
More consistent Case use
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Jul 19, 2024
1 parent 5f896ba commit bc617ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wiki/Calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
**NOTE:** `gcode_z_offset` on Tool 0 is always 0.

- Home and QGL
- Set the tool `z_offset` using the paper method
- Add this to the tool_probe config `z_offset`
- For tools after Tool 0, use this value to find the `gcode_z_offset`, which is the difference between this `tool_probe` and `tool_probe` for tool 0 `z_offset`. ie: if Tool 1 has a `z_offset` of `-1.0` and Tool 0 is `-0.8`, the `gcode_z_offset` for Tool 1 is `-0.2`
- Set the `tool_probe` `z_offset` using the paper method
- Add this to the `tool_probe` config `z_offset`
- For tools after Tool 0, use this value to find the `gcode_z_offset`, which is the difference between this `tool_probe` and `tool_probe` for Tool 0 `z_offset`. ie: if Tool 1 has a `z_offset` of `-1.0` and Tool 0 is `-0.8`, the `gcode_z_offset` for Tool 1 is `-0.2`
- Restart Klipper
- Repeat for all tools

Expand Down

0 comments on commit bc617ad

Please sign in to comment.