Remove trailing whitespace
This commit is contained in:
parent
55dec02ca1
commit
53c535a0c1
@ -70,7 +70,7 @@
|
||||
#include "../../module/printcounter.h"
|
||||
#define IFPC(A,B) (A)
|
||||
#else
|
||||
#define IFPC(A,B) (B)
|
||||
#define IFPC(A,B) (B)
|
||||
#endif
|
||||
|
||||
#include "ui_api.h"
|
||||
|
@ -1160,7 +1160,7 @@ void set_axis_is_at_home(const AxisEnum axis) {
|
||||
#elif ENABLED(DELTA)
|
||||
current_position[axis] = (axis == Z_AXIS ? delta_height
|
||||
#if HAS_BED_PROBE
|
||||
- zprobe_zoffset + Z_PROBE_OFFSET_FROM_EXTRUDER
|
||||
- zprobe_zoffset + Z_PROBE_OFFSET_FROM_EXTRUDER
|
||||
#endif
|
||||
: base_home_pos(axis));
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user