Parcourir la source

DELTA_TOWER_ANGLE_TRIM only needs AB

Scott Lahteine il y a 8 ans
Parent
révision
baf3b91460

+ 3
- 3
Marlin/Conditionals_post.h Voir le fichier

698
       #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 }
698
       #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 }
699
     #endif
699
     #endif
700
     #ifndef DELTA_TOWER_ANGLE_TRIM
700
     #ifndef DELTA_TOWER_ANGLE_TRIM
701
-      #define DELTA_TOWER_ANGLE_TRIM {0.0, 0.0, 0.0}
701
+      #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0 } // C always 0.0
702
     #endif
702
     #endif
703
     #ifndef DELTA_RADIUS_TRIM_TOWER
703
     #ifndef DELTA_RADIUS_TRIM_TOWER
704
-      #define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}
704
+      #define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 }
705
     #endif
705
     #endif
706
     #ifndef DELTA_DIAGONAL_ROD_TRIM_TOWER
706
     #ifndef DELTA_DIAGONAL_ROD_TRIM_TOWER
707
-      #define DELTA_DIAGONAL_ROD_TRIM_TOWER {0.0, 0.0, 0.0}
707
+      #define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 }
708
     #endif
708
     #endif
709
   #endif
709
   #endif
710
 
710
 

+ 1
- 1
Marlin/configuration_store.cpp Voir le fichier

1066
 
1066
 
1067
   #if ENABLED(DELTA)
1067
   #if ENABLED(DELTA)
1068
     const float adj[ABC] = DELTA_ENDSTOP_ADJ,
1068
     const float adj[ABC] = DELTA_ENDSTOP_ADJ,
1069
-                dta[ABC] = DELTA_TOWER_ANGLE_TRIM;
1069
+                dta[2] = DELTA_TOWER_ANGLE_TRIM;
1070
     COPY(endstop_adj, adj);
1070
     COPY(endstop_adj, adj);
1071
     delta_radius = DELTA_RADIUS;
1071
     delta_radius = DELTA_RADIUS;
1072
     delta_diagonal_rod = DELTA_DIAGONAL_ROD;
1072
     delta_diagonal_rod = DELTA_DIAGONAL_ROD;

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h Voir le fichier

491
   // Trim adjustments for individual towers
491
   // Trim adjustments for individual towers
492
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
492
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
493
   // measured in degrees anticlockwise looking from above the printer
493
   // measured in degrees anticlockwise looking from above the printer
494
-  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00, 0.00 } // get these from auto calibrate
494
+  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00 } // get these from auto calibrate
495
 
495
 
496
   // delta radius and diaginal rod adjustments measured in mm
496
   // delta radius and diaginal rod adjustments measured in mm
497
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}
497
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h Voir le fichier

489
   // Trim adjustments for individual towers
489
   // Trim adjustments for individual towers
490
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
490
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
491
   // measured in degrees anticlockwise looking from above the printer
491
   // measured in degrees anticlockwise looking from above the printer
492
-  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00, 0.00 } // get these from auto calibrate
492
+  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00 } // get these from auto calibrate
493
 
493
 
494
   // delta radius and diaginal rod adjustments measured in mm
494
   // delta radius and diaginal rod adjustments measured in mm
495
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}
495
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h Voir le fichier

476
   // Trim adjustments for individual towers
476
   // Trim adjustments for individual towers
477
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
477
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
478
   // measured in degrees anticlockwise looking from above the printer
478
   // measured in degrees anticlockwise looking from above the printer
479
-  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00, 0.00 } // get these from auto calibrate
479
+  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00 } // get these from auto calibrate
480
 
480
 
481
   // delta radius and diaginal rod adjustments measured in mm
481
   // delta radius and diaginal rod adjustments measured in mm
482
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}
482
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h Voir le fichier

478
   // Trim adjustments for individual towers
478
   // Trim adjustments for individual towers
479
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
479
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
480
   // measured in degrees anticlockwise looking from above the printer
480
   // measured in degrees anticlockwise looking from above the printer
481
-  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00, 0.00 } // get these from auto calibrate
481
+  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00 } // get these from auto calibrate
482
 
482
 
483
   // delta radius and diaginal rod adjustments measured in mm
483
   // delta radius and diaginal rod adjustments measured in mm
484
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}
484
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Voir le fichier

465
   // Trim adjustments for individual towers
465
   // Trim adjustments for individual towers
466
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
466
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
467
   // measured in degrees anticlockwise looking from above the printer
467
   // measured in degrees anticlockwise looking from above the printer
468
-  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00, 0.00 } // get these from auto calibrate
468
+  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00 } // get these from auto calibrate
469
 
469
 
470
   // delta radius and diaginal rod adjustments measured in mm
470
   // delta radius and diaginal rod adjustments measured in mm
471
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}
471
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Voir le fichier

483
   // Trim adjustments for individual towers
483
   // Trim adjustments for individual towers
484
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
484
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
485
   // measured in degrees anticlockwise looking from above the printer
485
   // measured in degrees anticlockwise looking from above the printer
486
-  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00, 0.00 } // get these from auto calibrate
486
+  #define DELTA_TOWER_ANGLE_TRIM { 0.00, 0.00 } // get these from auto calibrate
487
 
487
 
488
   // delta radius and diaginal rod adjustments measured in mm
488
   // delta radius and diaginal rod adjustments measured in mm
489
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}
489
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

Chargement…
Annuler
Enregistrer