-
- Downloads
[New Feature] I2C position encoder support (#6946)
* [New Feature] I2C position encoder support I plan to continue improving/cleaning this up, as there areas that need work. * let the cleanups begin. * progress * more progress * comments, rename files, etc. * clean * Cleanups per thinkyhead * a few more cleanups * cleanups, bugfixes, etc. * remove unnecessary passes_test(), additional cleanups/optimizations * cleanups * misc. * Fix up I2CPEM.init() and a few other things. * organize, fix, rename, etc. * more optimization * a few more tweaks
Showing
- Marlin/Configuration_adv.h 83 additions, 0 deletionsMarlin/Configuration_adv.h
- Marlin/I2CPositionEncoder.cpp 1101 additions, 0 deletionsMarlin/I2CPositionEncoder.cpp
- Marlin/I2CPositionEncoder.h 356 additions, 0 deletionsMarlin/I2CPositionEncoder.h
- Marlin/Marlin_main.cpp 88 additions, 1 deletionMarlin/Marlin_main.cpp
- Marlin/SanityCheck.h 14 additions, 1 deletionMarlin/SanityCheck.h
- Marlin/enum.h 21 additions, 15 deletionsMarlin/enum.h
- Marlin/gcode.h 19 additions, 0 deletionsMarlin/gcode.h
- Marlin/macros.h 2 additions, 0 deletionsMarlin/macros.h
Loading
Please register or sign in to comment