-
- Downloads
G20/21 and M149 support, and code_value() refactor
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.
Showing
- Marlin/Configuration.h 10 additions, 0 deletionsMarlin/Configuration.h
- Marlin/M100_Free_Mem_Chk.cpp 2 additions, 3 deletionsMarlin/M100_Free_Mem_Chk.cpp
- Marlin/Marlin.h 16 additions, 2 deletionsMarlin/Marlin.h
- Marlin/Marlin_main.cpp 320 additions, 173 deletionsMarlin/Marlin_main.cpp
- Marlin/example_configurations/Felix/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/Felix/Configuration.h
- Marlin/example_configurations/Felix/DUAL/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/Felix/DUAL/Configuration.h
- Marlin/example_configurations/Hephestos/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/Hephestos/Configuration.h
- Marlin/example_configurations/Hephestos_2/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/Hephestos_2/Configuration.h
- Marlin/example_configurations/K8200/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/K8200/Configuration.h
- Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 10 additions, 0 deletions...le_configurations/RepRapWorld/Megatronics/Configuration.h
- Marlin/example_configurations/RigidBot/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/RigidBot/Configuration.h
- Marlin/example_configurations/SCARA/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/SCARA/Configuration.h
- Marlin/example_configurations/TAZ4/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/TAZ4/Configuration.h
- Marlin/example_configurations/WITBOX/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/WITBOX/Configuration.h
- Marlin/example_configurations/adafruit/ST7565/Configuration.h 10 additions, 0 deletions...in/example_configurations/adafruit/ST7565/Configuration.h
- Marlin/example_configurations/delta/biv2.5/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/delta/biv2.5/Configuration.h
- Marlin/example_configurations/delta/generic/Configuration.h 10 additions, 0 deletionsMarlin/example_configurations/delta/generic/Configuration.h
- Marlin/example_configurations/delta/kossel_mini/Configuration.h 10 additions, 0 deletions.../example_configurations/delta/kossel_mini/Configuration.h
- Marlin/example_configurations/delta/kossel_pro/Configuration.h 10 additions, 0 deletions...n/example_configurations/delta/kossel_pro/Configuration.h
- Marlin/example_configurations/delta/kossel_xl/Configuration.h 10 additions, 0 deletions...in/example_configurations/delta/kossel_xl/Configuration.h
Loading
Please register or sign in to comment