mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-04 17:14:38 -07:00
fix: Remove trailing whitespace
Signed-off-by: Christopher Mattar <info@3dcoded.xyz>
This commit is contained in:
parent
7f6434ba89
commit
d6a6607dcf
2 changed files with 4 additions and 4 deletions
|
|
@ -445,10 +445,10 @@ The following information is available in the `quad_gantry_level` object
|
|||
(this object is available if quad_gantry_level is defined):
|
||||
- `applied`: True if the gantry leveling process has been run and completed
|
||||
successfully.
|
||||
- `z_height`: A list of four numbers indicating the Z actuator positions.
|
||||
- `z_height`: A list of four numbers indicating the Z actuator positions.
|
||||
Set to `[0,0,0,0]` if the gantry leveling process has not been run.
|
||||
- `z_positions`: A list of four numbers indicating the positions at which
|
||||
the Z probe triggered during a quad gantry level. Set to `[0,0,0,0]` if
|
||||
- `z_positions`: A list of four numbers indicating the positions at which
|
||||
the Z probe triggered during a quad gantry level. Set to `[0,0,0,0]` if
|
||||
the gantry leveling process has not been run.
|
||||
|
||||
## query_endstops
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ class QuadGantryLevel:
|
|||
z_height[1] = self.plot(slope_y_s01, self.gantry_corners[1][1])
|
||||
z_height[2] = self.plot(slope_y_s23, self.gantry_corners[1][1])
|
||||
z_height[3] = self.plot(slope_y_s23, self.gantry_corners[0][1])
|
||||
|
||||
|
||||
self.z_height = z_height
|
||||
self.z_positions = z_positions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue