Enhance IDEX toolchange auto-return w/ no park, full control (#14117)

This commit is contained in:
InsanityAutomation
2019-06-23 21:00:48 -04:00
committed by Scott Lahteine
parent 3d9d72e8db
commit aa0383a83b
92 changed files with 137 additions and 42 deletions

View File

@ -68,7 +68,6 @@ void GcodeSuite::T(const uint8_t tool_index) {
tool_change(
tool_index,
MMM_TO_MMS(parser.linearval('F')),
(tool_index == active_extruder) || parser.boolval('S')
);