Explorar el Código

Include M205 note in configurations

Scott Lahteine hace 8 años
padre
commit
aa241c63b3
Se han modificado 23 ficheros con 27 adiciones y 5 borrados
  1. 1
    0
      Marlin/Configuration.h
  2. 1
    0
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 1
    0
      Marlin/example_configurations/Felix/Configuration.h
  4. 1
    0
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 1
    0
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 1
    0
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 1
    0
      Marlin/example_configurations/K8200/Configuration.h
  8. 1
    0
      Marlin/example_configurations/K8400/Configuration.h
  9. 1
    0
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 1
    0
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 1
    0
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 1
    0
      Marlin/example_configurations/SCARA/Configuration.h
  13. 1
    0
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 1
    0
      Marlin/example_configurations/WITBOX/Configuration.h
  15. 1
    0
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  16. 1
    0
      Marlin/example_configurations/delta/biv2.5/Configuration.h
  17. 1
    0
      Marlin/example_configurations/delta/generic/Configuration.h
  18. 1
    0
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  19. 1
    0
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  20. 1
    0
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  21. 1
    0
      Marlin/example_configurations/makibox/Configuration.h
  22. 1
    0
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  23. 5
    5
      Marlin/planner.h

+ 1
- 0
Marlin/Configuration.h Ver fichero

517
 
517
 
