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/module
Marcio Teixeira 6a8fb0f25f Simplify backlash compensation code. (#12813)
- Use `TEST(dm,axis)` to determine directions instead of doing comparisons.
- Remove recomputation of `millimeters` and `delta_mm` since backlash compensation should not affect the distance over which material is extruded.
2019-01-04 13:30:56 -06:00
..
thermistor Add Formbot 350c Thermistor (#12661) 2018-12-20 17:04:17 -06:00
configuration_store.cpp Fix line-endings, formatting, whitespace 2018-12-30 15:38:20 -06:00
configuration_store.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
delta.cpp Fix compile error with delta and sensorless homing (#12740) 2018-12-27 17:51:22 -06:00
delta.h Overhaul of the planner (#11578) 2018-09-16 21:24:15 -05:00
endstops.cpp Tweaks to endstops code 2018-11-30 14:25:55 -06:00
endstops.h Refine endstops fixes (#12413) 2018-11-13 04:31:58 -06:00
motion.cpp Misc. improvements (#12747) 2019-01-01 15:17:48 -06:00
motion.h Trinamic: Split stealthChop, improve driver monitoring, etc. (#12582) 2018-12-07 15:34:21 -06:00
planner.cpp Simplify backlash compensation code. (#12813) 2019-01-04 13:30:56 -06:00
planner.h Simplify backlash compensation code. (#12813) 2019-01-04 13:30:56 -06:00
planner_bezier.cpp Overhaul of the planner (#11578) 2018-09-16 21:24:15 -05:00
planner_bezier.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
printcounter.cpp A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
printcounter.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
probe.cpp M425 Backlash Correction (#11061) 2018-12-08 14:36:46 -06:00
probe.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
scara.cpp A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
scara.h Overhaul of the planner (#11578) 2018-09-16 21:24:15 -05:00
servo.cpp Fix angles for disabled EDITABLE_SERVO_ANGLES (#12559) 2018-11-30 12:31:42 -06:00
servo.h Fix angles for disabled EDITABLE_SERVO_ANGLES (#12559) 2018-11-30 12:31:42 -06:00
speed_lookuptable.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
stepper.cpp Adding missing code for triple Z-stepper auto-align (#12786) 2019-01-01 18:22:04 -06:00
stepper.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
stepper_indirection.cpp TMC connection test, spreadCycle parameters, improved debugging (#12616) 2018-12-09 20:54:48 -06:00
stepper_indirection.h Move stepper enable/disable to stepper_indirection.h (#12562) 2018-11-30 12:48:46 -06:00
temperature.cpp Misc. improvements (#12747) 2019-01-01 15:17:48 -06:00
temperature.h Fix ExtUI compile warnings and error (#12799) 2019-01-03 08:36:43 -06:00
tool_change.cpp Misc. improvements (#12747) 2019-01-01 15:17:48 -06:00
tool_change.h Combine more tool-change variables (#12137) 2018-11-06 22:22:20 -06:00