aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-makergear-m2-2012.cfg
Commit message (Collapse)AuthorAgeFilesLines
* endstop_phase: Obtain phases directly from stepper microsteps configKevin O'Connor2020-12-181-7/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update printer-makergear-m2-2012.cfgKevin O'Connor2020-10-151-2/+1
| | | | | | | Config should not specify a default pressure_advance. Note limit on current with old 30 Ohm Z-motor. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* endstop_phase: Move endstop phase homing code to new "extras" moduleKevin O'Connor2018-10-161-6/+12
| | | | | | | Move the endstop phase tracking code from stepper.py to a new extras/endstop_phase.py module. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a "printer-" prefix to example printer config filesKevin O'Connor2018-02-111-0/+108
Add a prefix to the example printer config files so that a sorted directory listing shows all the samples bundled together. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>