Browse Source

Put DISTINCT_E_FACTORS adjacent to the affected settings

Scott Lahteine 7 years ago
parent
commit
54751e8557
27 changed files with 189 additions and 162 deletions
  1. 7
    6
      Marlin/Configuration.h
  2. 7
    6
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 7
    6
      Marlin/example_configurations/Felix/Configuration.h
  4. 7
    6
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 7
    6
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h
  6. 7
    6
      Marlin/example_configurations/Hephestos/Configuration.h
  7. 7
    6
      Marlin/example_configurations/Hephestos_2/Configuration.h
  8. 7
    6
      Marlin/example_configurations/K8200/Configuration.h
  9. 7
    6
      Marlin/example_configurations/K8400/Configuration.h
  10. 7
    6
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  11. 7
    6
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  12. 7
    6
      Marlin/example_configurations/RigidBot/Configuration.h
  13. 7
    6
      Marlin/example_configurations/SCARA/Configuration.h
  14. 7
    6
      Marlin/example_configurations/TAZ4/Configuration.h
  15. 7
    6
      Marlin/example_configurations/TinyBoy2/Configuration.h
  16. 7
    6
      Marlin/example_configurations/WITBOX/Configuration.h
  17. 7
    6
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  18. 7
    6
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h
  19. 7
    6
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h
  20. 7
    6
      Marlin/example_configurations/delta/generic/Configuration.h
  21. 7
    6
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  22. 7
    6
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  23. 7
    6
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  24. 7
    6
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration.h
  25. 7
    6
      Marlin/example_configurations/makibox/Configuration.h
  26. 7
    6
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  27. 7
    6
      Marlin/example_configurations/wt150/Configuration.h

+ 7
- 6
Marlin/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -464,13 +461,17 @@
464 461
  *
465 462
  * These settings can be reset by M502
466 463
  *
467
- * You can set distinct factors for each E stepper, if needed.
468
- * If fewer factors are given, the last will apply to the rest.
469
- *
470 464
  * Note that if EEPROM is enabled, saved values will override these.
471 465
  */
472 466
 
473 467
 /**
468
+ * With this option each E stepper can have its own factors for the
469
+ * following movement settings. If fewer factors are given than the
470
+ * total number of extruders, the last value applies to the rest.
471
+ */
472
+//#define DISTINCT_E_FACTORS
473
+
474
+/**
474 475
  * Default Axis Steps Per Unit (steps/mm)
475 476
  * Override with M92
476 477
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -134,9 +134,6 @@
134 134
 // :[1, 2, 3, 4, 5]
135 135
 #define EXTRUDERS 3
136 136
 
137
-// Enable if your E steppers or extruder gear ratios are not identical
138
-//#define DISTINCT_E_FACTORS
139
-
140 137
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
141 138
 //#define SINGLENOZZLE
142 139
 
@@ -463,13 +460,17 @@
463 460
  *
464 461
  * These settings can be reset by M502
465 462
  *
466
- * You can set distinct factors for each E stepper, if needed.
467
- * If fewer factors are given, the last will apply to the rest.
468
- *
469 463
  * Note that if EEPROM is enabled, saved values will override these.
470 464
  */
471 465
 
472 466
 /**
467
+ * With this option each E stepper can have its own factors for the
468
+ * following movement settings. If fewer factors are given than the
469
+ * total number of extruders, the last value applies to the rest.
470
+ */
471
+//#define DISTINCT_E_FACTORS
472
+
473
+/**
473 474
  * Default Axis Steps Per Unit (steps/mm)
474 475
  * Override with M92
475 476
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/Felix/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -447,13 +444,17 @@
447 444
  *
448 445
  * These settings can be reset by M502
449 446
  *
450
- * You can set distinct factors for each E stepper, if needed.
451
- * If fewer factors are given, the last will apply to the rest.
452
- *
453 447
  * Note that if EEPROM is enabled, saved values will override these.
454 448
  */
455 449
 
456 450
 /**
451
+ * With this option each E stepper can have its own factors for the
452
+ * following movement settings. If fewer factors are given than the
453
+ * total number of extruders, the last value applies to the rest.
454
+ */
455
+//#define DISTINCT_E_FACTORS
456
+
457
+/**
457 458
  * Default Axis Steps Per Unit (steps/mm)
458 459
  * Override with M92
459 460
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 2
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -447,13 +444,17 @@
447 444
  *
448 445
  * These settings can be reset by M502
449 446
  *
450
- * You can set distinct factors for each E stepper, if needed.
451
- * If fewer factors are given, the last will apply to the rest.
452
- *
453 447
  * Note that if EEPROM is enabled, saved values will override these.
454 448
  */
