MarlinFirmware/Marlin/src/module
Roxy-3D cd9868f442
Make position_is_reachable() smarter about IDEX machines`
On many IDEX machines the allowed travel of the X1 carraige and X2 carraige does not perfectly overlap.

This helps the issue.   But more work needs to be done at the higher level.  (For example the X1_MAX_POS should probably be factored into G26's mesh validation pattern.)
2018-08-21 19:12:26 -05:00
..
thermistor Optimize thermistor table 71 2018-08-13 02:54:55 -05:00
configuration_store.cpp Compile only selected PIO environment (#11519) 2018-08-14 03:28:52 -05:00
configuration_store.h Compile only selected PIO environment (#11519) 2018-08-14 03:28:52 -05:00
delta.cpp Followup to float maths patch 2018-07-06 21:34:09 -05:00
delta.h Optimize delta kinematics 2018-07-04 22:28:56 -05:00
endstops.cpp Easier to disable homing validation (#11458) 2018-08-06 23:11:37 -05:00
endstops.h Easier to disable homing validation (#11458) 2018-08-06 23:11:37 -05:00
motion.cpp [2.0.x] Fix Dual X Carriage tool change crash (#11447) 2018-08-03 20:47:29 -05:00
motion.h Make position_is_reachable() smarter about IDEX machines` 2018-08-21 19:12:26 -05:00
planner.cpp Fix UBL/Homing (#11566) 2018-08-16 08:28:40 -05:00
planner.h Easier to find 'static inline' 2018-08-13 23:55:33 -05:00
planner_bezier.cpp Easier to find 'static inline' 2018-08-13 23:55:33 -05:00
planner_bezier.h Implement BEZIER_JERK_CONTROL 2018-04-07 21:03:28 -05:00
printcounter.cpp [2.0.x] Use the new const functions of the persistentStore api (#11544) 2018-08-14 18:35:36 -05:00
printcounter.h Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
probe.cpp Add Z_CLEARANCE_MULTI_PROBE 2018-07-12 22:46:34 -05:00
probe.h [2.0.x] different bltouch init (#11135) 2018-07-26 05:04:09 -05:00
scara.cpp Move get_axis_position_mm to Planner (#10718) 2018-05-12 09:59:11 -05:00
scara.h Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
servo.cpp Move servo code to modules/servo.* 2017-11-19 14:23:02 -06:00
servo.h Compile only selected PIO environment (#11519) 2018-08-14 03:28:52 -05:00
speed_lookuptable.h Module updates 2017-09-21 16:26:42 -05:00
stepper.cpp Compile only selected PIO environment (#11519) 2018-08-14 03:28:52 -05:00
stepper.h Easier to find 'static inline' 2018-08-13 23:55:33 -05:00
stepper_indirection.cpp New TMC2208 constructor 2018-08-14 18:41:51 -05:00
stepper_indirection.h Simplify stepper driver per-axis selection 2018-07-25 02:47:43 -05:00
temperature.cpp Compile only selected PIO environment (#11519) 2018-08-14 03:28:52 -05:00
temperature.h Ensure ADC conversion is complete before reading (#11336) 2018-07-26 03:59:19 -05:00
tool_change.cpp Fix indentation, whitespace, spelling, formbot pins... 2018-08-21 09:47:57 -05:00
tool_change.h Fix switching extruder 2018-05-19 17:05:15 -05:00