Browse Source

Space out array values

Scott Lahteine 8 years ago
parent
commit
a1812b55f6
24 changed files with 62 additions and 62 deletions
  1. 3
    3
      Marlin/example_configurations/Cartesio/Configuration.h
  2. 3
    3
      Marlin/example_configurations/Felix/Configuration.h
  3. 3
    3
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  4. 3
    3
      Marlin/example_configurations/Hephestos/Configuration.h
  5. 3
    3
      Marlin/example_configurations/Hephestos_2/Configuration.h
  6. 3
    3
      Marlin/example_configurations/K8200/Configuration.h
  7. 3
    3
      Marlin/example_configurations/K8400/Configuration.h
  8. 3
    3
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  9. 2
    2
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  10. 4
    4
      Marlin/example_configurations/RigidBot/Configuration.h
  11. 2
    2
      Marlin/example_configurations/SCARA/Configuration.h
  12. 3
    3
      Marlin/example_configurations/TAZ4/Configuration.h
  13. 2
    2
      Marlin/example_configurations/WITBOX/Configuration.h
  14. 3
    3
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  15. 3
    3
      Marlin/example_configurations/delta/biv2.5/Configuration.h
  16. 2
    2
      Marlin/example_configurations/delta/generic/Configuration.h
  17. 2
    2
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  18. 2
    2
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  19. 2
    2
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  20. 3
    3
      Marlin/example_configurations/makibox/Configuration.h
  21. 1
    1
      Marlin/example_configurations/makibox/Configuration_adv.h
  22. 5
    5
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  23. 1
    1
      Marlin/pins_PRINTRBOARD_REVF.h
  24. 1
    1
      Marlin/pins_RIGIDBOARD_V2.h

+ 3
- 3
Marlin/example_configurations/Cartesio/Configuration.h View File

449
  * Default Axis Steps Per Unit (steps/mm)
449
  * Default Axis Steps Per Unit (steps/mm)
450
  * Override with M92
450
  * Override with M92
451
  */
451
  */
452
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {71.128,71.128,640,152}
452
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 71.128, 71.128, 640, 152 }
453
 
453
 
454
 /**
454
 /**
455
  * Default Max Feed Rate (mm/s)
455
  * Default Max Feed Rate (mm/s)
456
  * Override with M203
456
  * Override with M203
457
  */
457
  */
458
-#define DEFAULT_MAX_FEEDRATE          {200,200,20,20}   // (mm/sec)
458
+#define DEFAULT_MAX_FEEDRATE          { 200, 200, 20, 20 }   // (mm/sec)
459
 
459
 
460
 /**
460
 /**
461
  * Default Max Acceleration (change/s) change = mm/s
461
  * Default Max Acceleration (change/s) change = mm/s
463
  *
463
  *
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
465
  */
465
  */
466
-#define DEFAULT_MAX_ACCELERATION      {1000,1000,100,10000}
466
+#define DEFAULT_MAX_ACCELERATION      { 1000, 1000, 100, 10000 }
467
 
467
 
468
 /**
468
 /**
469
  * Default Acceleration (change/s) change = mm/s
469
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/Felix/Configuration.h View File

432
  * Default Axis Steps Per Unit (steps/mm)
432
  * Default Axis Steps Per Unit (steps/mm)
433
  * Override with M92
433
  * Override with M92
434
  */
434
  */
435
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {76.190476, 76.190476, 1600, 164}
435
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 76.190476, 76.190476, 1600, 164 }
436
 
436
 
437
 /**
437
 /**
438
  * Default Max Feed Rate (mm/s)
438
  * Default Max Feed Rate (mm/s)
439
  * Override with M203
439
  * Override with M203
440
  */
440
  */
441
-#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 25}
441
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 5, 25 }
442
 
442
 
443
 /**
443
 /**
444
  * Default Max Acceleration (change/s) change = mm/s
444
  * Default Max Acceleration (change/s) change = mm/s
446
  *
446
  *
447
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
447
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
448
  */
448
  */
449
-#define DEFAULT_MAX_ACCELERATION      {5000,5000,100,80000}
449
+#define DEFAULT_MAX_ACCELERATION      { 5000, 5000, 100, 80000 }
450
 