455 449
 
456 450
 /**
451
+ * With this option each E stepper can have its own factors for the
452
+ * following movement settings. If fewer factors are given than the
453
+ * total number of extruders, the last value applies to the rest.
454
+ */
455
+//#define DISTINCT_E_FACTORS
456
+
457
+/**
457 458
  * Default Axis Steps Per Unit (steps/mm)
458 459
  * Override with M92
459 460
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -470,13 +467,17 @@
470 467
  *
471 468
  * These settings can be reset by M502
472 469
  *
473
- * You can set distinct factors for each E stepper, if needed.
474
- * If fewer factors are given, the last will apply to the rest.
475
- *
476 470
  * Note that if EEPROM is enabled, saved values will override these.
477 471
  */
478 472
 
479 473
 /**
474
+ * With this option each E stepper can have its own factors for the
475
+ * following movement settings. If fewer factors are given than the
476
+ * total number of extruders, the last value applies to the rest.
477
+ */
478
+//#define DISTINCT_E_FACTORS
479
+
480
+/**
480 481
  * Default Axis Steps Per Unit (steps/mm)
481 482
  * Override with M92
482 483
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -136,9 +136,6 @@
136 136
 // :[1, 2, 3, 4, 5]
137 137
 #define EXTRUDERS 1
138 138
 
139
-// Enable if your E steppers or extruder gear ratios are not identical
140
-//#define DISTINCT_E_FACTORS
141
-
142 139
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
143 140
 //#define SINGLENOZZLE
144 141
 
@@ -455,13 +452,17 @@
455 452
  *
456 453
  * These settings can be reset by M502
457 454
  *
458
- * You can set distinct factors for each E stepper, if needed.
459
- * If fewer factors are given, the last will apply to the rest.
460
- *
461 455
  * Note that if EEPROM is enabled, saved values will override these.
462 456
  */
463 457
 
464 458
 /**
459
+ * With this option each E stepper can have its own factors for the
460
+ * following movement settings. If fewer factors are given than the
461
+ * total number of extruders, the last value applies to the rest.
462
+ */
463
+//#define DISTINCT_E_FACTORS
464
+
465
+/**
465 466
  * Default Axis Steps Per Unit (steps/mm)
466 467
  * Override with M92
467 468
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -458,13 +455,17 @@
458 455
  *
459 456
  * These settings can be reset by M502
460 457
  *
461
- * You can set distinct factors for each E stepper, if needed.
462
- * If fewer factors are given, the last will apply to the rest.
463
- *
464 458
  * Note that if EEPROM is enabled, saved values will override these.
465 459
  */
466 460
 
467 461
 /**
462
+ * With this option each E stepper can have its own factors for the
463
+ * following movement settings. If fewer factors are given than the
464
+ * total number of extruders, the last value applies to the rest.
465
+ */
466
+//#define DISTINCT_E_FACTORS
467
+
468
+/**
468 469
  * Default Axis Steps Per Unit (steps/mm)
469 470
  * Override with M92
470 471
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/K8200/Configuration.h View File

@@ -153,9 +153,6 @@
153 153
 // :[1, 2, 3, 4, 5]
154 154
 #define EXTRUDERS 1
155 155
 
156
-// Enable if your E steppers or extruder gear ratios are not identical
157
-//#define DISTINCT_E_FACTORS
158
-
159 156
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
160 157
 //#define SINGLENOZZLE
161 158
 
@@ -494,13 +491,17 @@
494 491
  *
495 492
  * These settings can be reset by M502
496 493
  *
497
- * You can set distinct factors for each E stepper, if needed.
498
- * If fewer factors are given, the last will apply to the rest.
499
- *
500 494
  * Note that if EEPROM is enabled, saved values will override these.
501 495
  */
502 496
 
