fix: Remove trailing whitespace

Signed-off-by: Christopher Mattar <info@3dcoded.xyz>
This commit is contained in:
Christopher Mattar 2026-02-26 20:10:14 -05:00
parent 7f6434ba89
commit d6a6607dcf
No known key found for this signature in database
GPG key ID: BF55D8438F300C5F
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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