|
@@ -505,6 +505,13 @@
|
|
#define MMU_DEBUG //print communication between MMU2 and printer on serial
|
|
#define MMU_DEBUG //print communication between MMU2 and printer on serial
|
|
//#define MMU_HAS_CUTTER
|
|
//#define MMU_HAS_CUTTER
|
|
|
|
|
|
|
|
+// This is experimental feature requested by our test department.
|
|
|
|
+// There is no known use for ordinary user. If enabled by this macro
|
|
|
|
+// and enabled from printer menu (not enabled by default). It cuts filament
|
|
|
|
+// every time when switching filament from gcode. MMU_HAS_CUTTER needs to be
|
|
|
|
+// defined.
|
|
|
|
+
|
|
|
|
+//#define MMU_ALWAYS_CUT
|
|
#define MMU_IDLER_SENSOR_ATTEMPTS_NR 21 //max. number of attempts to load filament if first load failed; value for max bowden length and case when loading fails right at the beginning
|
|
#define MMU_IDLER_SENSOR_ATTEMPTS_NR 21 //max. number of attempts to load filament if first load failed; value for max bowden length and case when loading fails right at the beginning
|
|
|
|
|
|
#endif //__CONFIGURATION_PRUSA_H
|
|
#endif //__CONFIGURATION_PRUSA_H
|