commit
4c74866864
|
|
@ -1547,7 +1547,7 @@ void mmu_continue_loading(bool blocking)
|
||||||
};
|
};
|
||||||
Ls state = Ls::Enter;
|
Ls state = Ls::Enter;
|
||||||
|
|
||||||
const uint_least8_t max_retry = 2;
|
const uint_least8_t max_retry = 3;
|
||||||
uint_least8_t retry = 0;
|
uint_least8_t retry = 0;
|
||||||
|
|
||||||
while (!success)
|
while (!success)
|
||||||
|
|
|
||||||
|
|
@ -504,7 +504,7 @@
|
||||||
#define MMU_REQUIRED_FW_BUILDNR 132
|
#define MMU_REQUIRED_FW_BUILDNR 132
|
||||||
#define MMU_FORCE_STEALTH_MODE
|
#define MMU_FORCE_STEALTH_MODE
|
||||||
#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
|
||||||
|
|
||||||
#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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -505,7 +505,7 @@
|
||||||
#define MMU_REQUIRED_FW_BUILDNR 132
|
#define MMU_REQUIRED_FW_BUILDNR 132
|
||||||
#define MMU_FORCE_STEALTH_MODE
|
#define MMU_FORCE_STEALTH_MODE
|
||||||
#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
|
||||||
|
|
||||||
#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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -504,7 +504,7 @@
|
||||||
#define MMU_REQUIRED_FW_BUILDNR 132
|
#define MMU_REQUIRED_FW_BUILDNR 132
|
||||||
#define MMU_FORCE_STEALTH_MODE
|
#define MMU_FORCE_STEALTH_MODE
|
||||||
#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.
|
// This is experimental feature requested by our test department.
|
||||||
// There is no known use for ordinary user. If enabled by this macro
|
// There is no known use for ordinary user. If enabled by this macro
|
||||||
|
|
|
||||||
|
|
@ -505,7 +505,7 @@
|
||||||
#define MMU_REQUIRED_FW_BUILDNR 132
|
#define MMU_REQUIRED_FW_BUILDNR 132
|
||||||
#define MMU_FORCE_STEALTH_MODE
|
#define MMU_FORCE_STEALTH_MODE
|
||||||
#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.
|
// This is experimental feature requested by our test department.
|
||||||
// There is no known use for ordinary user. If enabled by this macro
|
// There is no known use for ordinary user. If enabled by this macro
|
||||||
|
|
|
||||||
|
|
@ -630,7 +630,7 @@
|
||||||
#define MMU_REQUIRED_FW_BUILDNR 83
|
#define MMU_REQUIRED_FW_BUILDNR 83
|
||||||
#define MMU_HWRESET
|
#define MMU_HWRESET
|
||||||
#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
|
||||||
#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
|
||||||
|
|
|
||||||
|
|
@ -632,7 +632,7 @@
|
||||||
#define MMU_REQUIRED_FW_BUILDNR 83
|
#define MMU_REQUIRED_FW_BUILDNR 83
|
||||||
#define MMU_HWRESET
|
#define MMU_HWRESET
|
||||||
#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.
|
// This is experimental feature requested by our test department.
|
||||||
// There is no known use for ordinary user. If enabled by this macro
|
// There is no known use for ordinary user. If enabled by this macro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue