Browse Source

Fix Ender 3 chopper setting (24V) (#14851)

InsanityAutomation 6 years ago
parent
commit
922b597f94

+ 1
- 1
config/examples/Creality/Ender-3/Configuration_adv.h View File

1806
    * Define you own with
1806
    * Define you own with
1807
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1807
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1808
    */
1808
    */
1809
-  #define CHOPPER_TIMING CHOPPER_DEFAULT_12V
1809
+  #define CHOPPER_TIMING CHOPPER_DEFAULT_24V
1810
 
1810
 
1811
   /**
1811
   /**
1812
    * Monitor Trinamic drivers for error conditions,
1812
    * Monitor Trinamic drivers for error conditions,

+ 1
- 1
config/examples/Creality/Ender-5/Configuration_adv.h View File

1806
    * Define you own with
1806
    * Define you own with
1807
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1807
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1808
    */
1808
    */
1809
-  #define CHOPPER_TIMING CHOPPER_DEFAULT_12V
1809
+  #define CHOPPER_TIMING CHOPPER_DEFAULT_24V
1810
 
1810
 
1811
   /**
1811
   /**
1812
    * Monitor Trinamic drivers for error conditions,
1812
    * Monitor Trinamic drivers for error conditions,

+ 1
- 1
config/examples/Tevo/Tarantula Pro/Configuration_adv.h View File

1802
    * Define you own with
1802
    * Define you own with
1803
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1803
    * { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
1804
    */
1804
    */
1805
-  #define CHOPPER_TIMING CHOPPER_DEFAULT_12V
1805
+  #define CHOPPER_TIMING CHOPPER_DEFAULT_24V
1806
 
1806
 
1807
   /**
1807
   /**
1808
    * Monitor Trinamic drivers for error conditions,
1808
    * Monitor Trinamic drivers for error conditions,

Loading…
Cancel
Save