Merge pull request #8344 from tcm0116/2.0.x-delta_height

[2.0.x] Add delta_height variable in lieu of using home_offset
This commit is contained in:
Scott Lahteine
2017-11-09 01:21:53 -06:00
committed by GitHub
9 changed files with 78 additions and 93 deletions

View File

@ -1082,7 +1082,7 @@
// Updated G92 behavior shifts the workspace
#define HAS_POSITION_SHIFT DISABLED(NO_WORKSPACE_OFFSETS)
// The home offset also shifts the coordinate space
#define HAS_HOME_OFFSET (DISABLED(NO_WORKSPACE_OFFSETS) || ENABLED(DELTA))
#define HAS_HOME_OFFSET (DISABLED(NO_WORKSPACE_OFFSETS) && DISABLED(DELTA))
// Either offset yields extra calculations on all moves
#define HAS_WORKSPACE_OFFSET (HAS_POSITION_SHIFT || HAS_HOME_OFFSET)
// M206 doesn't apply to DELTA