marlin2_a10m/Marlin/src
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
..
config Updates to Anet A8 configurations 2017-11-16 23:19:36 -06:00
core Misc. general cleanup 2017-11-19 15:43:39 -06:00
feature Try using <Arduino.h> everywhere 2017-11-19 14:23:02 -06:00
gcode Try port*100+pin, fix config dependency 2017-11-20 13:58:23 -06:00
HAL Try port*100+pin, fix config dependency 2017-11-20 13:58:23 -06:00
inc Try port*100+pin, fix config dependency 2017-11-20 13:58:23 -06:00
lcd Remove enum.h include of MarlinConfig.h 2017-11-19 15:43:38 -06:00
libs Apply some formatting 2017-11-18 03:12:30 -06:00
module [2.0.x] tool change bad behaviours 2017-11-20 16:34:55 -06:00
pins Update pins_RURAMPS4D.h 2017-11-20 15:36:13 -06:00
sd Fix M32 P subroutine handling 2017-11-15 00:44:21 -06:00
Makefile Encapsulate RGB(W) LEDs 2017-09-21 16:26:46 -05:00
Marlin.cpp Move servo code to modules/servo.* 2017-11-19 14:23:02 -06:00
Marlin.h Remove enum.h include of MarlinConfig.h 2017-11-19 15:43:38 -06:00