Skip to content

Commit

Permalink
small change in position_endstop info
Browse files Browse the repository at this point in the history
  • Loading branch information
TitusLabs committed Aug 1, 2024
1 parent d3a48e4 commit 9f16ebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions z_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,9 @@ def calibrate_z(self, switch_offset, nozzle_site, switch_site, bed_site):
if abs(offset) > 0.2:
pos_z_estop = self.helper.position_z_endstop
new_pos_z_estop = pos_z_estop - offset
self.gcmd.respond_info("%s: current z position_endstop=%.3f -"
" new offset=%.6f --> possible"
" suggestion: new z"
self.gcmd.respond_info("%s: current z axis position_endstop="
"%.3f - new offset=%.6f --> POSSIBLE"
" SUGGESTION: new z axis"
" position_endstop=%.3f"
% (self.gcmd.get_command(),
pos_z_estop, offset,
Expand Down

0 comments on commit 9f16ebc

Please sign in to comment.