503 497
 /**
498
+ * With this option each E stepper can have its own factors for the
499
+ * following movement settings. If fewer factors are given than the
500
+ * total number of extruders, the last value applies to the rest.
501
+ */
502
+//#define DISTINCT_E_FACTORS
503
+
504
+/**
504 505
  * Default Axis Steps Per Unit (steps/mm)
505 506
  * Override with M92
506 507
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/K8400/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -464,13 +461,17 @@
464 461
  *
465 462
  * These settings can be reset by M502
466 463
  *
467
- * You can set distinct factors for each E stepper, if needed.
468
- * If fewer factors are given, the last will apply to the rest.
469
- *
470 464
  * Note that if EEPROM is enabled, saved values will override these.
471 465
  */
472 466
 
473 467
 /**
468
+ * With this option each E stepper can have its own factors for the
469
+ * following movement settings. If fewer factors are given than the
470
+ * total number of extruders, the last value applies to the rest.
471
+ */
472
+//#define DISTINCT_E_FACTORS
473
+
474
+/**
474 475
  * Default Axis Steps Per Unit (steps/mm)
475 476
  * Override with M92
476 477
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 2
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -464,13 +461,17 @@
464 461
  *
465 462
  * These settings can be reset by M502
466 463
  *
467
- * You can set distinct factors for each E stepper, if needed.
468
- * If fewer factors are given, the last will apply to the rest.
469
- *
470 464
  * Note that if EEPROM is enabled, saved values will override these.
471 465
  */
472 466
 
473 467
 /**
468
+ * With this option each E stepper can have its own factors for the
469
+ * following movement settings. If fewer factors are given than the
470
+ * total number of extruders, the last value applies to the rest.
471
+ */
472
+//#define DISTINCT_E_FACTORS
473
+
474
+/**
474 475
  * Default Axis Steps Per Unit (steps/mm)
475 476
  * Override with M92
476 477
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -464,13 +461,17 @@
464 461
  *
465 462
  * These settings can be reset by M502
466 463
  *
467
- * You can set distinct factors for each E stepper, if needed.
468
- * If fewer factors are given, the last will apply to the rest.
469
- *
470 464
  * Note that if EEPROM is enabled, saved values will override these.
471 465
  */
472 466
 
473 467
 /**
468
+ * With this option each E stepper can have its own factors for the
469
+ * following movement settings. If fewer factors are given than the
470
+ * total number of extruders, the last value applies to the rest.
471
+ */
472
+//#define DISTINCT_E_FACTORS
473
+
474
+/**
474 475
  * Default Axis Steps Per Unit (steps/mm)
475 476
  * Override with M92
476 477
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -136,9 +136,6 @@
136 136
 // :[1, 2, 3, 4, 5]
137 137
 #define EXTRUDERS 1  // Single extruder. Set to 2 for dual extruders
138 138
 
139
-// Enable if your E steppers or extruder gear ratios are not identical
140
-//#define DISTINCT_E_FACTORS
141
-
142 139
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
143 140
 //#define SINGLENOZZLE
144 141
 
@@ -461,13 +458,17 @@
461 458
  *
462 459
  * These settings can be reset by M502
463 460
  *
464
- * You can set distinct factors for each E stepper, if needed.
465
- * If fewer factors are given, the last will apply to the rest.
466
- *
467 461
  * Note that if EEPROM is enabled, saved values will override these.
468 462
  */
469 463
 
470 464
 /**
465
+ * With this option each E stepper can have its own factors for the
466
+ * following movement settings. If fewer factors are given than the
467
+ * total number of extruders, the last value applies to the rest.
468
+ */
469
+//#define DISTINCT_E_FACTORS
470
+
471
+/**
471 472
  * Default Axis Steps Per Unit (steps/mm)
472 473
  * Override with M92
473 474
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -165,9 +165,6 @@
165 165
 // :[1, 2, 3, 4, 5]
166 166
 #define EXTRUDERS 1
167 167
 
168
-// Enable if your E steppers or extruder gear ratios are not identical
169
-//#define DISTINCT_E_FACTORS
170
-
171 168
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
172 169
 //#define SINGLENOZZLE
173 170
 
@@ -479,13 +476,17 @@
479 476
  *
480 477
  * These settings can be reset by M502
481 478
  *
482
- * You can set distinct factors for each E stepper, if needed.
483
- * If fewer factors are given, the last will apply to the rest.
484
- *
485 479
  * Note that if EEPROM is enabled, saved values will override these.
486 480
  */
487 481
 
