Przeglądaj źródła

Space out array values

Scott Lahteine 7 lat temu
rodzic
commit
a1812b55f6
24 zmienionych plików z 62 dodań i 62 usunięć
  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 Wyświetl plik

@@ -449,13 +449,13 @@
449 449
  * Default Axis Steps Per Unit (steps/mm)
450 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 455
  * Default Max Feed Rate (mm/s)
456 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 461
  * Default Max Acceleration (change/s) change = mm/s
@@ -463,7 +463,7 @@
463 463
  *
464 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 469
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/Felix/Configuration.h Wyświetl plik

@@ -432,13 +432,13 @@
432 432
  * Default Axis Steps Per Unit (steps/mm)
433 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 438
  * Default Max Feed Rate (mm/s)
439 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 444
  * Default Max Acceleration (change/s) change = mm/s
@@ -446,7 +446,7 @@
446 446
  *
447 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 452
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/Felix/DUAL/Configuration.h Wyświetl plik

@@ -430,13 +430,13 @@
430 430
  * Default Axis Steps Per Unit (steps/mm)
431 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 436
  * Default Max Feed Rate (mm/s)
437 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 442
  * Default Max Acceleration (change/s) change = mm/s
@@ -444,7 +444,7 @@
444 444
  *
445 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 450
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/Hephestos/Configuration.h Wyświetl plik

@@ -441,13 +441,13 @@
441 441
  * Default Axis Steps Per Unit (steps/mm)
442 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 447
  * Default Max Feed Rate (mm/s)
448 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 453
  * Default Max Acceleration (change/s) change = mm/s
@@ -455,7 +455,7 @@
455 455
  *
456 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 461
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/Hephestos_2/Configuration.h Wyświetl plik

@@ -443,13 +443,13 @@
443 443
  * Default Axis Steps Per Unit (steps/mm)
444 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 449
  * Default Max Feed Rate (mm/s)
450 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 455
  * Default Max Acceleration (change/s) change = mm/s
@@ -457,7 +457,7 @@
457 457
  *
458 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 463
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/K8200/Configuration.h Wyświetl plik

@@ -466,13 +466,13 @@
466 466
  * Default Axis Steps Per Unit (steps/mm)
467 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 472
  * Default Max Feed Rate (mm/s)
473 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 478
  * Default Max Acceleration (change/s) change = mm/s
@@ -480,7 +480,7 @@
480 480
  *
481 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 486
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/K8400/Configuration.h Wyświetl plik

@@ -449,13 +449,13 @@
449 449
  * Default Axis Steps Per Unit (steps/mm)
450 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 455
  * Default Max Feed Rate (mm/s)
456 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 461
  * Default Max Acceleration (change/s) change = mm/s
@@ -463,7 +463,7 @@
463 463
  *
464 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 469
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/K8400/Dual-head/Configuration.h Wyświetl plik

@@ -449,13 +449,13 @@
449 449
  * Default Axis Steps Per Unit (steps/mm)
450 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 455
  * Default Max Feed Rate (mm/s)
456 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 461
  * Default Max Acceleration (change/s) change = mm/s
@@ -463,7 +463,7 @@
463 463
  *
464 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 469
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Wyświetl plik

@@ -455,7 +455,7 @@
455 455
  * Default Max Feed Rate (mm/s)
456 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 461
  * Default Max Acceleration (change/s) change = mm/s
@@ -463,7 +463,7 @@
463 463
  *
464 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 469
  * Default Acceleration (change/s) change = mm/s

+ 4
- 4
Marlin/example_configurations/RigidBot/Configuration.h Wyświetl plik

@@ -446,14 +446,14 @@
446 446
  * Default Axis Steps Per Unit (steps/mm)
447 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 453
  * Default Max Feed Rate (mm/s)
454 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 459
  * Default Max Acceleration (change/s) change = mm/s
@@ -461,7 +461,7 @@
461 461
  *
462 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 467
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h Wyświetl plik

@@ -465,7 +465,7 @@
465 465
  * Default Max Feed Rate (mm/s)
466 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 471
  * Default Max Acceleration (change/s) change = mm/s
@@ -473,7 +473,7 @@
473 473
  *
474 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 479
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/TAZ4/Configuration.h Wyświetl plik

@@ -470,13 +470,13 @@
470 470
  * Default Axis Steps Per Unit (steps/mm)
471 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 476
  * Default Max Feed Rate (mm/s)
477 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 482
  * Default Max Acceleration (change/s) change = mm/s
