mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-04 09:04:42 -07:00
🩹 Fix Origin UI second extruder (#27974)
This commit is contained in:
parent
1244a21a21
commit
84448a78be
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ constexpr uint16_t VP_Y_STEP_PER_MM = 0x3604;
|
|||
constexpr uint16_t VP_Z_STEP_PER_MM = 0x3608;
|
||||
//constexpr uint16_t VP_Z2_STEP_PER_MM = 0x360A;
|
||||
constexpr uint16_t VP_E0_STEP_PER_MM = 0x3610;
|
||||
//constexpr uint16_t VP_E1_STEP_PER_MM = 0x3612;
|
||||
constexpr uint16_t VP_E1_STEP_PER_MM = 0x3612;
|
||||
//constexpr uint16_t VP_E2_STEP_PER_MM = 0x3614;
|
||||
//constexpr uint16_t VP_E3_STEP_PER_MM = 0x3616;
|
||||
//constexpr uint16_t VP_E4_STEP_PER_MM = 0x3618;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue