Skip to content

Commit

Permalink
New Chopper Timing Preset Option For Noisy/Vibrating 0.9 Degree Stepp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Evg33 committed Jul 15, 2020
1 parent 246eac0 commit 9a38155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/Configuration_adv.h
Expand Up @@ -2411,6 +2411,7 @@
* CHOPPER_DEFAULT_19V
* CHOPPER_DEFAULT_24V
* CHOPPER_DEFAULT_36V
* CHOPPER_09STEP_24V // 0.9 degree steppers (24V)
* CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
* CHOPPER_MARLIN_119 // Old defaults from Marlin v1.1.9
*
Expand Down
1 change: 1 addition & 0 deletions Marlin/src/feature/tmc_util.h
Expand Up @@ -35,6 +35,7 @@
#define CHOPPER_DEFAULT_36V { 5, 2, 4 }
#define CHOPPER_PRUSAMK3_24V { 3, -2, 6 }
#define CHOPPER_MARLIN_119 { 5, 2, 3 }
#define CHOPPER_09STEP_24V { 3, -1, 5 }

#if ENABLED(MONITOR_DRIVER_STATUS) && !defined(MONITOR_DRIVER_STATUS_INTERVAL_MS)
#define MONITOR_DRIVER_STATUS_INTERVAL_MS 500u
Expand Down

0 comments on commit 9a38155

Please sign in to comment.