- Hotend reheat fix

- Change default E steps for S Extruder
This commit is contained in:
Knutwurst
2020-06-27 22:45:26 +02:00
parent c4cf58490e
commit 0b2ea96958
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -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