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/calibrate
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
..
G28.cpp Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
G33.cpp [2.0] Fix up G33, LPC1768 + SDCARD_SORT_ALPHA (#8250) 2017-11-04 18:04:18 -05:00
M48.cpp Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
M100.cpp Cleanup warnings 2017-09-30 16:47:17 -05:00
M665.cpp G33 changes from 1.1.x 2017-09-24 14:16:23 -05:00
M666.cpp Implement support for Dual X and Y endstops 2017-10-29 18:56:04 -05:00