Synchronize retractions

This commit is contained in:
Thomas Moore
2017-09-29 08:03:28 -05:00
committed by Scott Lahteine
parent f0d34ca4f5
commit ae2173cd52
6 changed files with 45 additions and 20 deletions

View File

@ -34,7 +34,6 @@
void GcodeSuite::G10() {
#if EXTRUDERS > 1
const bool rs = parser.boolval('S');
fwretract.retracted_swap[active_extruder] = rs; // Use 'S' for swap, default to false
#endif
fwretract.retract(true
#if EXTRUDERS > 1