Sfoglia il codice sorgente

Fix a misspelling of minimum

Scott Lahteine 8 anni fa
parent
commit
aaef7c6b89

+ 1
- 1
Marlin/Configuration.h Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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 Vedi File

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)

Loading…
Annulla
Salva