488 482
 /**
483
+ * With this option each E stepper can have its own factors for the
484
+ * following movement settings. If fewer factors are given than the
485
+ * total number of extruders, the last value applies to the rest.
486
+ */
487
+//#define DISTINCT_E_FACTORS
488
+
489
+/**
489 490
  * Default Axis Steps Per Unit (steps/mm)
490 491
  * Override with M92
491 492
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -484,13 +481,17 @@
484 481
  *
485 482
  * These settings can be reset by M502
486 483
  *
487
- * You can set distinct factors for each E stepper, if needed.
488
- * If fewer factors are given, the last will apply to the rest.
489
- *
490 484
  * Note that if EEPROM is enabled, saved values will override these.
491 485
  */
492 486
 
493 487
 /**
488
+ * With this option each E stepper can have its own factors for the
489
+ * following movement settings. If fewer factors are given than the
490
+ * total number of extruders, the last value applies to the rest.
491
+ */
492
+//#define DISTINCT_E_FACTORS
493
+
494
+/**
494 495
  * Default Axis Steps Per Unit (steps/mm)
495 496
  * Override with M92
496 497
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/TinyBoy2/Configuration.h View File

@@ -155,9 +155,6 @@
155 155
 // :[1, 2, 3, 4, 5]
156 156
 #define EXTRUDERS 1
157 157
 
158
-// Enable if your E steppers or extruder gear ratios are not identical
159
-//#define DISTINCT_E_FACTORS
160
-
161 158
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
162 159
 //#define SINGLENOZZLE
163 160
 
@@ -515,13 +512,17 @@
515 512
  *
516 513
  * These settings can be reset by M502
517 514
  *
518
- * You can set distinct factors for each E stepper, if needed.
519
- * If fewer factors are given, the last will apply to the rest.
520
- *
521 515
  * Note that if EEPROM is enabled, saved values will override these.
522 516
  */
523 517
 
524 518
 /**
519
+ * With this option each E stepper can have its own factors for the
520
+ * following movement settings. If fewer factors are given than the
521
+ * total number of extruders, the last value applies to the rest.
522
+ */
523
+//#define DISTINCT_E_FACTORS
524
+
525
+/**
525 526
  * Default Axis Steps Per Unit (steps/mm)
526 527
  * Override with M92
527 528
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -136,9 +136,6 @@
136 136
 // :[1, 2, 3, 4, 5]
137 137
 #define EXTRUDERS 1
138 138
 
139
-// Enable if your E steppers or extruder gear ratios are not identical
140
-//#define DISTINCT_E_FACTORS
141
-
142 139
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
143 140
 //#define SINGLENOZZLE
144 141
 
@@ -455,13 +452,17 @@
455 452
  *
456 453
  * These settings can be reset by M502
457 454
  *
458
- * You can set distinct factors for each E stepper, if needed.
459
- * If fewer factors are given, the last will apply to the rest.
460
- *
461 455
  * Note that if EEPROM is enabled, saved values will override these.
462 456
  */
463 457
 
464 458
 /**
459
+ * With this option each E stepper can have its own factors for the
460
+ * following movement settings. If fewer factors are given than the
461
+ * total number of extruders, the last value applies to the rest.
462
+ */
463
+//#define DISTINCT_E_FACTORS
464
+
465
+/**
465 466
  * Default Axis Steps Per Unit (steps/mm)
466 467
  * Override with M92
467 468
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -464,13 +461,17 @@
464 461
  *
465 462
  * These settings can be reset by M502
466 463
  *
467
- * You can set distinct factors for each E stepper, if needed.
468
- * If fewer factors are given, the last will apply to the rest.
469
- *
470 464
  * Note that if EEPROM is enabled, saved values will override these.
471 465
  */
472 466
 
473 467
 /**
468
+ * With this option each E stepper can have its own factors for the
469
+ * following movement settings. If fewer factors are given than the
470
+ * total number of extruders, the last value applies to the rest.
471
+ */
472
+//#define DISTINCT_E_FACTORS
473
+
474
+/**
474 475
  * Default Axis Steps Per Unit (steps/mm)
475 476
  * Override with M92
476 477
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -538,13 +535,17 @@
538 535
  *
539 536
  * These settings can be reset by M502
540 537
  *
541
- * You can set distinct factors for each E stepper, if needed.
542
- * If fewer factors are given, the last will apply to the rest.
543
- *
544 538
  * Note that if EEPROM is enabled, saved values will override these.
545 539
  */
