Files
marlin_skr/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
..
2017-11-04 00:05:38 -05:00
2017-10-18 14:03:17 -05:00
2017-11-04 00:05:38 -05:00
2017-11-04 00:05:38 -05:00
2017-10-15 03:05:29 -05:00
2017-11-04 00:05:38 -05:00
2017-11-04 00:05:38 -05:00
2017-11-04 00:05:38 -05:00
2017-09-21 16:26:59 -05:00
2017-11-04 00:05:38 -05:00
2017-10-26 20:44:43 -05:00
2017-09-30 16:47:17 -05:00
2017-10-31 21:20:41 -05:00