Various fixups for single-nozzle filament swap (#12036)

This commit is contained in:
InsanityAutomation
2018-10-08 16:39:55 -04:00
committed by Scott Lahteine
parent 8dbb305e8e
commit ee253991d4
81 changed files with 417 additions and 345 deletions

View File

@ -45,8 +45,8 @@ void M217_report(const bool eeprom=false) {
* M217 - Set SINGLENOZZLE toolchange parameters
*
* S[mm] Swap length
* P[mm/s] Prime speed
* R[mm/s] Retract speed
* P[mm/m] Prime speed
* R[mm/m] Retract speed
*/
void GcodeSuite::M217() {