Browse Source

Chopper Timing Preset for 24V 0.9° (#18662)

Evgeny Z 3 years ago
parent
commit
1d6868852b
No account linked to committer's email address
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      Marlin/Configuration_adv.h
  2. 1
    0
      Marlin/src/feature/tmc_util.h

+ 1
- 0
Marlin/Configuration_adv.h View File

@@ -2411,6 +2411,7 @@
2411 2411
    * CHOPPER_DEFAULT_19V
2412 2412
    * CHOPPER_DEFAULT_24V
2413 2413
    * CHOPPER_DEFAULT_36V
2414
+   * CHOPPER_09STEP_24V   // 0.9 degree steppers (24V)
2414 2415
    * CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
2415 2416
    * CHOPPER_MARLIN_119   // Old defaults from Marlin v1.1.9
2416 2417
    *

+ 1
- 0
Marlin/src/feature/tmc_util.h View File

@@ -35,6 +35,7 @@
35 35
 #define CHOPPER_DEFAULT_36V  { 5,  2, 4 }
36 36
 #define CHOPPER_PRUSAMK3_24V { 3, -2, 6 }
37 37
 #define CHOPPER_MARLIN_119   { 5,  2, 3 }
38
+#define CHOPPER_09STEP_24V   { 3, -1, 5 } 
38 39
 
39 40
 #if ENABLED(MONITOR_DRIVER_STATUS) && !defined(MONITOR_DRIVER_STATUS_INTERVAL_MS)
40 41
   #define MONITOR_DRIVER_STATUS_INTERVAL_MS 500u

Loading…
Cancel
Save