Parcourir la source

Fix up some delta settings

Scott Lahteine il y a 5 ans
Parent
révision
9fbd73d931

+ 15
- 15
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h Voir le fichier

@@ -595,42 +595,42 @@
595 595
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
596 596
     #define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - MIN_PROBE_EDGE  // (mm)
597 597
     // Set the steprate for papertest probing
598
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
598
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
599 599
   #endif
600 600
 
601 601
   #if ENABLED(ANYCUBIC_KOSSEL_PLUS)
602 602
     // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
603
-    #define DELTA_PRINTABLE_RADIUS 116.0 // (mm)
603
+    #define DELTA_PRINTABLE_RADIUS 116.0  // (mm)
604 604
     // Center-to-center distance of the holes in the diagonal push rods.
605
-    #define DELTA_DIAGONAL_ROD 267 // (mm)
605
+    #define DELTA_DIAGONAL_ROD 267        // (mm)
606 606
       // Horizontal offset from middle of printer to smooth rod center.
607
-    #define DELTA_SMOOTH_ROD_OFFSET 186 // (mm)
607
+    #define DELTA_SMOOTH_ROD_OFFSET 186   // (mm)
608 608
     // Horizontal offset of the universal joints on the end effector.
609
-    #define DELTA_EFFECTOR_OFFSET 31 // (mm)
609
+    #define DELTA_EFFECTOR_OFFSET 31      // (mm)
610 610
     // Horizontal offset of the universal joints on the carriages.
611
-    #define DELTA_CARRIAGE_OFFSET 20.6 // (mm)
611
+    #define DELTA_CARRIAGE_OFFSET 20.6    // (mm)
612 612
     // Horizontal distance bridged by diagonal push rods when effector is centered.
613
-    #define DELTA_RADIUS (DELTA_SMOOTH_ROD_OFFSET-(DELTA_EFFECTOR_OFFSET)-(DELTA_CARRIAGE_OFFSET))  //mm  Get this value from auto calibrate
613
+    #define DELTA_RADIUS (DELTA_SMOOTH_ROD_OFFSET-(DELTA_EFFECTOR_OFFSET)-(DELTA_CARRIAGE_OFFSET))          // (mm) Get this value from G33 auto calibrate
614 614
   #else
615 615
     // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
616
-    #define DELTA_PRINTABLE_RADIUS 90.0 // (mm)
616
+    #define DELTA_PRINTABLE_RADIUS 90.0   // (mm)
617 617
     // Center-to-center distance of the holes in the diagonal push rods.
618
-    #define DELTA_DIAGONAL_ROD 218.0 // (mm)
618
+    #define DELTA_DIAGONAL_ROD 218.0      // (mm)
619 619
     // Horizontal distance bridged by diagonal push rods when effector is centered.
620
-    #define DELTA_RADIUS 97.0 //mm  Get this value from auto calibrate
620
+    #define DELTA_RADIUS 97.0             // (mm) Get this value from G33 auto calibrate
621 621
   #endif
622 622
 
623
-  // height from z=0 to home position
624
-  #define DELTA_HEIGHT 320.00 // get this value from auto calibrate
623
+  // Distance between bed and nozzle Z home position
624
+  #define DELTA_HEIGHT 320.00             // (mm) Get this value from G33 auto calibrate
625 625
 
626
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
626
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
627 627
 
628 628
   // Trim adjustments for individual towers
629 629
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
630 630
   // measured in degrees anticlockwise looking from above the printer
631
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
631
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
632 632
 
633
-  // delta radius and diaginal rod adjustments measured in mm
633
+  // Delta radius and diagonal rod adjustments (mm)
634 634
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
635 635
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
636 636
 

+ 9
- 9
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h Voir le fichier

@@ -562,29 +562,29 @@
562 562
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
563 563
     #define DELTA_CALIBRATION_RADIUS 73.5 // (mm)
564 564
     // Set the steprate for papertest probing
565
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
565
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
566 566
   #endif
567 567
 
