Browse Source

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

pull/1/head
InsanityAutomation 5 years ago
committed by Scott Lahteine
parent
commit
922b597f94
  1. 2
      config/examples/Creality/Ender-3/Configuration_adv.h
  2. 2
      config/examples/Creality/Ender-5/Configuration_adv.h
  3. 2
      config/examples/Tevo/Tarantula Pro/Configuration_adv.h

2
config/examples/Creality/Ender-3/Configuration_adv.h

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

2
config/examples/Creality/Ender-5/Configuration_adv.h

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

2
config/examples/Tevo/Tarantula Pro/Configuration_adv.h

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

Loading…
Cancel
Save