chiark / gitweb /
Merge pull request #170 from linagee/Marlin_v1
[marlin.git] / Marlin / Configuration.h
index f91b9b022788b421d3545d3ea950fe0194a21ff3..055dd064561dcd172420a2822cd7bce1a1d5ee9a 100644 (file)
 //this prevents dangerous Extruder moves, i.e. if the temperature is under the limit
 //can be software-disabled for whatever purposes by
 #define PREVENT_DANGEROUS_EXTRUDE
+//if PREVENT_DANGEROUS_EXTRUDE is on, you can still disable (uncomment) very long bits of extrusion separately.
+#define PREVENT_LENGTHY_EXTRUDE
+
 #define EXTRUDE_MINTEMP 170
 #define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.