450
 
451
 /**
451
 /**
452
  * Default Acceleration (change/s) change = mm/s
452
  * Default Acceleration (change/s) change = mm/s

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

430
  * Default Axis Steps Per Unit (steps/mm)
430
  * Default Axis Steps Per Unit (steps/mm)
431
  * Override with M92
431
  * Override with M92
432
  */
432
  */
433
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {76.190476, 76.190476, 1600, 164}
433
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 76.190476, 76.190476, 1600, 164 }
434
 
434
 
435
 /**
435
 /**
436
  * Default Max Feed Rate (mm/s)
436
  * Default Max Feed Rate (mm/s)
437
  * Override with M203
437
  * Override with M203
438
  */
438
  */
439
-#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 25}
439
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 5, 25 }
440
 
440
 
441
 /**
441
 /**
442
  * Default Max Acceleration (change/s) change = mm/s
442
  * Default Max Acceleration (change/s) change = mm/s
444
  *
444
  *
445
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
445
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
446
  */
446
  */
447
-#define DEFAULT_MAX_ACCELERATION      {5000,5000,100,80000}
447
+#define DEFAULT_MAX_ACCELERATION      { 5000, 5000, 100, 80000 }
448
 
448
 
449
 /**
449
 /**
450
  * Default Acceleration (change/s) change = mm/s
450
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/Hephestos/Configuration.h View File

441
  * Default Axis Steps Per Unit (steps/mm)
441
  * Default Axis Steps Per Unit (steps/mm)
442
  * Override with M92
442
  * Override with M92
443
  */
443
  */
444
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,4000,100.47095761381482}
444
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 4000, 100.47095761381482 }
445
 
445
 
446
 /**
446
 /**
447
  * Default Max Feed Rate (mm/s)
447
  * Default Max Feed Rate (mm/s)
448
  * Override with M203
448
  * Override with M203
449
  */
449
  */
450
-#define DEFAULT_MAX_FEEDRATE          {200, 200, 3.3, 25}
450
+#define DEFAULT_MAX_FEEDRATE          { 200, 200, 3.3, 25 }
451
 
451
 
452
 /**
452
 /**
453
  * Default Max Acceleration (change/s) change = mm/s
453
  * Default Max Acceleration (change/s) change = mm/s
455
  *
455
  *
456
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
456
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
457
  */
457
  */
458
-#define DEFAULT_MAX_ACCELERATION      {1100,1100,100,10000}
458
+#define DEFAULT_MAX_ACCELERATION      { 1100, 1100, 100, 10000 }
459
 
459
 
460
 /**
460
 /**
461
  * Default Acceleration (change/s) change = mm/s
461
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/Hephestos_2/Configuration.h View File

443
  * Default Axis Steps Per Unit (steps/mm)
443
  * Default Axis Steps Per Unit (steps/mm)
444
  * Override with M92
444
  * Override with M92
445
  */
445
  */
446
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {160, 160, 8000, 210.02}
446
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 160, 160, 8000, 210.02 }
447
 
447
 
448
 /**
448
 /**
449
  * Default Max Feed Rate (mm/s)
449
  * Default Max Feed Rate (mm/s)
450
  * Override with M203
450
  * Override with M203
451
  */
451
  */
452
-#define DEFAULT_MAX_FEEDRATE          {250, 250, 2, 200}
452
+#define DEFAULT_MAX_FEEDRATE          { 250, 250, 2, 200 }
453
 
453
 
454
 /**
454
 /**
455
  * Default Max Acceleration (change/s) change = mm/s
455
  * Default Max Acceleration (change/s) change = mm/s
457
  *
457
  *
458
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
458
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
459
  */
459
  */
460
-#define DEFAULT_MAX_ACCELERATION      {1000, 1000, 20, 1000}
460
+#define DEFAULT_MAX_ACCELERATION      { 1000, 1000, 20, 1000 }
461
 
461
 
462
 /**
462
 /**
463
  * Default Acceleration (change/s) change = mm/s
463
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/K8200/Configuration.h View File

466
  * Default Axis Steps Per Unit (steps/mm)
466
  * Default Axis Steps Per Unit (steps/mm)
467
  * Override with M92
467
  * Override with M92
468
  */