568 568
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
569
-  #define DELTA_PRINTABLE_RADIUS 85.0 // (mm)
569
+  #define DELTA_PRINTABLE_RADIUS 85.0     // (mm)
570 570
 
571 571
   // Center-to-center distance of the holes in the diagonal push rods.
572
-  #define DELTA_DIAGONAL_ROD 218.0 // (mm)
572
+  #define DELTA_DIAGONAL_ROD 218.0        // (mm)
573 573
 
574
-  // height from z=0 to home position
575
-  #define DELTA_HEIGHT 295.00 // get this value from auto calibrate
574
+  // Distance between bed and nozzle Z home position
575
+  #define DELTA_HEIGHT 295.00             // (mm) Get this value from G33 auto calibrate
576 576
 
577
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
577
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
578 578
 
579 579
   // Horizontal distance bridged by diagonal push rods when effector is centered.
580
-  #define DELTA_RADIUS 101.0 //mm  Get this value from auto calibrate
580
+  #define DELTA_RADIUS 101.0              // (mm) Get this value from G33 auto calibrate
581 581
 
582 582
   // Trim adjustments for individual towers
583 583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
584 584
   // measured in degrees anticlockwise looking from above the printer
585
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
585
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
586 586
 
587
-  // delta radius and diaginal rod adjustments measured in mm
587
+  // Delta radius and diagonal rod adjustments (mm)
588 588
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
589 589
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
590 590
 

+ 10
- 10
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h Voir le fichier

@@ -560,31 +560,31 @@
560 560
 
561 561
   #if ENABLED(DELTA_AUTO_CALIBRATION) || ENABLED(DELTA_CALIBRATION_MENU)
562 562
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
563
-    #define DELTA_CALIBRATION_RADIUS 63 // (mm)
563
+    #define DELTA_CALIBRATION_RADIUS 63   // (mm)
564 564
     // Set the steprate for papertest probing
565
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
565
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
566 566
   #endif
567 567
 
568 568
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
569
-  #define DELTA_PRINTABLE_RADIUS 70.0 // (mm)
569
+  #define DELTA_PRINTABLE_RADIUS 70.0     // (mm)
570 570
 
571 571
   // Center-to-center distance of the holes in the diagonal push rods.
572
-  #define DELTA_DIAGONAL_ROD 218.0 // (mm)
572
+  #define DELTA_DIAGONAL_ROD 218.0        // (mm)
573 573
 
574
-  // height from z=0 to home position
575
-  #define DELTA_HEIGHT 317.94 // get this value from auto calibrate
574
+  // Distance between bed and nozzle Z home position
575
+  #define DELTA_HEIGHT 317.94             // (mm) Get this value from G33 auto calibrate
576 576
 
577
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
577
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
578 578
 
579 579
   // Horizontal distance bridged by diagonal push rods when effector is centered.
580
-  #define DELTA_RADIUS 110.0 //mm  Get this value from auto calibrate
580
+  #define DELTA_RADIUS 110.0              // (mm) Get this value from G33 auto calibrate
581 581
 
582 582
   // Trim adjustments for individual towers
583 583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
584 584
   // measured in degrees anticlockwise looking from above the printer
585
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
585
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
586 586
 
587
-  // delta radius and diaginal rod adjustments measured in mm
587
+  // Delta radius and diagonal rod adjustments (mm)
588 588
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
589 589
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
590 590
 

+ 9
- 9
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h Voir le fichier

@@ -562,29 +562,29 @@
562 562
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
563 563
     #define DELTA_CALIBRATION_RADIUS 73.5 // (mm)
564 564
     // Set the steprate for papertest probing
565
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
565
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
566 566
   #endif
567 567
 
568 568
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
569
-  #define DELTA_PRINTABLE_RADIUS 85.0 // (mm)
569
+  #define DELTA_PRINTABLE_RADIUS 85.0     // (mm)
570 570
 
571 571
   // Center-to-center distance of the holes in the diagonal push rods.
572
-  #define DELTA_DIAGONAL_ROD 218.0 // (mm)
572
+  #define DELTA_DIAGONAL_ROD 218.0        // (mm)
573 573
 
574
-  // height from z=0 to home position
575
-  #define DELTA_HEIGHT 280.00 // get this value from auto calibrate
574
+  // Distance between bed and nozzle Z home position
575
+  #define DELTA_HEIGHT 280.00             // (mm) Get this value from G33 auto calibrate
576 576
 
577
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
577
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
578 578
 
579 579
   // Horizontal distance bridged by diagonal push rods when effector is centered.
580
-  #define DELTA_RADIUS 101.0 //mm  Get this value from auto calibrate
580
+  #define DELTA_RADIUS 101.0              // (mm) Get this value from G33 auto calibrate
581 581
 
582 582
   // Trim adjustments for individual towers
583 583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
584 584
   // measured in degrees anticlockwise looking from above the printer
585
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
585
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
586 586
 
587
-  // delta radius and diaginal rod adjustments measured in mm
587
+  // Delta radius and diagonal rod adjustments (mm)
588 588
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
589 589
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
590 590
 

+ 9
- 9
Marlin/src/config/examples/delta/Geeetech/Rostock 301/Configuration.h Voir le fichier

@@ -563,29 +563,29 @@
563 563
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
564 564
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
565 565
     // Set the steprate for papertest probing
566
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
566
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
567 567
   #endif
568 568
 
569 569
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
570
-  #define DELTA_PRINTABLE_RADIUS 90.0 // (mm)
570
+  #define DELTA_PRINTABLE_RADIUS 90.0     // (mm)
571 571
 
572 572
   // Center-to-center distance of the holes in the diagonal push rods.
573
-  #define DELTA_DIAGONAL_ROD 196.0 // (mm)
573
+  #define DELTA_DIAGONAL_ROD 196.0        // (mm)
574 574
 
575
-  // height from z=0 to home position
576
-  #define DELTA_HEIGHT 228.00 // get this value from auto calibrate
575
+  // Distance between bed and nozzle Z home position
576
+  #define DELTA_HEIGHT 228.00             // (mm) Get this value from G33 auto calibrate
577 577
 
578
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
578
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
579 579
 
580 580
   // Horizontal distance bridged by diagonal push rods when effector is centered.
581
-  #define DELTA_RADIUS 92 //124.0 //mm  Get this value from auto calibrate
581
+  #define DELTA_RADIUS 92 //124.0         // (mm) Get this value from G33 auto calibrate
582 582
 
583 583
   // Trim adjustments for individual towers
584 584
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
585 585
   // measured in degrees anticlockwise looking from above the printer
586
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
586
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
587 587
 
588
-  // delta radius and diaginal rod adjustments measured in mm
588
+  // Delta radius and diagonal rod adjustments (mm)
589 589
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
590 590
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
591 591
 

+ 9
- 9
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h Voir le fichier

@@ -567,29 +567,29 @@
567 567
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
568 568
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
569 569
     // Set the steprate for papertest probing
570
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
570
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
571 571
   #endif
572 572
 
573 573
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
574
-  #define DELTA_PRINTABLE_RADIUS 151.0 // (mm)
574
+  #define DELTA_PRINTABLE_RADIUS 151.0    // (mm)
575 575
 
576 576
   // Center-to-center distance of the holes in the diagonal push rods.
577
-  #define DELTA_DIAGONAL_ROD 356.5 // (mm)
577
+  #define DELTA_DIAGONAL_ROD 356.5        // (mm)
578 578
 
579
-  // height from z=0 to home position
580
-  #define DELTA_HEIGHT 352.00 // get this value from auto calibrate
579
+  // Distance between bed and nozzle Z home position
580
+  #define DELTA_HEIGHT 352.00             // (mm) Get this value from G33 auto calibrate
581 581
 
582
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
582
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
583 583
 
584 584
   // Horizontal distance bridged by diagonal push rods when effector is centered.
585
-  #define DELTA_RADIUS 176.5 //mm  Get this value from auto calibrate
585
+  #define DELTA_RADIUS 176.5              // (mm) Get this value from G33 auto calibrate
586 586
 
587 587
   // Trim adjustments for individual towers