546 540
 
547 541
 /**
542
+ * With this option each E stepper can have its own factors for the
543
+ * following movement settings. If fewer factors are given than the
544
+ * total number of extruders, the last value applies to the rest.
545
+ */
546
+//#define DISTINCT_E_FACTORS
547
+
548
+/**
548 549
  * Default Axis Steps Per Unit (steps/mm)
549 550
  * Override with M92
550 551
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -539,13 +536,17 @@
539 536
  *
540 537
  * These settings can be reset by M502
541 538
  *
542
- * You can set distinct factors for each E stepper, if needed.
543
- * If fewer factors are given, the last will apply to the rest.
544
- *
545 539
  * Note that if EEPROM is enabled, saved values will override these.
546 540
  */
547 541
 
548 542
 /**
543
+ * With this option each E stepper can have its own factors for the
544
+ * following movement settings. If fewer factors are given than the
545
+ * total number of extruders, the last value applies to the rest.
546
+ */
547
+//#define DISTINCT_E_FACTORS
548
+
549
+/**
549 550
  * Default Axis Steps Per Unit (steps/mm)
550 551
  * Override with M92
551 552
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -528,13 +525,17 @@
528 525
  *
529 526
  * These settings can be reset by M502
530 527
  *
531
- * You can set distinct factors for each E stepper, if needed.
532
- * If fewer factors are given, the last will apply to the rest.
533
- *
534 528
  * Note that if EEPROM is enabled, saved values will override these.
535 529
  */
536 530
 
537 531
 /**
532
+ * With this option each E stepper can have its own factors for the
533
+ * following movement settings. If fewer factors are given than the
534
+ * total number of extruders, the last value applies to the rest.
535
+ */
536
+//#define DISTINCT_E_FACTORS
537
+
538
+/**
538 539
  * Default Axis Steps Per Unit (steps/mm)
539 540
  * Override with M92
540 541
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -528,13 +525,17 @@
528 525
  *
529 526
  * These settings can be reset by M502
530 527
  *
531
- * You can set distinct factors for each E stepper, if needed.
532
- * If fewer factors are given, the last will apply to the rest.
533
- *
534 528
  * Note that if EEPROM is enabled, saved values will override these.
535 529
  */
536 530
 
537 531
 /**
532
+ * With this option each E stepper can have its own factors for the
533
+ * following movement settings. If fewer factors are given than the
534
+ * total number of extruders, the last value applies to the rest.
535
+ */
536
+//#define DISTINCT_E_FACTORS
537
+
538
+/**
538 539
  * Default Axis Steps Per Unit (steps/mm)
539 540
  * Override with M92
540 541
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -137,9 +137,6 @@
137 137
 // :[1, 2, 3, 4, 5]
138 138
 #define EXTRUDERS 1
139 139
 
140
-// Enable if your E steppers or extruder gear ratios are not identical
141
-//#define DISTINCT_E_FACTORS
142
-
143 140
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
144 141
 //#define SINGLENOZZLE
145 142
 
@@ -522,13 +519,17 @@
522 519
  *
523 520
  * These settings can be reset by M502
524 521
  *
525
- * You can set distinct factors for each E stepper, if needed.
526
- * If fewer factors are given, the last will apply to the rest.
527
- *
528 522
  * Note that if EEPROM is enabled, saved values will override these.
529 523
  */
530 524
 
531 525
 /**
526
+ * With this option each E stepper can have its own factors for the
527
+ * following movement settings. If fewer factors are given than the
528
+ * total number of extruders, the last value applies to the rest.
529
+ */
530
+//#define DISTINCT_E_FACTORS
531
+
532
+/**
532 533
  * Default Axis Steps Per Unit (steps/mm)
533 534
  * Override with M92
534 535
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -541,13 +538,17 @@
541 538
  *
542 539
  * These settings can be reset by M502
543 540
  *
544
- * You can set distinct factors for each E stepper, if needed.
545
- * If fewer factors are given, the last will apply to the rest.
546
- *
547 541
  * Note that if EEPROM is enabled, saved values will override these.
548 542
  */
549 543
 