468
  */
469
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {64.25,64.25,2560,600}  // default steps per unit for K8200
469
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 64.25, 64.25, 2560, 600 }  // default steps per unit for K8200
470
 
470
 
471
 /**
471
 /**
472
  * Default Max Feed Rate (mm/s)
472
  * Default Max Feed Rate (mm/s)
473
  * Override with M203
473
  * Override with M203
474
  */
474
  */
475
-#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 500}
475
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 5, 500 }
476
 
476
 
477
 /**
477
 /**
478
  * Default Max Acceleration (change/s) change = mm/s
478
  * Default Max Acceleration (change/s) change = mm/s
480
  *
480
  *
481
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
481
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
482
  */
482
  */
483
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,100,10000}
483
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 100, 10000 }
484
 
484
 
485
 /**
485
 /**
486
  * Default Acceleration (change/s) change = mm/s
486
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/K8400/Configuration.h View File

449
  * Default Axis Steps Per Unit (steps/mm)
449
  * Default Axis Steps Per Unit (steps/mm)
450
  * Override with M92
450
  * Override with M92
451
  */
451
  */
452
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {134.74,134.74,4266.66,148.7}
452
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 134.74, 134.74, 4266.66, 148.7 }
453
 
453
 
454
 /**
454
 /**
455
  * Default Max Feed Rate (mm/s)
455
  * Default Max Feed Rate (mm/s)
456
  * Override with M203
456
  * Override with M203
457
  */
457
  */
458
-#define DEFAULT_MAX_FEEDRATE          {160, 160, 10, 10000}
458
+#define DEFAULT_MAX_FEEDRATE          { 160, 160, 10, 10000 }
459
 
459
 
460
 /**
460
 /**
461
  * Default Max Acceleration (change/s) change = mm/s
461
  * Default Max Acceleration (change/s) change = mm/s
463
  *
463
  *
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
465
  */
465
  */
466
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,100,10000}
466
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 100, 10000 }
467
 
467
 
468
 /**
468
 /**
469
  * Default Acceleration (change/s) change = mm/s
469
  * Default Acceleration (change/s) change = mm/s

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

449
  * Default Axis Steps Per Unit (steps/mm)
449
  * Default Axis Steps Per Unit (steps/mm)
450
  * Override with M92
450
  * Override with M92
451
  */
451
  */
452
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {134.74,134.74,4266.66,148.7}
452
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 134.74, 134.74, 4266.66, 148.7 }
453
 
453
 
454
 /**
454
 /**
455
  * Default Max Feed Rate (mm/s)
455
  * Default Max Feed Rate (mm/s)
456
  * Override with M203
456
  * Override with M203
457
  */
457
  */
458
-#define DEFAULT_MAX_FEEDRATE          {160, 160, 10, 10000}
458
+#define DEFAULT_MAX_FEEDRATE          { 160, 160, 10, 10000 }
459
 
459
 
460
 /**
460
 /**
461
  * Default Max Acceleration (change/s) change = mm/s
461
  * Default Max Acceleration (change/s) change = mm/s
463
  *
463
  *
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
465
  */
465
  */
466
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,100,10000}
466
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 100, 10000 }
467
 
467
 
468
 /**
468
 /**
469
  * Default Acceleration (change/s) change = mm/s
469
  * Default Acceleration (change/s) change = mm/s

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

455
  * Default Max Feed Rate (mm/s)
455
  * Default Max Feed Rate (mm/s)
456
  * Override with M203
456
  * Override with M203
457
  */
457
  */
458
-#define DEFAULT_MAX_FEEDRATE          {300, 300, 5, 25}
458
+#define DEFAULT_MAX_FEEDRATE          { 300, 300, 5, 25 }
459
 
459
 
460
 /**
460
 /**
461
  * Default Max Acceleration (change/s) change = mm/s
461
  * Default Max Acceleration (change/s) change = mm/s
463
  *
463
  *
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
465
  */
465
  */
466
-#define DEFAULT_MAX_ACCELERATION      {3000,3000,100,10000}
466
+#define DEFAULT_MAX_ACCELERATION      { 3000, 3000, 100, 10000 }
467
 
467
 