588 588
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
589 589
   // measured in degrees anticlockwise looking from above the printer
590
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
590
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
591 591
 
592
-  // delta radius and diaginal rod adjustments measured in mm
592
+  // Delta radius and diagonal rod adjustments (mm)
593 593
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
594 594
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
595 595
 

+ 9
- 9
Marlin/src/config/examples/delta/MKS/SBASE/Configuration.h Voir le fichier

@@ -552,29 +552,29 @@
552 552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
553 553
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
554 554
     // Set the steprate for papertest probing
555
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
555
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
556 556
   #endif
557 557
 
558 558
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
559
-  #define DELTA_PRINTABLE_RADIUS 140.0 // (mm)
559
+  #define DELTA_PRINTABLE_RADIUS 140.0    // (mm)
560 560
 
561 561
   // Center-to-center distance of the holes in the diagonal push rods.
562
-  #define DELTA_DIAGONAL_ROD 250.0 // (mm)
562
+  #define DELTA_DIAGONAL_ROD 250.0        // (mm)
563 563
 
564
-  // height from z=0 to home position
565
-  #define DELTA_HEIGHT 250.00 // get this value from auto calibrate
564
+  // Distance between bed and nozzle Z home position
565
+  #define DELTA_HEIGHT 250.00             // (mm) Get this value from G33 auto calibrate
566 566
 
567
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
567
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
568 568
 
569 569
   // Horizontal distance bridged by diagonal push rods when effector is centered.
570
-  #define DELTA_RADIUS 124.0 //mm  Get this value from auto calibrate
570
+  #define DELTA_RADIUS 124.0              // (mm) Get this value from G33 auto calibrate
571 571
 
572 572
   // Trim adjustments for individual towers
573 573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
574 574
   // measured in degrees anticlockwise looking from above the printer
575
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
575
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
576 576
 
577
-  // delta radius and diaginal rod adjustments measured in mm
577
+  // Delta radius and diagonal rod adjustments (mm)
578 578
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
579 579
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
580 580
 

+ 10
- 10
Marlin/src/config/examples/delta/Tevo Little Monster/Configuration.h Voir le fichier

@@ -554,31 +554,31 @@
554 554
 
555 555
   #if ENABLED(DELTA_AUTO_CALIBRATION) || ENABLED(DELTA_CALIBRATION_MENU)
556 556
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
557
-    #define DELTA_CALIBRATION_RADIUS 140 // (mm)
557
+    #define DELTA_CALIBRATION_RADIUS 140  // (mm)
558 558
     // Set the steprate for papertest probing
559
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
559
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
560 560
   #endif
561 561
 
562 562
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
563
-  #define DELTA_PRINTABLE_RADIUS 165.0 // (mm)
563
+  #define DELTA_PRINTABLE_RADIUS 165.0    // (mm)
564 564
 
565 565
   // Center-to-center distance of the holes in the diagonal push rods.
566
-  #define DELTA_DIAGONAL_ROD 397.19 // (mm)
566
+  #define DELTA_DIAGONAL_ROD 397.19       // (mm)
567 567
 
568
-  // height from z=0 to home position
569
-  #define DELTA_HEIGHT 522.27 // get this value from auto calibrate
568
+  // Distance between bed and nozzle Z home position
569
+  #define DELTA_HEIGHT 522.27             // (mm) Get this value from G33 auto calibrate
570 570
 
571
-  #define DELTA_ENDSTOP_ADJ { 0.0, -0.12, -0.78 } // get these from auto calibrate
571
+  #define DELTA_ENDSTOP_ADJ { 0.0, -0.12, -0.78 } // Get these values from G33 auto calibrate
572 572
 
573 573
   // Horizontal distance bridged by diagonal push rods when effector is centered.
574
-  #define DELTA_RADIUS 157.39 //mm  Get this value from auto calibrate
574
+  #define DELTA_RADIUS 157.39             // (mm) Get this value from G33 auto calibrate
575 575
 
576 576
   // Trim adjustments for individual towers
577 577
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
578 578
   // measured in degrees anticlockwise looking from above the printer
