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:
commit
d0d8bf7a16
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user