Przeglądaj źródła

Fix up some delta settings

Scott Lahteine 6 lat temu
rodzic
commit
9fbd73d931

+ 15
- 15
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h Wyświetl plik

595
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
595
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
596
     #define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - MIN_PROBE_EDGE  // (mm)
596
     #define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - MIN_PROBE_EDGE  // (mm)
597
     // Set the steprate for papertest probing
597
     // Set the steprate for papertest probing
598
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
598
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
599
   #endif
599
   #endif
600
 
600
 
601
   #if ENABLED(ANYCUBIC_KOSSEL_PLUS)
601
   #if ENABLED(ANYCUBIC_KOSSEL_PLUS)
602
     // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
     // Center-to-center distance of the holes in the diagonal push rods.
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
       // Horizontal offset from middle of printer to smooth rod center.
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
     // Horizontal offset of the universal joints on the end effector.
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
     // Horizontal offset of the universal joints on the carriages.
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
     // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   #else
614
   #else
615
     // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
     // Center-to-center distance of the holes in the diagonal push rods.
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
     // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   #endif
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
   // Trim adjustments for individual towers
628
   // Trim adjustments for individual towers
629
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
629
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
630
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
634
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
635
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

562
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
562
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
563
     #define DELTA_CALIBRATION_RADIUS 73.5 // (mm)
563
     #define DELTA_CALIBRATION_RADIUS 73.5 // (mm)
564
     // Set the steprate for papertest probing
564
     // Set the steprate for papertest probing
565
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
565
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
566
   #endif
566
   #endif
567
 
567
 
568
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
582
   // Trim adjustments for individual towers
583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
584
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
588
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
589
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

560
 
560
 
561
   #if ENABLED(DELTA_AUTO_CALIBRATION) || ENABLED(DELTA_CALIBRATION_MENU)
561
   #if ENABLED(DELTA_AUTO_CALIBRATION) || ENABLED(DELTA_CALIBRATION_MENU)
562
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
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
     // Set the steprate for papertest probing
564
     // Set the steprate for papertest probing
565
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
565
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
566
   #endif
566
   #endif
567
 
567
 
568
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
582
   // Trim adjustments for individual towers
583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
584
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
588
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
589
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

562
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
562
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
563
     #define DELTA_CALIBRATION_RADIUS 73.5 // (mm)
563
     #define DELTA_CALIBRATION_RADIUS 73.5 // (mm)
564
     // Set the steprate for papertest probing
564
     // Set the steprate for papertest probing
565
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
565
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
566
   #endif
566
   #endif
567
 
567
 
568
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
582
   // Trim adjustments for individual towers
583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
583
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
584
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
588
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
589
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

563
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
563
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
564
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
564
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
565
     // Set the steprate for papertest probing
565
     // Set the steprate for papertest probing
566
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
566
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
567
   #endif
567
   #endif
568
 
568
 
569
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
583
   // Trim adjustments for individual towers
584
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
584
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
585
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
589
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
590
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

567
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
567
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
568
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
568
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
569
     // Set the steprate for papertest probing
569
     // Set the steprate for papertest probing
570
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
570
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
571
   #endif
571
   #endif
572
 
572
 
573
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
587
   // Trim adjustments for individual towers
588
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
588
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
589
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
593
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
594
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
553
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
553
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
554
     // Set the steprate for papertest probing
554
     // Set the steprate for papertest probing
555
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
555
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
556
   #endif
556
   #endif
557
 
557
 
558
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
572
   // Trim adjustments for individual towers
573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
574
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
578
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
579
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

554
 
554
 
555
   #if ENABLED(DELTA_AUTO_CALIBRATION) || ENABLED(DELTA_CALIBRATION_MENU)
555
   #if ENABLED(DELTA_AUTO_CALIBRATION) || ENABLED(DELTA_CALIBRATION_MENU)
556
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
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
     // Set the steprate for papertest probing
558
     // Set the steprate for papertest probing
559
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
559
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
560
   #endif
560
   #endif
561
 
561
 
562
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
576
   // Trim adjustments for individual towers
577
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
577
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
578
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
582
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
583
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
553
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
553
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
554
     // Set the steprate for papertest probing
554
     // Set the steprate for papertest probing
555
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
555
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
556
   #endif
556
   #endif
557
 
557
 
558
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
572
   // Trim adjustments for individual towers
573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
574
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
578
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
579
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
552
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
553
     #define DELTA_CALIBRATION_RADIUS 78.0 // (mm)
553
     #define DELTA_CALIBRATION_RADIUS 78.0 // (mm)
554
     // Set the steprate for papertest probing
554
     // Set the steprate for papertest probing
555
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
555
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
556
   #endif
556
   #endif
557
 
557
 
558
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
572
   // Trim adjustments for individual towers
573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
573
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
574
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
578
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
579
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

538
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
538
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
539
     #define DELTA_CALIBRATION_RADIUS 110.0 // (mm)
539
     #define DELTA_CALIBRATION_RADIUS 110.0 // (mm)
540
     // Set the steprate for papertest probing
540
     // Set the steprate for papertest probing
541
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
541
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
542
   #endif
542
   #endif
543
 
543
 
544
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
558
   // Trim adjustments for individual towers
559
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
559
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
560
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
564
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
565
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
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 Wyświetl plik

556
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
556
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
557
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
557
     #define DELTA_CALIBRATION_RADIUS 121.5 // (mm)
558
     // Set the steprate for papertest probing
558
     // Set the steprate for papertest probing
559
-    #define PROBE_MANUALLY_STEP 0.05 // (mm)
559
+    #define PROBE_MANUALLY_STEP 0.05      // (mm)
560
   #endif
560
   #endif
561
 
561
 
562
   // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
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
   // Center-to-center distance of the holes in the diagonal push rods.
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
   // Horizontal distance bridged by diagonal push rods when effector is centered.
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
   // Trim adjustments for individual towers
576
   // Trim adjustments for individual towers
577
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
577
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
578
   // measured in degrees anticlockwise looking from above the printer
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
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
582
   //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
583
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
583
   //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
584
 
584
 

+ 1
- 1
buildroot/share/fonts/README.md Wyświetl plik

16
  - ISO10646_Kana.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
16
  - ISO10646_Kana.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
17
  - Marlin_symbols.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
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
 ## Documentation
22
 ## Documentation

Ładowanie…
Anuluj
Zapisz