Merge branch '52-taz6-standard-extruder-wrong-e-steps' into 'master'

Resolve "TAZ6 standard extruder wrong E-steps"

Closes #52

See merge request lulzbot3d/marlin!34
This commit is contained in:
Brian Kahl 2021-10-12 19:38:24 +00:00
commit d0d8bf7a16
2 changed files with 2 additions and 2 deletions

View File

@ -1272,7 +1272,7 @@
#if ANY(MiniV2, Sidekick_289, Sidekick_747)
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 200, 420 }
#elif ENABLED(TAZ6)
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 1600, 830 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 1600, 833 }
#elif ANY(Workhorse, TAZPro, TAZProXT)
#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 500, 420 }
#endif

View File

@ -3889,7 +3889,7 @@
#if defined(TAZ6)
#define MAIN_MENU_ITEM_1_DESC "Standard|0.5mm"
#define MAIN_MENU_ITEM_1_GCODE "M92E814\nM206Y5\nM301" DEFAULT_PID "\nM907E" E_CURRENT_Std "\nM500\nM117 Standard|0.5mm"
#define MAIN_MENU_ITEM_1_GCODE "M92E833\nM206Y5\nM301" DEFAULT_PID "\nM907E" E_CURRENT_Std "\nM500\nM117 Standard|0.5mm"
#endif
#endif