Commit Graph

9 Commits (85c2b966858d2050166713738ddba0463ae8ea82)

Author SHA1 Message Date
Scott Lahteine f3720f4e81 const arguments to test_dual_z_endstops
João Brázio 3ebad4e020 Moves all global enums to a central file
Scott Lahteine 7242d44810 Endstops vars already initialized
Scott Lahteine e60224a943 Drop FORCE_INLINE from endstops.h
`FORCE_INLINE` seems to have no effect with standard optimization.
Scott Lahteine 26f866b908 Apply static to Endstops class
Scott Lahteine 15fc93d742 Cleanup and consolidate probe conditionals for clarity
Scott Lahteine 24a15332b3 Encapsulate dual Z endstop handling
Scott Lahteine 5076d12344 Localize M119 in Endstops class
Scott Lahteine 5e4e535ce8 Stepper and Endstops as singleton objects