- 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)
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 384 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 392 }
#endif
#if DISABLED(KNUTWURST_MEGAS)