518
 /**
518
 /**
519
  * Default Jerk (mm/s)
519
  * Default Jerk (mm/s)
520
+ * Override with M205 X Y Z E
520
  *
521
  *
521
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * When changing speed and direction, if the difference is less than the
523
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/Cartesio/Configuration.h Ver fichero

517
 
517
 
518
 /**
518
 /**
519
  * Default Jerk (mm/s)
519
  * Default Jerk (mm/s)
520
+ * Override with M205 X Y Z E
520
  *
521
  *
521
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * When changing speed and direction, if the difference is less than the
523
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/Felix/Configuration.h Ver fichero

500
 
500
 
501
 /**
501
 /**
502
  * Default Jerk (mm/s)
502
  * Default Jerk (mm/s)
503
+ * Override with M205 X Y Z E
503
  *
504
  *
504
  * "Jerk" specifies the minimum speed change that requires acceleration.
505
  * "Jerk" specifies the minimum speed change that requires acceleration.
505
  * When changing speed and direction, if the difference is less than the
506
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/Felix/DUAL/Configuration.h Ver fichero

500
 
500
 
501
 /**
501
 /**
502
  * Default Jerk (mm/s)
502
  * Default Jerk (mm/s)
503
+ * Override with M205 X Y Z E
503
  *
504
  *
504
  * "Jerk" specifies the minimum speed change that requires acceleration.
505
  * "Jerk" specifies the minimum speed change that requires acceleration.
505
  * When changing speed and direction, if the difference is less than the
506
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/Hephestos/Configuration.h Ver fichero

509
 
509
 
510
 /**
510
 /**
511
  * Default Jerk (mm/s)
511
  * Default Jerk (mm/s)
512
+ * Override with M205 X Y Z E
512
  *
513
  *
513
  * "Jerk" specifies the minimum speed change that requires acceleration.
514
  * "Jerk" specifies the minimum speed change that requires acceleration.
514
  * When changing speed and direction, if the difference is less than the
515
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h Ver fichero

511
 
511
 
512
 /**
512
 /**
513
  * Default Jerk (mm/s)
513
  * Default Jerk (mm/s)
514
+ * Override with M205 X Y Z E
514
  *
515
  *
515
  * "Jerk" specifies the minimum speed change that requires acceleration.
516
  * "Jerk" specifies the minimum speed change that requires acceleration.
516
  * When changing speed and direction, if the difference is less than the
517
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/K8200/Configuration.h Ver fichero

546
 
546
 
547
 /**
547
 /**
548
  * Default Jerk (mm/s)
548
  * Default Jerk (mm/s)
549
+ * Override with M205 X Y Z E
549
  *
550
  *
550
  * "Jerk" specifies the minimum speed change that requires acceleration.
551
  * "Jerk" specifies the minimum speed change that requires acceleration.
551
  * When changing speed and direction, if the difference is less than the
552
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/K8400/Configuration.h Ver fichero

517
 
517
 
518
 /**
518
 /**
519
  * Default Jerk (mm/s)
519
  * Default Jerk (mm/s)
520
+ * Override with M205 X Y Z E
520
  *
521
  *
521
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * When changing speed and direction, if the difference is less than the
523
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/K8400/Dual-head/Configuration.h Ver fichero

517
 
517
 
518
 /**
518
 /**
519
  * Default Jerk (mm/s)
519
  * Default Jerk (mm/s)
520
+ * Override with M205 X Y Z E
520
  *
521
  *
521
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * When changing speed and direction, if the difference is less than the
523
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Ver fichero

517
 
517
 
518
 /**
518
 /**
519
  * Default Jerk (mm/s)
519
  * Default Jerk (mm/s)
520
+ * Override with M205 X Y Z E
520
  *
521
  *
521
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * When changing speed and direction, if the difference is less than the
523
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/RigidBot/Configuration.h Ver fichero

516
 
516
 
517
 /**
517
 /**
518
  * Default Jerk (mm/s)
518
  * Default Jerk (mm/s)
519
+ * Override with M205 X Y Z E
519
  *
520
  *
520
  * "Jerk" specifies the minimum speed change that requires acceleration.
521
  * "Jerk" specifies the minimum speed change that requires acceleration.
521
  * When changing speed and direction, if the difference is less than the
522
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/SCARA/Configuration.h Ver fichero

532
 
532
 
533
 /**
533
 /**
534
  * Default Jerk (mm/s)
534
  * Default Jerk (mm/s)
535
+ * Override with M205 X Y Z E
535
  *
536
  *
536
  * "Jerk" specifies the minimum speed change that requires acceleration.
537
  * "Jerk" specifies the minimum speed change that requires acceleration.
537
  * When changing speed and direction, if the difference is less than the
538
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/TAZ4/Configuration.h Ver fichero

538
 
538
 
539
 /**
539
 /**
540
  * Default Jerk (mm/s)
540
  * Default Jerk (mm/s)
541
+ * Override with M205 X Y Z E
541
  *
542
  *
542
  * "Jerk" specifies the minimum speed change that requires acceleration.
543
  * "Jerk" specifies the minimum speed change that requires acceleration.
543
  * When changing speed and direction, if the difference is less than the
544
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/WITBOX/Configuration.h Ver fichero

509
 
509
 
510
 /**
510
 /**
511
  * Default Jerk (mm/s)
511
  * Default Jerk (mm/s)
512
+ * Override with M205 X Y Z E
512
  *
513
  *
513
  * "Jerk" specifies the minimum speed change that requires acceleration.
514
  * "Jerk" specifies the minimum speed change that requires acceleration.
514
  * When changing speed and direction, if the difference is less than the
515
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h Ver fichero

517
 
517
 
518
 /**
518
 /**
519
  * Default Jerk (mm/s)
519
  * Default Jerk (mm/s)
520
+ * Override with M205 X Y Z E
520
  *
521
  *
521
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * "Jerk" specifies the minimum speed change that requires acceleration.
522
  * When changing speed and direction, if the difference is less than the
523
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h Ver fichero

565
 
565
 
566
 /**
566
 /**
567
  * Default Jerk (mm/s)
567
  * Default Jerk (mm/s)
568
+ * Override with M205 X Y Z E
568
  *
569
  *
569
  * "Jerk" specifies the minimum speed change that requires acceleration.
570
  * "Jerk" specifies the minimum speed change that requires acceleration.
570
  * When changing speed and direction, if the difference is less than the
571
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/delta/generic/Configuration.h Ver fichero

565
 
565
 
566
 /**
566
 /**
567
  * Default Jerk (mm/s)
567
  * Default Jerk (mm/s)
568
+ * Override with M205 X Y Z E
568
  *
569
  *
569
  * "Jerk" specifies the minimum speed change that requires acceleration.
570
  * "Jerk" specifies the minimum speed change that requires acceleration.
570
  * When changing speed and direction, if the difference is less than the
571
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h Ver fichero

565
 
565
 
566
 /**
566
 /**
567
  * Default Jerk (mm/s)
567
  * Default Jerk (mm/s)
568
+ * Override with M205 X Y Z E
568
  *
569
  *
569
  * "Jerk" specifies the minimum speed change that requires acceleration.
570
  * "Jerk" specifies the minimum speed change that requires acceleration.
570
  * When changing speed and direction, if the difference is less than the
571
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h Ver fichero

559
 
559
 
560
 /**
560
 /**
561
  * Default Jerk (mm/s)
561
  * Default Jerk (mm/s)
562
+ * Override with M205 X Y Z E
562
  *
563
  *
563
  * "Jerk" specifies the minimum speed change that requires acceleration.
564
  * "Jerk" specifies the minimum speed change that requires acceleration.
564
  * When changing speed and direction, if the difference is less than the
565
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration.h Ver fichero

571
 
571
 
572
 /**
572
 /**
573
  * Default Jerk (mm/s)
573
  * Default Jerk (mm/s)
574
+ * Override with M205 X Y Z E
574
  *
575
  *
575
  * "Jerk" specifies the minimum speed change that requires acceleration.
576
  * "Jerk" specifies the minimum speed change that requires acceleration.
576
  * When changing speed and direction, if the difference is less than the
577
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/makibox/Configuration.h Ver fichero

520
 
520
 
521
 /**
521
 /**
522
  * Default Jerk (mm/s)
522
  * Default Jerk (mm/s)
523
+ * Override with M205 X Y Z E
523
  *
524
  *
524
  * "Jerk" specifies the minimum speed change that requires acceleration.
525
  * "Jerk" specifies the minimum speed change that requires acceleration.
525
  * When changing speed and direction, if the difference is less than the
526
  * When changing speed and direction, if the difference is less than the

+ 1
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h Ver fichero

513
 
513
 
514
 /**
514
 /**
515
  * Default Jerk (mm/s)
515
  * Default Jerk (mm/s)
516
+ * Override with M205 X Y Z E
516
  *
517
  *
517
  * "Jerk" specifies the minimum speed change that requires acceleration.
518
  * "Jerk" specifies the minimum speed change that requires acceleration.
518
  * When changing speed and direction, if the difference is less than the
519
  * When changing speed and direction, if the difference is less than the

+ 5
- 5
Marlin/planner.h Ver fichero

393
 
393
 
394
     #if ENABLED(ENSURE_SMOOTH_MOVES)
394
     #if ENABLED(ENSURE_SMOOTH_MOVES)
395
       static bool long_move() {
395
       static bool long_move() {
396
-        if (blocks_queued()) {
397
-          return block_buffer_runtime_us > (LCD_UPDATE_THRESHOLD) * 1000UL + (MIN_BLOCK_TIME) * 3000UL;
398
-        }
399
-        else
400
-          return true;
396
+          if (blocks_queued()) {
397
+            return block_buffer_runtime_us > (LCD_UPDATE_THRESHOLD) * 1000UL + (MIN_BLOCK_TIME) * 3000UL;
398
+          }
399
+          else
400
+            return true;
401
       }
401
       }
402
       
402
       
403
       static void clear_block_buffer_runtime(){
403
       static void clear_block_buffer_runtime(){

Loading…
Cancelar
Guardar