579
-  #define DELTA_TOWER_ANGLE_TRIM { -0.18, 0.18, 0.0 } // get these values from auto calibrate
579
+  #define DELTA_TOWER_ANGLE_TRIM { -0.18, 0.18, 0.0 } // Get these values from G33 auto calibrate
580 580
 
581
-  // delta radius and diaginal rod adjustments measured in mm
581
+  // Delta radius and diagonal rod adjustments (mm)
582 582
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
583 583
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
584 584
 

+ 9
- 9
Marlin/src/config/examples/delta/generic/Configuration.h Voir le fichier

@@ -552,29 +552,29 @@
552 552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
553 553
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
554 554
     // Set the steprate for papertest probing
555
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
555
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
556 556
   #endif
557 557
 
558 558
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
559
-  #define DELTA_PRINTABLE_RADIUS 140.0 // (mm)
559
+  #define DELTA_PRINTABLE_RADIUS 140.0    // (mm)
560 560
 
561 561
   // Center-to-center distance of the holes in the diagonal push rods.
562
-  #define DELTA_DIAGONAL_ROD 250.0 // (mm)
562
+  #define DELTA_DIAGONAL_ROD 250.0        // (mm)
563 563
 
564
-  // height from z=0 to home position
565
-  #define DELTA_HEIGHT 250.00 // get this value from auto calibrate
564
+  // Distance between bed and nozzle Z home position
565
+  #define DELTA_HEIGHT 250.00             // (mm) Get this value from G33 auto calibrate
566 566
 
567
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
567
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
568 568
 
569 569
   // Horizontal distance bridged by diagonal push rods when effector is centered.
570
-  #define DELTA_RADIUS 124.0 //mm  Get this value from auto calibrate
570
+  #define DELTA_RADIUS 124.0              // (mm) Get this value from G33 auto calibrate
571 571
 
572 572
   // Trim adjustments for individual towers
573 573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
574 574
   // measured in degrees anticlockwise looking from above the printer
575
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
575
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
576 576
 
577
-  // delta radius and diaginal rod adjustments measured in mm
577
+  // Delta radius and diagonal rod adjustments (mm)
578 578
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
579 579
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
580 580
 

+ 9
- 9
Marlin/src/config/examples/delta/kossel_mini/Configuration.h Voir le fichier

@@ -552,29 +552,29 @@
552 552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
553 553
     #define DELTA_CALIBRATION_RADIUS 78.0 // (mm)
554 554
     // Set the steprate for papertest probing
555
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
555
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
556 556
   #endif
557 557
 
558 558
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
559
-  #define DELTA_PRINTABLE_RADIUS 90.0 // (mm)
559
+  #define DELTA_PRINTABLE_RADIUS 90.0     // (mm)
560 560
 
561 561
   // Center-to-center distance of the holes in the diagonal push rods.
562
-  #define DELTA_DIAGONAL_ROD 215.0 // (mm)
562
+  #define DELTA_DIAGONAL_ROD 215.0        // (mm)
563 563
 
564
-  // height from z=0 to home position
565
-  #define DELTA_HEIGHT 250.00 // get this value from auto calibrate
564
+  // Distance between bed and nozzle Z home position
565
+  #define DELTA_HEIGHT 250.00             // (mm) Get this value from G33 auto calibrate
566 566
 
567
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
567
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
568 568
 
569 569
   // Horizontal distance bridged by diagonal push rods when effector is centered.
570
-  #define DELTA_RADIUS 105.2 //mm  Get this value from auto calibrate
570
+  #define DELTA_RADIUS 105.2              // (mm) Get this value from G33 auto calibrate
571 571
 
572 572
   // Trim adjustments for individual towers
573 573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
574 574
   // measured in degrees anticlockwise looking from above the printer
575
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
575
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
576 576
 
577
-  // delta radius and diaginal rod adjustments measured in mm
577
+  // Delta radius and diagonal rod adjustments (mm)
578 578
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
579 579
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
580 580
 

+ 9
- 9
Marlin/src/config/examples/delta/kossel_pro/Configuration.h Voir le fichier

