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 position adjustment with gcode_T and MBL #4202

Merged

Conversation

thinkyhead
Copy link
Member

Corrects #4182

  • XY position is now updated when MBL is enabled
  • The position_shift is now included when getting "raw" position for MBL

@Alex9779
Copy link
Contributor

Alex9779 commented Jul 4, 2016

Think this line:

#define RAW_CURRENT_POSITION(AXIS) (RAW_POSITION(current_position[AXIS]))

must be

#define RAW_CURRENT_POSITION(AXIS) (RAW_POSITION(current_position[AXIS], AXIS))

@thinkyhead thinkyhead force-pushed the rc_fix_gcode_t_position branch from c06dd5f to f31af61 Compare July 4, 2016 00:44
@thinkyhead thinkyhead merged commit 60865fc into MarlinFirmware:RCBugFix Jul 4, 2016
@thinkyhead thinkyhead deleted the rc_fix_gcode_t_position branch July 4, 2016 00:55
@jbrazio jbrazio modified the milestone: 1.1.0 Jul 18, 2016
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.

3 participants