Remove I2CPEM workspace offset

This commit is contained in:
Scott Lahteine 2017-11-04 14:59:42 -05:00
parent 5fefa200ba
commit 64f077fd2a
2 changed files with 2 additions and 20 deletions

View file

@ -6219,11 +6219,6 @@ inline void gcode_G92() {
#if HAS_POSITION_SHIFT
position_shift[i] += v - p; // Offset the coordinate space
update_software_endstops((AxisEnum)i);
#if ENABLED(I2C_POSITION_ENCODERS)
I2CPEM.encoders[I2CPEM.idx_from_axis((AxisEnum)i)].set_axis_offset(position_shift[i]);
#endif
#endif
}
#endif