Selaa lähdekoodia

Patch configs comment formatting

Scott Lahteine 8 vuotta sitten
vanhempi
commit
39617e10b8

+ 3
- 3
Marlin/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/Cartesio/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/Felix/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/Hephestos/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/Hephestos_2/Configuration_adv.h Näytä tiedosto

@@ -420,10 +420,10 @@
420 420
 
421 421
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422 422
 
423
-/*  5DPRINT & AZTEEG_X3_PRO */
424
-//#define DIGIPOT_I2C  // uncomment to enable
423
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
424
+//#define DIGIPOT_I2C
425 425
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
426
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
426
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
427 427
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
428 428
 
429 429
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/K8200/Configuration_adv.h Näytä tiedosto

@@ -432,10 +432,10 @@
432 432
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
433 433
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
434 434
 
435
-/*  5DPRINT & AZTEEG_X3_PRO */
436
-//#define DIGIPOT_I2C  // uncomment to enable
435
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
436
+//#define DIGIPOT_I2C
437 437
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
438
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
438
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
439 439
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
440 440
 
441 441
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/K8400/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/RigidBot/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/SCARA/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/TAZ4/Configuration_adv.h Näytä tiedosto

@@ -427,10 +427,10 @@
427 427
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
428 428
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
429 429
 
430
-/*  5DPRINT & AZTEEG_X3_PRO */
431
-//#define DIGIPOT_I2C  // uncomment to enable
430
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
431
+//#define DIGIPOT_I2C
432 432
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
433
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
433
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
434 434
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
435 435
 
436 436
 //===========================================================================

+ 2
- 2
Marlin/example_configurations/TinyBoy2/Configuration_adv.h Näytä tiedosto

@@ -400,11 +400,11 @@
400 400
 // Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
401 401
 //#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
402 402
 
403
-// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
403
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
404 404
 //#define DIGIPOT_I2C
405 405
 // Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8
406 406
 #define DIGIPOT_I2C_NUM_CHANNELS 8
407
-// actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
407
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
408 408
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}
409 409
 
410 410
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/WITBOX/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

+ 8
- 10
Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h Näytä tiedosto

@@ -311,9 +311,9 @@
311 311
   //#define PID_OPENLOOP 1 // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
312 312
   //#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
313 313
   //#define PID_PARAMS_PER_HOTEND // Uses separate PID parameters for each extruder (useful for mismatched extruders)
314
-  // Set/get with gcode: M301 E[extruder number, 0-2]
314
+                                  // Set/get with gcode: M301 E[extruder number, 0-2]
315 315
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
316
-  // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
316
+                                  // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
317 317
   #define K1 0.95 //smoothing factor within the PID
318 318
 
319 319
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
@@ -754,7 +754,6 @@
754 754
 
755 755
 #endif // Z_PROBE_ALLEN_KEY
756 756
 
757
-
758 757
 /**
759 758
  *
760 759
  *   *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
@@ -810,11 +809,10 @@
810 809
  *          ignored by Marlin
811 810
  */
812 811
 
813
-//#define Z_MIN_PROBE_ENDSTOP // A3K leave disable!
812
+//#define Z_MIN_PROBE_ENDSTOP // A3K leave disabled!
814 813
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
815 814
 
816
-
817
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
815
+// Enable Z Probe Repeatability test to see how accurate your probe is
818 816
 #define Z_MIN_PROBE_REPEATABILITY_TEST
819 817
 
820 818
 /**
@@ -834,7 +832,7 @@
834 832
 #define Z_CLEARANCE_DEPLOY_PROBE   50 // Z Clearance for Deploy/Stow
835 833
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
836 834
 
837
-/* For M851 give a range for adjusting the Z probe offset */
835
+// For M851 give a range for adjusting the Z probe offset
838 836
 #define Z_PROBE_OFFSET_RANGE_MIN -20
839 837
 #define Z_PROBE_OFFSET_RANGE_MAX 20
840 838
 
@@ -959,9 +957,9 @@
959 957
  *   leveling in steps so you can manually adjust the Z height at each grid-point.
960 958
  *   With an LCD controller the process is guided step-by-step.
961 959
  */
962
-//#define AUTO_BED_LEVELING_3POINT // Only AUTO_BED_LEVELING_BILINEAR is supported for DELTA bed leveling.
963
-//#define AUTO_BED_LEVELING_LINEAR // Only AUTO_BED_LEVELING_BILINEAR is supported for DELTA bed leveling.
964
-#define AUTO_BED_LEVELING_BILINEAR // Only AUTO_BED_LEVELING_BILINEAR is supported for DELTA bed leveling.
960
+//#define AUTO_BED_LEVELING_3POINT
961
+//#define AUTO_BED_LEVELING_LINEAR
962
+#define AUTO_BED_LEVELING_BILINEAR
965 963
 //#define AUTO_BED_LEVELING_UBL
966 964
 //#define MESH_BED_LEVELING
967 965
 

+ 3
- 3
Marlin/example_configurations/delta/generic/Configuration_adv.h Näytä tiedosto

@@ -421,10 +421,10 @@
421 421
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
422 422
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
423 423
 
424
-/*  5DPRINT & AZTEEG_X3_PRO */
425
-//#define DIGIPOT_I2C  // uncomment to enable
424
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
425
+//#define DIGIPOT_I2C
426 426
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
427
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
427
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
428 428
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
429 429
 
430 430
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h Näytä tiedosto

@@ -421,10 +421,10 @@
421 421
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
422 422
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
423 423
 
424
-/*  5DPRINT & AZTEEG_X3_PRO */
425
-//#define DIGIPOT_I2C  // uncomment to enable
424
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
425
+//#define DIGIPOT_I2C
426 426
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
427
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
427
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
428 428
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
429 429
 
430 430
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h Näytä tiedosto

@@ -426,10 +426,10 @@
426 426
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
427 427
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
428 428
 
429
-/*  5DPRINT & AZTEEG_X3_PRO */
430
-//#define DIGIPOT_I2C  // uncomment to enable
429
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
430
+//#define DIGIPOT_I2C
431 431
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
432
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
432
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
433 433
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
434 434
 
435 435
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h Näytä tiedosto

@@ -421,10 +421,10 @@
421 421
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
422 422
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
423 423
 
424
-/*  5DPRINT & AZTEEG_X3_PRO */
425
-//#define DIGIPOT_I2C  // uncomment to enable
424
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
425
+//#define DIGIPOT_I2C
426 426
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
427
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
427
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
428 428
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
429 429
 
430 430
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/makibox/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 4 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-// actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.7, 1.7, 1.7, 1.7 }  // 5DPRINT
427 427
 
428 428
 //===========================================================================

+ 3
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h Näytä tiedosto

@@ -419,10 +419,10 @@
419 419
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
420 420
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
421 421
 
422
-/*  5DPRINT & AZTEEG_X3_PRO */
423
-//#define DIGIPOT_I2C  // uncomment to enable
422
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
+//#define DIGIPOT_I2C
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
425
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
427 427
 
428 428
 //===========================================================================

Loading…
Peruuta
Tallenna