marlin2_a10m/Marlin/src/module
GMagician a61127a421 [2.0.x] tool change bad behaviours
This will solve 2 issues on tool change.
1) when no home is done ("no_move" is set) tool change should never move X & Y because... I don't know where I am...only Z should be adjusted to avoid bed collision if other nozzle is lower than current.
Since no move no bed level matrix should be applied
2) When SWITCHING_NOZZLE is enabled and system is homed there are two movements to go to destination, but first can move Z to older position and then crash on the bed
2017-11-20 16:34:55 -06:00
..
thermistor Add OV() macro for use in thermistor tables 2017-11-15 03:15:18 -06:00
configuration_store.cpp No retroactive changes with M851 Z 2017-11-18 03:36:39 -06:00
configuration_store.h Module updates 2017-09-21 16:26:42 -05:00
delta.cpp PROBE_MANUALLY etc. 2017-11-10 19:27:33 -06:00
delta.h PROBE_MANUALLY etc. 2017-11-10 19:27:33 -06:00
endstops.cpp Implement support for Dual X and Y endstops 2017-10-29 18:56:04 -05:00
endstops.h Implement support for Dual X and Y endstops 2017-10-29 18:56:04 -05:00
motion.cpp Fix report_current_position 2017-11-12 23:02:53 -06:00
motion.h Remove enum.h include of MarlinConfig.h 2017-11-19 15:43:38 -06:00
planner.cpp Display filwidth ratio in terms of E mm 2017-11-18 07:01:49 -06:00
planner.h Display filwidth ratio in terms of E mm 2017-11-18 07:01:49 -06:00
planner_bezier.cpp Apply some formatting 2017-11-18 03:12:30 -06:00
planner_bezier.h Module updates 2017-09-21 16:26:42 -05:00
printcounter.cpp Consolidate PrintCounter 2017-09-21 16:26:48 -05:00
printcounter.h Consolidate PrintCounter 2017-09-21 16:26:48 -05:00
probe.cpp Move servo code to modules/servo.* 2017-11-19 14:23:02 -06:00
probe.h Dependency adjustments 2017-11-19 15:43:38 -06:00
scara.cpp Operate in Native Machine Space 2017-11-04 00:05:38 -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 Move servo code to modules/servo.* 2017-11-19 14:23:02 -06:00
speed_lookuptable.h Module updates 2017-09-21 16:26:42 -05:00
stepper.cpp Dependency adjustments 2017-11-19 15:43:38 -06:00
stepper.h Fix name collision. timer_t => hal_timer_t 2017-11-05 19:31:07 -06:00
stepper_indirection.cpp [2.0.x] UltiMachine Archim2 (#8190) 2017-11-03 04:48:15 -05:00
stepper_indirection.h Apply some formatting 2017-11-18 03:12:30 -06:00
temperature.cpp Update pins_RURAMPS4D.h 2017-11-20 15:36:13 -06:00
temperature.h Update Temperature::setPwmFrequency prototype to match source 2017-11-20 01:50:41 -08:00
tool_change.cpp [2.0.x] tool change bad behaviours 2017-11-20 16:34:55 -06:00
tool_change.h Move T (tool change) to cpp 2017-09-21 16:27:10 -05:00