468
 /**
468
 /**
469
  * Default Acceleration (change/s) change = mm/s
469
  * Default Acceleration (change/s) change = mm/s

+ 4
- 4
Marlin/example_configurations/RigidBot/Configuration.h View File

446
  * Default Axis Steps Per Unit (steps/mm)
446
  * Default Axis Steps Per Unit (steps/mm)
447
  * Override with M92
447
  * Override with M92
448
  */
448
  */
449
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {44.3090, 22.1545, 1600, 53.5}  // default steps per unit for RigidBot with standard hardware
450
-                                                                      // default steps for 16-tooth pulleys {100.06,50.06,1600,76},  HPX2-MAX E=504, RigidBot E=53.5, Peter Stoneham's=76
449
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 44.3090, 22.1545, 1600, 53.5 }  // default steps per unit for RigidBot with standard hardware
450
+                                                                        // default steps for 16-tooth pulleys { 100.06, 50.06, 1600, 76 }, HPX2-MAX E=504, RigidBot E=53.5, Peter Stoneham's=76
451
 
451
 
452
 /**
452
 /**
453
  * Default Max Feed Rate (mm/s)
453
  * Default Max Feed Rate (mm/s)
454
  * Override with M203
454
  * Override with M203
455
  */
455
  */
456
-#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 25}
456
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 5, 25 }
457
 
457
 
458
 /**
458
 /**
459
  * Default Max Acceleration (change/s) change = mm/s
459
  * Default Max Acceleration (change/s) change = mm/s
461
  *
461
  *
462
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
462
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
463
  */
463
  */
464
-#define DEFAULT_MAX_ACCELERATION      {800, 800, 100, 10000}
464
+#define DEFAULT_MAX_ACCELERATION      { 800, 800, 100, 10000 }
465
 
465
 
466
 /**
466
 /**
467
  * Default Acceleration (change/s) change = mm/s
467
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h View File

465
  * Default Max Feed Rate (mm/s)
465
  * Default Max Feed Rate (mm/s)
466
  * Override with M203
466
  * Override with M203
467
  */
467
  */
468
-#define DEFAULT_MAX_FEEDRATE          {300, 300, 30, 25}
468
+#define DEFAULT_MAX_FEEDRATE          { 300, 300, 30, 25 }
469
 
469
 
470
 /**
470
 /**
471
  * Default Max Acceleration (change/s) change = mm/s
471
  * Default Max Acceleration (change/s) change = mm/s
473
  *
473
  *
474
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
474
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
475
  */
475
  */
476
-#define DEFAULT_MAX_ACCELERATION      {300,300,20,1000}
476
+#define DEFAULT_MAX_ACCELERATION      { 300, 300, 20, 1000 }
477
 
477
 
478
 /**
478
 /**
479
  * Default Acceleration (change/s) change = mm/s
479
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/TAZ4/Configuration.h View File

470
  * Default Axis Steps Per Unit (steps/mm)
470
  * Default Axis Steps Per Unit (steps/mm)
471
  * Override with M92
471
  * Override with M92
472
  */
472
  */
473
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {100.5,100.5,400,850}
473
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 100.5, 100.5, 400, 850 }
474
 
474
 
475
 /**
475
 /**
476
  * Default Max Feed Rate (mm/s)
476
  * Default Max Feed Rate (mm/s)
477
  * Override with M203
477
  * Override with M203
478
  */
478
  */
479
-#define DEFAULT_MAX_FEEDRATE          {800, 800, 8, 50}
479
+#define DEFAULT_MAX_FEEDRATE          { 800, 800, 8, 50 }
480
 
480
 
481
 /**
481
 /**
482
  * Default Max Acceleration (change/s) change = mm/s
482
  * Default Max Acceleration (change/s) change = mm/s
484
  *
484
  *
485
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
485
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
486
  */
486
  */
487
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,100,10000}
487
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 100, 10000 }
488
 
488
 
489
 /**
489
 /**
490
  * Default Acceleration (change/s) change = mm/s
490
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h View File

447
  * Default Max Feed Rate (mm/s)
447
  * Default Max Feed Rate (mm/s)
448
  * Override with M203
448
  * Override with M203
449
  */
449
  */