550 544
 /**
545
+ * With this option each E stepper can have its own factors for the
546
+ * following movement settings. If fewer factors are given than the
547
+ * total number of extruders, the last value applies to the rest.
548
+ */
549
+//#define DISTINCT_E_FACTORS
550
+
551
+/**
551 552
  * Default Axis Steps Per Unit (steps/mm)
552 553
  * Override with M92
553 554
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/gCreate_gMax1.5+/Configuration.h View File

@@ -138,9 +138,6 @@
138 138
 // :[1, 2, 3, 4, 5]
139 139
 #define EXTRUDERS 1
140 140
 
141
-// Enable if your E steppers or extruder gear ratios are not identical
142
-//#define DISTINCT_E_FACTORS
143
-
144 141
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
145 142
 //#define SINGLENOZZLE
146 143
 
@@ -478,13 +475,17 @@
478 475
  *
479 476
  * These settings can be reset by M502
480 477
  *
481
- * You can set distinct factors for each E stepper, if needed.
482
- * If fewer factors are given, the last will apply to the rest.
483
- *
484 478
  * Note that if EEPROM is enabled, saved values will override these.
485 479
  */
486 480
 
487 481
 /**
482
+ * With this option each E stepper can have its own factors for the
483
+ * following movement settings. If fewer factors are given than the
484
+ * total number of extruders, the last value applies to the rest.
485
+ */
486
+//#define DISTINCT_E_FACTORS
487
+
488
+/**
488 489
  * Default Axis Steps Per Unit (steps/mm)
489 490
  * Override with M92
490 491
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/makibox/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -467,13 +464,17 @@
467 464
  *
468 465
  * These settings can be reset by M502
469 466
  *
470
- * You can set distinct factors for each E stepper, if needed.
471
- * If fewer factors are given, the last will apply to the rest.
472
- *
473 467
  * Note that if EEPROM is enabled, saved values will override these.
474 468
  */
475 469
 
476 470
 /**
471
+ * With this option each E stepper can have its own factors for the
472
+ * following movement settings. If fewer factors are given than the
473
+ * total number of extruders, the last value applies to the rest.
474
+ */
475
+//#define DISTINCT_E_FACTORS
476
+
477
+/**
477 478
  * Default Axis Steps Per Unit (steps/mm)
478 479
  * Override with M92
479 480
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -454,13 +451,17 @@
454 451
  *
455 452
  * These settings can be reset by M502
456 453
  *
457
- * You can set distinct factors for each E stepper, if needed.
458
- * If fewer factors are given, the last will apply to the rest.
459
- *
460 454
  * Note that if EEPROM is enabled, saved values will override these.
461 455
  */
462 456
 
463 457
 /**
458
+ * With this option each E stepper can have its own factors for the
459
+ * following movement settings. If fewer factors are given than the
460
+ * total number of extruders, the last value applies to the rest.
461
+ */
462
+//#define DISTINCT_E_FACTORS
463
+
464
+/**
464 465
  * Default Axis Steps Per Unit (steps/mm)
465 466
  * Override with M92
466 467
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

+ 7
- 6
Marlin/example_configurations/wt150/Configuration.h View File

@@ -133,9 +133,6 @@
133 133
 // :[1, 2, 3, 4, 5]
134 134
 #define EXTRUDERS 1
135 135
 
136
-// Enable if your E steppers or extruder gear ratios are not identical
137
-//#define DISTINCT_E_FACTORS
138
-
139 136
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
140 137
 //#define SINGLENOZZLE
141 138
 
@@ -469,13 +466,17 @@
469 466
  *
470 467
  * These settings can be reset by M502
471 468
  *
472
- * You can set distinct factors for each E stepper, if needed.
473
- * If fewer factors are given, the last will apply to the rest.
474
- *
475 469
  * Note that if EEPROM is enabled, saved values will override these.
476 470
  */
477 471
 
478 472
 /**
473
+ * With this option each E stepper can have its own factors for the
474
+ * following movement settings. If fewer factors are given than the
475
+ * total number of extruders, the last value applies to the rest.
476
+ */
477
+//#define DISTINCT_E_FACTORS
478
+
479
+/**
479 480
  * Default Axis Steps Per Unit (steps/mm)
480 481
  * Override with M92
481 482
  *                                      X, Y, Z, E0 [, E1[, E2[, E3]]]

Loading…
Cancel
Save