Enable filament change feature

Adding support for headless M600/M108 filament change

Addressing #15
This commit is contained in:
David Ramiro
2019-02-05 15:24:00 +01:00
parent 79d00d560f
commit 5f7a252267
5 changed files with 56 additions and 12 deletions

View File

@@ -467,7 +467,7 @@
* Note: For Bowden Extruders make this large enough to allow load/unload.
*/
#define PREVENT_LENGTHY_EXTRUDE
#define EXTRUDE_MAXLENGTH 200
#define EXTRUDE_MAXLENGTH 600
//===========================================================================
//======================== Thermal Runaway Protection =======================
@@ -1284,7 +1284,7 @@
* P1 Raise the nozzle always to Z-park height.
* P2 Raise the nozzle by Z-park amount, limited to Z_MAX_POS.
*/
//#define NOZZLE_PARK_FEATURE
#define NOZZLE_PARK_FEATURE
#if ENABLED(NOZZLE_PARK_FEATURE)
// Specify a park position as { X, Y, Z }