@@ -484,7 +484,7 @@
484 484
  *
485 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 490
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h Wyświetl plik

@@ -447,7 +447,7 @@
447 447
  * Default Max Feed Rate (mm/s)
448 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 453
  * Default Max Acceleration (change/s) change = mm/s
@@ -455,7 +455,7 @@
455 455
  *
456 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 461
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/adafruit/ST7565/Configuration.h Wyświetl plik

@@ -449,13 +449,13 @@
449 449
  * Default Axis Steps Per Unit (steps/mm)
450 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 455
  * Default Max Feed Rate (mm/s)
456 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 461
  * Default Max Acceleration (change/s) change = mm/s
@@ -463,7 +463,7 @@
463 463
  *
464 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 469
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/delta/biv2.5/Configuration.h Wyświetl plik

@@ -492,13 +492,13 @@
492 492
  * Default Axis Steps Per Unit (steps/mm)
493 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 498
  * Default Max Feed Rate (mm/s)
499 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 504
  * Default Max Acceleration (change/s) change = mm/s
@@ -506,7 +506,7 @@
506 506
  *
507 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 512
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/delta/generic/Configuration.h Wyświetl plik

@@ -498,7 +498,7 @@
498 498
  * Default Max Feed Rate (mm/s)
499 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 504
  * Default Max Acceleration (change/s) change = mm/s
@@ -506,7 +506,7 @@
506 506
  *
507 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 512
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h Wyświetl plik

@@ -498,7 +498,7 @@
498 498
  * Default Max Feed Rate (mm/s)
499 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 504
  * Default Max Acceleration (change/s) change = mm/s
@@ -506,7 +506,7 @@
506 506
  *
507 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 512
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration.h Wyświetl plik

@@ -494,7 +494,7 @@
494 494
  * Default Max Feed Rate (mm/s)
495 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 500
  * Default Max Acceleration (change/s) change = mm/s
@@ -502,7 +502,7 @@
502 502
  *
503 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 508
  * Default Acceleration (change/s) change = mm/s

+ 2
- 2
Marlin/example_configurations/delta/kossel_xl/Configuration.h Wyświetl plik

@@ -504,7 +504,7 @@
504 504
  * Default Max Feed Rate (mm/s)
505 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 510
  * Default Max Acceleration (change/s) change = mm/s
@@ -512,7 +512,7 @@
512 512
  *
513 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 518
  * Default Acceleration (change/s) change = mm/s

+ 3
- 3
Marlin/example_configurations/makibox/Configuration.h Wyświetl plik

@@ -452,13 +452,13 @@
452 452
  * Default Axis Steps Per Unit (steps/mm)
453 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 458
  * Default Max Feed Rate (mm/s)
459 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 464
  * Default Max Acceleration (change/s) change = mm/s
@@ -466,7 +466,7 @@
466 466
  *
467 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 472
  * Default Acceleration (change/s) change = mm/s

+ 1
- 1
Marlin/example_configurations/makibox/Configuration_adv.h Wyświetl plik

@@ -389,7 +389,7 @@
389 389
 // Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8
390 390
 #define DIGIPOT_I2C_NUM_CHANNELS 4
391 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 395
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/tvrrug/Round2/Configuration.h Wyświetl plik

@@ -439,17 +439,17 @@
439 439
  * Default Axis Steps Per Unit (steps/mm)
440 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 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 449
  * Default Max Feed Rate (mm/s)
450 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 455
  * Default Max Acceleration (change/s) change = mm/s
@@ -457,7 +457,7 @@
457 457
  *
458 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 462
 /* MICHEL: This has an impact on the "ripples" in print walls */
463 463
 

+ 1
- 1
Marlin/pins_PRINTRBOARD_REVF.h Wyświetl plik

@@ -83,7 +83,7 @@
83 83
 // uncomment to enable an I2C based DAC like on the Printrboard REVF
84 84
 #define DAC_STEPPER_CURRENT
85 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 88
 #define DAC_STEPPER_SENSE    0.11
89 89
 #define DAC_STEPPER_ADDRESS  0

+ 1
- 1
Marlin/pins_RIGIDBOARD_V2.h Wyświetl plik

@@ -32,7 +32,7 @@
32 32
 // I2C based DAC like on the Printrboard REVF
33 33
 #define DAC_STEPPER_CURRENT
34 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 37
 #define DAC_STEPPER_SENSE    0.11
38 38
 #define DAC_STEPPER_ADDRESS  0

Ładowanie…
Anuluj
Zapisz