450
-#define DEFAULT_MAX_FEEDRATE          {350, 350, 7.2, 80}
450
+#define DEFAULT_MAX_FEEDRATE          { 350, 350, 7.2, 80 }
451
 
451
 
452
 /**
452
 /**
453
  * Default Max Acceleration (change/s) change = mm/s
453
  * Default Max Acceleration (change/s) change = mm/s
455
  *
455
  *
456
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
456
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
457
  */
457
  */
458
-#define DEFAULT_MAX_ACCELERATION      {1000,1000,10,1000}
458
+#define DEFAULT_MAX_ACCELERATION      { 1000, 1000, 10, 1000 }
459
 
459
 
460
 /**
460
 /**
461
  * Default Acceleration (change/s) change = mm/s
461
  * Default Acceleration (change/s) change = mm/s

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

449
  * Default Axis Steps Per Unit (steps/mm)
449
  * Default Axis Steps Per Unit (steps/mm)
450
  * Override with M92
450
  * Override with M92
451
  */
451
  */
452
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,4000,500}
452
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 4000, 500 }
453
 
453
 
454
 /**
454
 /**
455
  * Default Max Feed Rate (mm/s)
455
  * Default Max Feed Rate (mm/s)
456
  * Override with M203
456
  * Override with M203
457
  */
457
  */
458
-#define DEFAULT_MAX_FEEDRATE          {300, 300, 5, 25}
458
+#define DEFAULT_MAX_FEEDRATE          { 300, 300, 5, 25 }
459
 
459
 
460
 /**
460
 /**
461
  * Default Max Acceleration (change/s) change = mm/s
461
  * Default Max Acceleration (change/s) change = mm/s
463
  *
463
  *
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
464
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
465
  */
465
  */
466
-#define DEFAULT_MAX_ACCELERATION      {3000,3000,100,10000}
466
+#define DEFAULT_MAX_ACCELERATION      { 3000, 3000, 100, 10000 }
467
 
467
 
468
 /**
468
 /**
469
  * Default Acceleration (change/s) change = mm/s
469
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

492
  * Default Axis Steps Per Unit (steps/mm)
492
  * Default Axis Steps Per Unit (steps/mm)
493
  * Override with M92
493
  * Override with M92
494
  */
494
  */
495
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {72.9, 72.9, 72.9, 291}  // default steps per unit for BI v2.5 (cable drive)
495
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 72.9, 72.9, 72.9, 291 }  // default steps per unit for BI v2.5 (cable drive)
496
 
496
 
497
 /**
497
 /**
498
  * Default Max Feed Rate (mm/s)
498
  * Default Max Feed Rate (mm/s)
499
  * Override with M203
499
  * Override with M203
500
  */
500
  */
501
-#define DEFAULT_MAX_FEEDRATE          {500, 500, 500, 150}
501
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 500, 150 }
502
 
502
 
503
 /**
503
 /**
504
  * Default Max Acceleration (change/s) change = mm/s
504
  * Default Max Acceleration (change/s) change = mm/s
506
  *
506
  *
507
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
507
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
508
  */
508
  */
509
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,10000}
509
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 9000, 10000 }
510
 
510
 
511
 /**
511
 /**
512
  * Default Acceleration (change/s) change = mm/s
512
  * Default Acceleration (change/s) change = mm/s

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

498
  * Default Max Feed Rate (mm/s)
498
  * Default Max Feed Rate (mm/s)
499
  * Override with M203
499
  * Override with M203
500
  */
500
  */
501
-#define DEFAULT_MAX_FEEDRATE          {500, 500, 500, 25}
501
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 500, 25 }
502
 
502
 
503
 /**
503
 /**
504
  * Default Max Acceleration (change/s) change = mm/s
504
  * Default Max Acceleration (change/s) change = mm/s
506
  *
506
  *
507
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
507
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
508
  */
508
  */
509
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,10000}
509
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 9000, 10000 }
510
 
510
 
511
 /**
511
 /**
512
  * Default Acceleration (change/s) change = mm/s
512
  * Default Acceleration (change/s) change = mm/s

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

498
  * Default Max Feed Rate (mm/s)
498
  * Default Max Feed Rate (mm/s)
499
  * Override with M203
499
  * Override with M203
500
  */
