- Hotend reheat fix
- Change default E steps for S Extruder
This commit is contained in:
@@ -772,7 +772,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if ENABLED(KNUTWURST_MEGAS)
|
#if ENABLED(KNUTWURST_MEGAS)
|
||||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 384 }
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 392 }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if DISABLED(KNUTWURST_MEGAS)
|
#if DISABLED(KNUTWURST_MEGAS)
|
||||||
|
@@ -374,6 +374,7 @@ void AnycubicTouchscreenClass::ReheatNozzle()
|
|||||||
|
|
||||||
// enable heaters again
|
// enable heaters again
|
||||||
HOTEND_LOOP()
|
HOTEND_LOOP()
|
||||||
|
thermalManager.reset_hotend_idle_timer(e);
|
||||||
#ifdef ANYCUBIC_TFT_DEBUG
|
#ifdef ANYCUBIC_TFT_DEBUG
|
||||||
SERIAL_ECHOLNPGM("DEBUG: Clear flags");
|
SERIAL_ECHOLNPGM("DEBUG: Clear flags");
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user