Просмотр исходного кода

Merge pull request #4749 from thinkyhead/rc_minumum_minimum

Fix a misspelling of minimum
Scott Lahteine 8 лет назад
Родитель
Сommit
dad94d2fef
23 измененных файлов: 23 добавлений и 23 удалений
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 1
    1
      Marlin/example_configurations/Felix/Configuration.h
  4. 1
    1
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 1
    1
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 1
    1
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 1
    1
      Marlin/example_configurations/K8200/Configuration.h
  8. 1
    1
      Marlin/example_configurations/K8400/Configuration.h
  9. 1
    1
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 1
    1
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 1
    1
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 1
    1
      Marlin/example_configurations/SCARA/Configuration.h
  13. 1
    1
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 1
    1
      Marlin/example_configurations/WITBOX/Configuration.h
  15. 1
    1
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  16. 1
    1
      Marlin/example_configurations/delta/biv2.5/Configuration.h
  17. 1
    1
      Marlin/example_configurations/delta/generic/Configuration.h
  18. 1
    1
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  19. 1
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  20. 1
    1
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  21. 1
    1
      Marlin/example_configurations/makibox/Configuration.h
  22. 1
    1
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  23. 1
    1
      Marlin/stepper.cpp

+ 1
- 1
Marlin/Configuration.h Просмотреть файл

@@ -444,7 +444,7 @@
444 444
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
445 445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
446 446
 
447
-// "Jerk" specifies the minumum speed change that requires acceleration.
447
+// "Jerk" specifies the minimum speed change that requires acceleration.
448 448
 // When changing speed and direction, if the difference is less than the
449 449
 // value set here, it may happen instantaneously.
450 450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h Просмотреть файл

@@ -444,7 +444,7 @@
444 444
 #define DEFAULT_RETRACT_ACCELERATION  10000   // E acceleration in mm/s^2 for retracts
445 445
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
446 446
 
447
-// "Jerk" specifies the minumum speed change that requires acceleration.
447
+// "Jerk" specifies the minimum speed change that requires acceleration.
448 448
 // When changing speed and direction, if the difference is less than the
449 449
 // value set here, it may happen instantaneously.
450 450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h Просмотреть файл

@@ -427,7 +427,7 @@
427 427
 #define DEFAULT_RETRACT_ACCELERATION  5000    // E acceleration in mm/s^2 for retracts
428 428
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
429 429
 
430
-// "Jerk" specifies the minumum speed change that requires acceleration.
430
+// "Jerk" specifies the minimum speed change that requires acceleration.
431 431
 // When changing speed and direction, if the difference is less than the
432 432
 // value set here, it may happen instantaneously.
433 433
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h Просмотреть файл

@@ -425,7 +425,7 @@
425 425
 #define DEFAULT_RETRACT_ACCELERATION  5000    // E acceleration in mm/s^2 for retracts
426 426
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
427 427
 
428
-// "Jerk" specifies the minumum speed change that requires acceleration.
428
+// "Jerk" specifies the minimum speed change that requires acceleration.
429 429
 // When changing speed and direction, if the difference is less than the
430 430
 // value set here, it may happen instantaneously.
431 431
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h Просмотреть файл

@@ -436,7 +436,7 @@
436 436
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
437 437
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
438 438
 
439
-// "Jerk" specifies the minumum speed change that requires acceleration.
439
+// "Jerk" specifies the minimum speed change that requires acceleration.
440 440
 // When changing speed and direction, if the difference is less than the
441 441
 // value set here, it may happen instantaneously.
442 442
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h Просмотреть файл

@@ -438,7 +438,7 @@
438 438
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
439 439
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
440 440
 
441
-// "Jerk" specifies the minumum speed change that requires acceleration.
441
+// "Jerk" specifies the minimum speed change that requires acceleration.
442 442
 // When changing speed and direction, if the difference is less than the
443 443
 // value set here, it may happen instantaneously.
444 444
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h Просмотреть файл

@@ -461,7 +461,7 @@
461 461
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
462 462
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
463 463
 
464
-// "Jerk" specifies the minumum speed change that requires acceleration.
464
+// "Jerk" specifies the minimum speed change that requires acceleration.
465 465
 // When changing speed and direction, if the difference is less than the
466 466
 // value set here, it may happen instantaneously.
467 467
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h Просмотреть файл

@@ -444,7 +444,7 @@
444 444
 #define DEFAULT_RETRACT_ACCELERATION  6000    // E acceleration in mm/s^2 for retracts
445 445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
446 446
 
447
-// "Jerk" specifies the minumum speed change that requires acceleration.
447
+// "Jerk" specifies the minimum speed change that requires acceleration.
448 448
 // When changing speed and direction, if the difference is less than the
449 449
 // value set here, it may happen instantaneously.
450 450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h Просмотреть файл

@@ -444,7 +444,7 @@
444 444
 #define DEFAULT_RETRACT_ACCELERATION  6000    // E acceleration in mm/s^2 for retracts
445 445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
446 446
 
447
-// "Jerk" specifies the minumum speed change that requires acceleration.
447
+// "Jerk" specifies the minimum speed change that requires acceleration.
448 448
 // When changing speed and direction, if the difference is less than the
449 449
 // value set here, it may happen instantaneously.
450 450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Просмотреть файл

@@ -444,7 +444,7 @@
444 444
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
445 445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
446 446
 
447
-// "Jerk" specifies the minumum speed change that requires acceleration.
447
+// "Jerk" specifies the minimum speed change that requires acceleration.
448 448
 // When changing speed and direction, if the difference is less than the
449 449
 // value set here, it may happen instantaneously.
450 450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h Просмотреть файл

@@ -442,7 +442,7 @@
442 442
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
443 443
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
444 444
 
445
-// "Jerk" specifies the minumum speed change that requires acceleration.
445
+// "Jerk" specifies the minimum speed change that requires acceleration.
446 446
 // When changing speed and direction, if the difference is less than the
447 447
 // value set here, it may happen instantaneously.
448 448
 #define DEFAULT_XYJERK                8.0     // (mm/sec)

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h Просмотреть файл

@@ -452,7 +452,7 @@
452 452
 #define DEFAULT_RETRACT_ACCELERATION  2000   // E acceleration in mm/s^2 for retracts
453 453
 #define DEFAULT_TRAVEL_ACCELERATION   400    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
454 454
 
455
-// "Jerk" specifies the minumum speed change that requires acceleration.
455
+// "Jerk" specifies the minimum speed change that requires acceleration.
456 456
 // When changing speed and direction, if the difference is less than the
457 457
 // value set here, it may happen instantaneously.
458 458
 #define DEFAULT_XYJERK                5.0     // (mm/sec)

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h Просмотреть файл

@@ -465,7 +465,7 @@
465 465
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
466 466
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
467 467
 
468
-// "Jerk" specifies the minumum speed change that requires acceleration.
468
+// "Jerk" specifies the minimum speed change that requires acceleration.
469 469
 // When changing speed and direction, if the difference is less than the
470 470
 // value set here, it may happen instantaneously.
471 471
 #define DEFAULT_XYJERK                 8.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h Просмотреть файл

@@ -436,7 +436,7 @@
436 436
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
437 437
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
438 438
 
439
-// "Jerk" specifies the minumum speed change that requires acceleration.
439
+// "Jerk" specifies the minimum speed change that requires acceleration.
440 440
 // When changing speed and direction, if the difference is less than the
441 441
 // value set here, it may happen instantaneously.
442 442
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h Просмотреть файл

@@ -444,7 +444,7 @@
444 444
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
445 445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
446 446
 
447
-// "Jerk" specifies the minumum speed change that requires acceleration.
447
+// "Jerk" specifies the minimum speed change that requires acceleration.
448 448
 // When changing speed and direction, if the difference is less than the
449 449
 // value set here, it may happen instantaneously.
450 450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h Просмотреть файл

@@ -487,7 +487,7 @@
487 487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
488 488
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
489 489
 
490
-// "Jerk" specifies the minumum speed change that requires acceleration.
490
+// "Jerk" specifies the minimum speed change that requires acceleration.
491 491
 // When changing speed and direction, if the difference is less than the
492 492
 // value set here, it may happen instantaneously.
493 493
 #define DEFAULT_XYJERK                15.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h Просмотреть файл

@@ -487,7 +487,7 @@
487 487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
488 488
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
489 489
 
490
-// "Jerk" specifies the minumum speed change that requires acceleration.
490
+// "Jerk" specifies the minimum speed change that requires acceleration.
491 491
 // When changing speed and direction, if the difference is less than the
492 492
 // value set here, it may happen instantaneously.
493 493
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h Просмотреть файл

@@ -487,7 +487,7 @@
487 487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
488 488
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
489 489
 
490
-// "Jerk" specifies the minumum speed change that requires acceleration.
490
+// "Jerk" specifies the minimum speed change that requires acceleration.
491 491
 // When changing speed and direction, if the difference is less than the
492 492
 // value set here, it may happen instantaneously.
493 493
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Просмотреть файл

@@ -483,7 +483,7 @@
483 483
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
484 484
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
485 485
 
486
-// "Jerk" specifies the minumum speed change that requires acceleration.
486
+// "Jerk" specifies the minimum speed change that requires acceleration.
487 487
 // When changing speed and direction, if the difference is less than the
488 488
 // value set here, it may happen instantaneously.
489 489
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Просмотреть файл

@@ -493,7 +493,7 @@
493 493
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
494 494
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
495 495
 
496
-// "Jerk" specifies the minumum speed change that requires acceleration.
496
+// "Jerk" specifies the minimum speed change that requires acceleration.
497 497
 // When changing speed and direction, if the difference is less than the
498 498
 // value set here, it may happen instantaneously.
499 499
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h Просмотреть файл

@@ -447,7 +447,7 @@
447 447
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
448 448
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
449 449
 
450
-// "Jerk" specifies the minumum speed change that requires acceleration.
450
+// "Jerk" specifies the minimum speed change that requires acceleration.
451 451
 // When changing speed and direction, if the difference is less than the
452 452
 // value set here, it may happen instantaneously.
453 453
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h Просмотреть файл

@@ -438,7 +438,7 @@
438 438
 #define DEFAULT_RETRACT_ACCELERATION  3000   // E acceleration in mm/s^2 for retracts
439 439
 #define DEFAULT_TRAVEL_ACCELERATION   500    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
440 440
 
441
-// "Jerk" specifies the minumum speed change that requires acceleration.
441
+// "Jerk" specifies the minimum speed change that requires acceleration.
442 442
 // When changing speed and direction, if the difference is less than the
443 443
 // value set here, it may happen instantaneously.
444 444
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/stepper.cpp Просмотреть файл

@@ -426,7 +426,7 @@ void Stepper::isr() {
426 426
           counter_E -= current_block->step_event_count;
427 427
           #if DISABLED(MIXING_EXTRUDER)
428 428
             // Don't step E here for mixing extruder
429
-            e_steps[TOOL_E_INDEX] += motor_direction(E_AXIS) ? -1 : 1;
429
+            motor_direction(E_AXIS) ? --e_steps[TOOL_E_INDEX] : ++e_steps[TOOL_E_INDEX];
430 430
           #endif
431 431
         }
432 432
 

Загрузка…
Отмена
Сохранить