Browse Source

Fix Prusa chopper timing preset

teemuatlut 6 years ago
parent
commit
8aad29fb6e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/tmc_util.h

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

@@ -49,7 +49,7 @@
49 49
 #define CHOPPER_DEFAULT_19V  { 4,  1, 1 }
50 50
 #define CHOPPER_DEFAULT_24V  { 4,  2, 1 }
51 51
 #define CHOPPER_DEFAULT_36V  { 5,  2, 4 }
52
-#define CHOPPER_PRUSAMK3_24V { 4,  1, 4 }
52
+#define CHOPPER_PRUSAMK3_24V { 3, -2, 6 }
53 53
 #define CHOPPER_MARLIN_119   { 5,  2, 3 }
54 54
 
55 55
 #if ENABLED(MONITOR_DRIVER_STATUS) && !defined(MONITOR_DRIVER_STATUS_INTERVAL_MS)

Loading…
Cancel
Save