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

Support inches, fahrenheit, and kelvin #3985

Merged

Conversation

thinkyhead
Copy link
Member

@thinkyhead thinkyhead commented Jun 9, 2016

Cleanup of #3934 ready to merge.

  • Squashed commits.
  • Reduced binary size by adding inline specifiers to code value getters.
  • Additionally removed unnecessary declarations from the M100 code.

mrnerdhair and others added 2 commits June 8, 2016 16:51
This is an update of MarlinDev PR #196.

G20/21: support for switching input units between millimeters and
inches.
M149: support for changing input temperature units.

In support of these changes, code_value() and code_value_short() are
replaced with an array of functions which handle converting to the
proper types and/or units.
@thinkyhead thinkyhead force-pushed the rc_inch_fahrenheit_kelvin branch from 6c5ac5c to 0b3142b Compare June 9, 2016 00:09
@thinkyhead thinkyhead merged commit 26f8f54 into MarlinFirmware:RCBugFix Jun 9, 2016
@thinkyhead thinkyhead deleted the rc_inch_fahrenheit_kelvin branch June 9, 2016 03:10
@thinkyhead thinkyhead mentioned this pull request Jul 8, 2016
@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