Re-remove MUVE

parent bba4310c
Pipeline #75 skipped
......@@ -4988,9 +4988,7 @@ inline void gcode_G92() {
current_position[i] = v;
if (i == E_AXIS) {
#if DISABLED(MUVE_Z_PEEL)
plan_set_e_position(v);
#endif
plan_set_e_position(v);
}
else {
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