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 GCode handling of spaces between command letter and first digit #3044

Merged
merged 1 commit into from
Feb 28, 2016

Conversation

thinkyhead
Copy link
Member

This fixes a bug #2715 where the command argument pointer was not being properly set. In addition it makes the GCode parser tolerant of a space after the initial command letter. See also MarlinFirmware/MarlinDev#352 and #3027

@thinkyhead
Copy link
Member Author

This also fixes SD card issues due to the filename not being picked up, in an alternative manner to the earlier #3027.

thinkyhead added a commit that referenced this pull request Feb 28, 2016
Fix GCode handling of spaces between command letter and first digit
@thinkyhead thinkyhead merged commit d118e3f into MarlinFirmware:RCBugFix Feb 28, 2016
@thinkyhead thinkyhead deleted the rc_gcode_spaces branch March 24, 2016 07:48
@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.

2 participants