0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-08 10:42:30 +00:00
MarlinFirmware/Marlin/src/core
Scott Lahteine 7ee5894360 Allow float XY probe offsets
Responding to #12383

XY probe offsets should be integers because adding decimal points makes the code larger. But if decimals are very much wanted, this commit removes the old restriction.
2018-11-17 07:44:47 -06:00
..
boards.h UltiMachine Archim 1 support (#12404) 2018-11-14 00:27:39 -06:00
drivers.h Add support for TMC2660 (#11998) 2018-10-06 17:18:10 -05:00
enum.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
language.h Miscellaneous LCD code renaming, reordering (#12430) 2018-11-14 13:13:51 -06:00
macros.h Fix some compile warnings (#12220) 2018-10-26 03:53:06 -05:00
millis_t.h Ensure PENDING/ELAPSED use a 32-bit integer 2018-11-01 16:08:23 -05:00
minmax.h Revert header reorg. 2018-10-02 22:09:41 -05:00
serial.cpp Differentiate translated On/Off from Serial ON/OFF 2018-11-12 17:23:08 -06:00
serial.h Differentiate translated On/Off from Serial ON/OFF 2018-11-12 17:23:08 -06:00
utility.cpp Allow float XY probe offsets 2018-11-17 07:44:47 -06:00
utility.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00