Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1] Fix G92 for native workspace #8309

Merged

Conversation

thinkyhead
Copy link
Member

@thinkyhead thinkyhead commented Nov 7, 2017

Addressing #8307

G92 internal behavior changes following the native workspace update.

  • The E position is always set directly
  • When position_shift exists, G92 only modifies position_shift for XYZ.
  • Without position_shift (NO_WORKSPACE_OFFSETS) G92 works like Marlin 1.0.
  • Always do a stepper.synchronize at the start of G92.

@thinkyhead thinkyhead merged commit 8e18e05 into MarlinFirmware:bugfix-1.1.x Nov 7, 2017
@thinkyhead thinkyhead deleted the bf1_fixes_for_117 branch November 7, 2017 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant