Correctly measured Extruder Steps

This commit is contained in:
Knutwurst
2021-06-25 12:09:04 +02:00
parent b98627d095
commit 79f44aa23c

View File

@@ -864,7 +864,7 @@
#endif
#if ENABLED(KNUTWURST_MEGA_S)
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 400 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 393 }
#endif
#if ENABLED(KNUTWURST_MEGA_X)