500
  */
501
-#define DEFAULT_MAX_FEEDRATE          {500, 500, 500, 25}
501
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 500, 25 }
502
 
502
 
503
 /**
503
 /**
504
  * Default Max Acceleration (change/s) change = mm/s
504
  * Default Max Acceleration (change/s) change = mm/s
506
  *
506
  *
507
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
507
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
508
  */
508
  */
509
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,10000}
509
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 9000, 10000 }
510
 
510
 
511
 /**
511
 /**
512
  * Default Acceleration (change/s) change = mm/s
512
  * Default Acceleration (change/s) change = mm/s

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

494
  * Default Max Feed Rate (mm/s)
494
  * Default Max Feed Rate (mm/s)
495
  * Override with M203
495
  * Override with M203
496
  */
496
  */
497
-#define DEFAULT_MAX_FEEDRATE          {200, 200, 200, 200}
497
+#define DEFAULT_MAX_FEEDRATE          { 200, 200, 200, 200 }
498
 
498
 
499
 /**
499
 /**
500
  * Default Max Acceleration (change/s) change = mm/s
500
  * Default Max Acceleration (change/s) change = mm/s
502
  *
502
  *
503
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
503
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
504
  */
504
  */
505
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,9000}
505
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 9000, 9000 }
506
 
506
 
507
 /**
507
 /**
508
  * Default Acceleration (change/s) change = mm/s
508
  * Default Acceleration (change/s) change = mm/s

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

504
  * Default Max Feed Rate (mm/s)
504
  * Default Max Feed Rate (mm/s)
505
  * Override with M203
505
  * Override with M203
506
  */
506
  */
507
-#define DEFAULT_MAX_FEEDRATE          {200, 200, 200, 25}
507
+#define DEFAULT_MAX_FEEDRATE          { 200, 200, 200, 25 }
508
 
508
 
509
 /**
509
 /**
510
  * Default Max Acceleration (change/s) change = mm/s
510
  * Default Max Acceleration (change/s) change = mm/s
512
  *
512
  *
513
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
513
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
514
  */
514
  */
515
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,10000}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
515
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 9000, 10000 }
516
 
516
 
517
 /**
517
 /**
518
  * Default Acceleration (change/s) change = mm/s
518
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/makibox/Configuration.h View File

452
  * Default Axis Steps Per Unit (steps/mm)
452
  * Default Axis Steps Per Unit (steps/mm)
453
  * Override with M92
453
  * Override with M92
454
  */
454
  */
455
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {400, 400, 400, 163}     // default steps per unit for ***** MakiBox A6 *****
455
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 400, 400, 400, 163 }     // default steps per unit for ***** MakiBox A6 *****
456
 
456
 
457
 /**
457
 /**
458
  * Default Max Feed Rate (mm/s)
458
  * Default Max Feed Rate (mm/s)
459
  * Override with M203
459
  * Override with M203
460
  */
460
  */
461
-#define DEFAULT_MAX_FEEDRATE          {60, 60, 20, 45}
461
+#define DEFAULT_MAX_FEEDRATE          { 60, 60, 20, 45 }
462
 
462
 
463
 /**
463
 /**
464
  * Default Max Acceleration (change/s) change = mm/s
464
  * Default Max Acceleration (change/s) change = mm/s
466
  *
466
  *
467
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
467
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
468
  */
468
  */
469
-#define DEFAULT_MAX_ACCELERATION      {2000,2000,30,10000}
469
+#define DEFAULT_MAX_ACCELERATION      { 2000, 2000, 30, 10000 }
470
 
470
 
471
 /**
471
 /**
472
  * Default Acceleration (change/s) change = mm/s
472
  * Default Acceleration (change/s) change = mm/s

+ 1
- 1
Marlin/example_configurations/makibox/Configuration_adv.h View File

389
 // Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8
389
 // Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8
390
 #define DIGIPOT_I2C_NUM_CHANNELS 4
390
 #define DIGIPOT_I2C_NUM_CHANNELS 4
391
 // actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
391
 // actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
392
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.7, 1.7, 1.7, 1.7}
392
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.7, 1.7, 1.7, 1.7 }
393
 
393
 
394
 //===========================================================================
394
 //===========================================================================
395
 //=============================Additional Features===========================
395
 //=============================Additional Features===========================

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

439
  * Default Axis Steps Per Unit (steps/mm)
439
  * Default Axis Steps Per Unit (steps/mm)
440
  * Override with M92
440
  * Override with M92
441
  */
