Strip trailing spaces
This commit is contained in:
@ -234,7 +234,7 @@ void GcodeSuite::G28(const bool always_home_all) {
|
||||
#endif
|
||||
(parser.seenval('R') ? parser.value_linear_units() : Z_HOMING_HEIGHT)
|
||||
);
|
||||
|
||||
|
||||
if (z_homing_height && (home_all || homeX || homeY)) {
|
||||
// Raise Z before homing any other axes and z is not already high enough (never lower z)
|
||||
destination[Z_AXIS] = z_homing_height;
|
||||
|
Reference in New Issue
Block a user