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

Fix G53 as prefix, G28 with CNC_COORDINATE_SYSTEMS #15069

Merged
merged 9 commits into from
Aug 28, 2019

Commits on Aug 27, 2019

  1. Fix - G53 was not using/switching to native space

    As per MarlinFirmware#14743 G53 was not behaving as it should.  Explicit calls to 'update_workspace_offset' resolves the issue. Additional condition for G28 to respect the currently selected workspace.
    shitcreek committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c42b575 View commit details
    Browse the repository at this point in the history
  2. Update G53-G59.cpp

    shitcreek authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6744109 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Clean up spacing

    thinkyhead committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    f4198a4 View commit details
    Browse the repository at this point in the history
  2. G92 cosmetic tweak

    thinkyhead committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    58b7a40 View commit details
    Browse the repository at this point in the history
  3. Reduce code to minimum

    thinkyhead committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    c461fa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f60cb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c09d624 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f4f144 View commit details
    Browse the repository at this point in the history
  7. G28 should be fine now

    thinkyhead committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    a42a0f6 View commit details
    Browse the repository at this point in the history