Re-remove MUVE

parent bba4310c
Pipeline #75 skipped
...@@ -4988,9 +4988,7 @@ inline void gcode_G92() { ...@@ -4988,9 +4988,7 @@ inline void gcode_G92() {
current_position[i] = v; current_position[i] = v;
if (i == E_AXIS) { if (i == E_AXIS) {
#if DISABLED(MUVE_Z_PEEL) plan_set_e_position(v);
plan_set_e_position(v);
#endif
} }
else { else {
position_shift[i] += v - p; // Offset the coordinate space position_shift[i] += v - p; // Offset the coordinate space
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment