ソースを参照

Merge pull request #4749 from thinkyhead/rc_minumum_minimum

Fix a misspelling of minimum
Scott Lahteine 8年前
コミット
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
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
444
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
448
 // When changing speed and direction, if the difference is less than the
449
 // value set here, it may happen instantaneously.
449
 // value set here, it may happen instantaneously.
450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h ファイルの表示

444
 #define DEFAULT_RETRACT_ACCELERATION  10000   // E acceleration in mm/s^2 for retracts
444
 #define DEFAULT_RETRACT_ACCELERATION  10000   // E acceleration in mm/s^2 for retracts
445
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
448
 // When changing speed and direction, if the difference is less than the
449
 // value set here, it may happen instantaneously.
449
 // value set here, it may happen instantaneously.
450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)
450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h ファイルの表示

427
 #define DEFAULT_RETRACT_ACCELERATION  5000    // E acceleration in mm/s^2 for retracts
427
 #define DEFAULT_RETRACT_ACCELERATION  5000    // E acceleration in mm/s^2 for retracts
428
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
431
 // When changing speed and direction, if the difference is less than the
432
 // value set here, it may happen instantaneously.
432
 // value set here, it may happen instantaneously.
433
 #define DEFAULT_XYJERK                10.0    // (mm/sec)
433
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h ファイルの表示

425
 #define DEFAULT_RETRACT_ACCELERATION  5000    // E acceleration in mm/s^2 for retracts
425
 #define DEFAULT_RETRACT_ACCELERATION  5000    // E acceleration in mm/s^2 for retracts
426
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
429
 // When changing speed and direction, if the difference is less than the
430
 // value set here, it may happen instantaneously.
430
 // value set here, it may happen instantaneously.
431
 #define DEFAULT_XYJERK                10.0    // (mm/sec)
431
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h ファイルの表示

436
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
436
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
437
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
440
 // When changing speed and direction, if the difference is less than the
441
 // value set here, it may happen instantaneously.
441
 // value set here, it may happen instantaneously.
442
 #define DEFAULT_XYJERK                10.0    // (mm/sec)
442
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h ファイルの表示

438
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
438
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
439
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
442
 // When changing speed and direction, if the difference is less than the
443
 // value set here, it may happen instantaneously.
443
 // value set here, it may happen instantaneously.
444
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
444
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h ファイルの表示

461
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
461
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
462
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
465
 // When changing speed and direction, if the difference is less than the
466
 // value set here, it may happen instantaneously.
466
 // value set here, it may happen instantaneously.
467
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
467
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h ファイルの表示

444
 #define DEFAULT_RETRACT_ACCELERATION  6000    // E acceleration in mm/s^2 for retracts
444
 #define DEFAULT_RETRACT_ACCELERATION  6000    // E acceleration in mm/s^2 for retracts
445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
448
 // When changing speed and direction, if the difference is less than the
449
 // value set here, it may happen instantaneously.
449
 // value set here, it may happen instantaneously.
450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)
450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h ファイルの表示

444
 #define DEFAULT_RETRACT_ACCELERATION  6000    // E acceleration in mm/s^2 for retracts
444
 #define DEFAULT_RETRACT_ACCELERATION  6000    // E acceleration in mm/s^2 for retracts
445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
448
 // When changing speed and direction, if the difference is less than the
449
 // value set here, it may happen instantaneously.
449
 // value set here, it may happen instantaneously.
450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)
450
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h ファイルの表示

444
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
444
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
448
 // When changing speed and direction, if the difference is less than the
449
 // value set here, it may happen instantaneously.
449
 // value set here, it may happen instantaneously.
450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h ファイルの表示

442
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
442
 #define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration in mm/s^2 for retracts
443
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
446
 // When changing speed and direction, if the difference is less than the
447
 // value set here, it may happen instantaneously.
447
 // value set here, it may happen instantaneously.
448
 #define DEFAULT_XYJERK                8.0     // (mm/sec)
448
 #define DEFAULT_XYJERK                8.0     // (mm/sec)

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h ファイルの表示

452
 #define DEFAULT_RETRACT_ACCELERATION  2000   // E acceleration in mm/s^2 for retracts
452
 #define DEFAULT_RETRACT_ACCELERATION  2000   // E acceleration in mm/s^2 for retracts
453
 #define DEFAULT_TRAVEL_ACCELERATION   400    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
456
 // When changing speed and direction, if the difference is less than the
457
 // value set here, it may happen instantaneously.
457
 // value set here, it may happen instantaneously.
458
 #define DEFAULT_XYJERK                5.0     // (mm/sec)
458
 #define DEFAULT_XYJERK                5.0     // (mm/sec)

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h ファイルの表示

465
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
465
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
466
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
469
 // When changing speed and direction, if the difference is less than the
470
 // value set here, it may happen instantaneously.
470
 // value set here, it may happen instantaneously.
471
 #define DEFAULT_XYJERK                 8.0    // (mm/sec)
471
 #define DEFAULT_XYJERK                 8.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h ファイルの表示

436
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
436
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
437
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
440
 // When changing speed and direction, if the difference is less than the
441
 // value set here, it may happen instantaneously.
441
 // value set here, it may happen instantaneously.
442
 #define DEFAULT_XYJERK                10.0    // (mm/sec)
442
 #define DEFAULT_XYJERK                10.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h ファイルの表示

444
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
444
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
445
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
448
 // When changing speed and direction, if the difference is less than the
449
 // value set here, it may happen instantaneously.
449
 // value set here, it may happen instantaneously.
450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
450
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h ファイルの表示

487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
488
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
491
 // When changing speed and direction, if the difference is less than the
492
 // value set here, it may happen instantaneously.
492
 // value set here, it may happen instantaneously.
493
 #define DEFAULT_XYJERK                15.0    // (mm/sec)
493
 #define DEFAULT_XYJERK                15.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h ファイルの表示

487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
488
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
491
 // When changing speed and direction, if the difference is less than the
492
 // value set here, it may happen instantaneously.
492
 // value set here, it may happen instantaneously.
493
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
493
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h ファイルの表示

487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
487
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
488
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
491
 // When changing speed and direction, if the difference is less than the
492
 // value set here, it may happen instantaneously.
492
 // value set here, it may happen instantaneously.
493
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
493
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h ファイルの表示

483
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
483
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
484
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
487
 // When changing speed and direction, if the difference is less than the
488
 // value set here, it may happen instantaneously.
488
 // value set here, it may happen instantaneously.
489
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
489
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h ファイルの表示

493
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
493
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
494
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
497
 // When changing speed and direction, if the difference is less than the
498
 // value set here, it may happen instantaneously.
498
 // value set here, it may happen instantaneously.
499
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
499
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h ファイルの表示

447
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
447
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
448
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
451
 // When changing speed and direction, if the difference is less than the
452
 // value set here, it may happen instantaneously.
452
 // value set here, it may happen instantaneously.
453
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
453
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h ファイルの表示

438
 #define DEFAULT_RETRACT_ACCELERATION  3000   // E acceleration in mm/s^2 for retracts
438
 #define DEFAULT_RETRACT_ACCELERATION  3000   // E acceleration in mm/s^2 for retracts
439
 #define DEFAULT_TRAVEL_ACCELERATION   500    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
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
 // When changing speed and direction, if the difference is less than the
442
 // When changing speed and direction, if the difference is less than the
443
 // value set here, it may happen instantaneously.
443
 // value set here, it may happen instantaneously.
444
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
444
 #define DEFAULT_XYJERK                20.0    // (mm/sec)

+ 1
- 1
Marlin/stepper.cpp ファイルの表示

426
           counter_E -= current_block->step_event_count;
426
           counter_E -= current_block->step_event_count;
427
           #if DISABLED(MIXING_EXTRUDER)
427
           #if DISABLED(MIXING_EXTRUDER)
428
             // Don't step E here for mixing extruder
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
           #endif
430
           #endif
431
         }
431
         }
432
 
432
 

読み込み中…
キャンセル
保存