@@ -538,29 +538,29 @@
538 538
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
539 539
     #define DELTA_CALIBRATION_RADIUS 110.0 // (mm)
540 540
     // Set the steprate for papertest probing
541
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
541
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
542 542
   #endif
543 543
 
544 544
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
545
-  #define DELTA_PRINTABLE_RADIUS 127.0 // (mm)
545
+  #define DELTA_PRINTABLE_RADIUS 127.0    // (mm)
546 546
 
547 547
   // Center-to-center distance of the holes in the diagonal push rods.
548
-  #define DELTA_DIAGONAL_ROD 301.0 // (mm)
548
+  #define DELTA_DIAGONAL_ROD 301.0        // (mm)
549 549
 
550
-  // height from z=0 to home position
551
-  #define DELTA_HEIGHT 277.00 // get this value from auto calibrate
550
+  // Distance between bed and nozzle Z home position
551
+  #define DELTA_HEIGHT 277.00             // (mm) Get this value from G33 auto calibrate
552 552
 
553
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
553
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
554 554
 
555 555
   // Horizontal distance bridged by diagonal push rods when effector is centered.
556
-  #define DELTA_RADIUS 152.357 //mm  Get this value from auto calibrate
556
+  #define DELTA_RADIUS 152.357            // (mm) Get this value from G33 auto calibrate
557 557
 
558 558
   // Trim adjustments for individual towers
559 559
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
560 560
   // measured in degrees anticlockwise looking from above the printer
561
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
561
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
562 562
 
563
-  // delta radius and diaginal rod adjustments measured in mm
563
+  // Delta radius and diagonal rod adjustments (mm)
564 564
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
565 565
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
566 566
 

+ 9
- 9
Marlin/src/config/examples/delta/kossel_xl/Configuration.h Voir le fichier

@@ -556,29 +556,29 @@
556 556
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
557 557
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
558 558
     // Set the steprate for papertest probing
559
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
559
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
560 560
   #endif
561 561
 
562 562
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
563
-  #define DELTA_PRINTABLE_RADIUS 140.0 // (mm)
563
+  #define DELTA_PRINTABLE_RADIUS 140.0    // (mm)
564 564
 
565 565
   // Center-to-center distance of the holes in the diagonal push rods.
566
-  #define DELTA_DIAGONAL_ROD 319.5 // (mm)
566
+  #define DELTA_DIAGONAL_ROD 319.5        // (mm)
567 567
 
568
-  // height from z=0 to home position
569
-  #define DELTA_HEIGHT 380.00 // get this value from auto calibrate
568
+  // Distance between bed and nozzle Z home position
569
+  #define DELTA_HEIGHT 380.00             // (mm) Get this value from G33 auto calibrate
570 570
 
571
-  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // get these from auto calibrate
571
+  #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
572 572
 
573 573
   // Horizontal distance bridged by diagonal push rods when effector is centered.
574
-  #define DELTA_RADIUS 174.1 //mm  Get this value from auto calibrate
574
+  #define DELTA_RADIUS 174.1              // (mm) Get this value from G33 auto calibrate
575 575
 
576 576
   // Trim adjustments for individual towers
577 577
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
578 578
   // measured in degrees anticlockwise looking from above the printer
579
-  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // get these values from auto calibrate
579
+  #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
580 580
 
581
-  // delta radius and diaginal rod adjustments measured in mm
581
+  // Delta radius and diagonal rod adjustments (mm)
582 582
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
583 583
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
584 584
 

+ 1
- 1
buildroot/share/fonts/README.md Voir le fichier

@@ -16,7 +16,7 @@ http://creativecommons.org/publicdomain/zero/1.0/
16 16
  - ISO10646_Kana.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
17 17
  - Marlin_symbols.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
18 18
 
19
-Additional changes to the original font files being distritubted with Marlin are copyrighted under the terms of the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt) license.
19
+Additional changes to the original font files distributed with Marlin are copyrighted under the terms of the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt) license.
20 20
 
21 21
 
22 22
 ## Documentation

Chargement…
Annuler
Enregistrer