This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/gcode
Colten Edwards e0a6ee8da5 [2.0] Fix up G33, LPC1768 + SDCARD_SORT_ALPHA (#8250)
* Update Conditionals_post.h

* Add a cast to round() to convert to a unsigned int

Add's a cast to round() so that it will compile properly. round() returns a float which must be cast to a integer for the following % operation. Use a unsigned int as a negative index to an array is wrong. Should never be more than 255 points allowing us to use a 8 bit cast.

* Update G33.cpp
2017-11-04 18:04:18 -05:00
..
bedlevel Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
calibrate [2.0] Fix up G33, LPC1768 + SDCARD_SORT_ALPHA (#8250) 2017-11-04 18:04:18 -05:00
config Add/correct time units on planner vars / M205 B 2017-10-29 18:47:21 -05:00
control Make LPC1768 pinmapping not specific to Re-ARM (#8063) 2017-10-26 13:37:26 -05:00
eeprom boolval revisited (#8016) 2017-10-18 14:03:17 -05:00
feature Neopixel changes for parity with 1.1.x 2017-10-25 18:40:04 -05:00
geometry Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
host Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
lcd Add LCD_SET_PROGRESS_MANUALLY 2017-10-15 03:05:29 -05:00
motion Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
probe Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
scara Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
sdcard Combine G-code files into fewer units 2017-09-23 18:12:04 -05:00
stats Combine G-code files into fewer units 2017-09-23 18:12:04 -05:00
temperature Neopixel changes for parity with 1.1.x 2017-10-25 18:40:04 -05:00
units Move M82_M83 to cpp 2017-09-21 16:26:59 -05:00
gcode.cpp Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
gcode.h Add M290 Babystepping 2017-10-26 20:44:43 -05:00
parser.cpp Cleanup warnings 2017-09-30 16:47:17 -05:00
parser.h Make LPC1768 pinmapping not specific to Re-ARM (#8063) 2017-10-26 13:37:26 -05:00
queue.cpp Allow asterisks in G-Code commands 2017-10-31 21:20:41 -05:00
queue.h Add gcode.cpp, motion.*, queue.* - Apply to some G-codes. 2017-09-21 16:26:45 -05:00