441
  */
442
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {71.1, 71.1, 2560, 600} // David TVRR
442
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 71.1, 71.1, 2560, 600 } // David TVRR
443
 
443
 
444
 //#define DEFAULT_AXIS_STEPS_PER_UNIT   {79.87, 79.87, 2566, 563,78} // Al's TVRR
444
 //#define DEFAULT_AXIS_STEPS_PER_UNIT   {79.87, 79.87, 2566, 563,78} // Al's TVRR
445
-//#define DEFAULT_AXIS_STEPS_PER_UNIT   {81.26, 80.01, 2561, 599.14} // Michel TVRR old
446
-//#define DEFAULT_AXIS_STEPS_PER_UNIT   {71.1, 71.1, 2560, 739.65} // Michel TVRR
445
+//#define DEFAULT_AXIS_STEPS_PER_UNIT   { 81.26, 80.01, 2561, 599.14 } // Michel TVRR old
446
+//#define DEFAULT_AXIS_STEPS_PER_UNIT   { 71.1, 71.1, 2560, 739.65 } // Michel TVRR
447
 
447
 
448
 /**
448
 /**
449
  * Default Max Feed Rate (mm/s)
449
  * Default Max Feed Rate (mm/s)
450
  * Override with M203
450
  * Override with M203
451
  */
451
  */
452
-#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 45} // David TVRR
452
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 5, 45 } // David TVRR
453
 
453
 
454
 /**
454
 /**
455
  * Default Max Acceleration (change/s) change = mm/s
455
  * Default Max Acceleration (change/s) change = mm/s
457
  *
457
  *
458
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
458
  * Maximum start speed for accelerated moves: { X, Y, Z, E }
459
  */
459
  */
460
-#define DEFAULT_MAX_ACCELERATION      {9000,9000,100,10000}
460
+#define DEFAULT_MAX_ACCELERATION      { 9000, 9000, 100, 10000 }
461
 
461
 
462
 /* MICHEL: This has an impact on the "ripples" in print walls */
462
 /* MICHEL: This has an impact on the "ripples" in print walls */
463
 
463
 

+ 1
- 1
Marlin/pins_PRINTRBOARD_REVF.h View File

83
 // uncomment to enable an I2C based DAC like on the Printrboard REVF
83
 // uncomment to enable an I2C based DAC like on the Printrboard REVF
84
 #define DAC_STEPPER_CURRENT
84
 #define DAC_STEPPER_CURRENT
85
 // Number of channels available for DAC, For Printrboar REVF there are 4
85
 // Number of channels available for DAC, For Printrboar REVF there are 4
86
-#define DAC_STEPPER_ORDER {3,2,1,0}
86
+#define DAC_STEPPER_ORDER { 3, 2, 1, 0 }
87
 
87
 
88
 #define DAC_STEPPER_SENSE    0.11
88
 #define DAC_STEPPER_SENSE    0.11
89
 #define DAC_STEPPER_ADDRESS  0
89
 #define DAC_STEPPER_ADDRESS  0

+ 1
- 1
Marlin/pins_RIGIDBOARD_V2.h View File

32
 // I2C based DAC like on the Printrboard REVF
32
 // I2C based DAC like on the Printrboard REVF
33
 #define DAC_STEPPER_CURRENT
33
 #define DAC_STEPPER_CURRENT
34
 // Channels available for DAC, For Rigidboard there are 4
34
 // Channels available for DAC, For Rigidboard there are 4
35
-#define DAC_STEPPER_ORDER {0,1,2,3}
35
+#define DAC_STEPPER_ORDER { 0, 1, 2, 3 }
36
 
36
 
37
 #define DAC_STEPPER_SENSE    0.11
37
 #define DAC_STEPPER_SENSE    0.11
38
 #define DAC_STEPPER_ADDRESS  0
38
 #define DAC_STEPPER_ADDRESS  0

Loading…
Cancel
Save