Просмотр исходного кода

DELTA_TOWER_ANGLE_TRIM only needs AB

Scott Lahteine 8 лет назад
Родитель
Сommit
baf3b91460

+ 3
- 3
Marlin/Conditionals_post.h Просмотреть файл

@@ -698,13 +698,13 @@
698 698
       #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 }
699 699
     #endif
700 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 702
     #endif
703 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 705
     #endif
706 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 708
     #endif
709 709
   #endif
710 710
 

+ 1
- 1
Marlin/configuration_store.cpp Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h Просмотреть файл

@@ -491,7 +491,7 @@
491 491
   // Trim adjustments for individual towers
492 492
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
493 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 496
   // delta radius and diaginal rod adjustments measured in mm
497 497
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h Просмотреть файл

@@ -489,7 +489,7 @@
489 489
   // Trim adjustments for individual towers
490 490
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
491 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 494
   // delta radius and diaginal rod adjustments measured in mm
495 495
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h Просмотреть файл

@@ -476,7 +476,7 @@
476 476
   // Trim adjustments for individual towers
477 477
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
478 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 481
   // delta radius and diaginal rod adjustments measured in mm
482 482
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h Просмотреть файл

@@ -478,7 +478,7 @@
478 478
   // Trim adjustments for individual towers
479 479
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
480 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 483
   // delta radius and diaginal rod adjustments measured in mm
484 484
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Просмотреть файл

@@ -465,7 +465,7 @@
465 465
   // Trim adjustments for individual towers
466 466
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
467 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 470
   // delta radius and diaginal rod adjustments measured in mm
471 471
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Просмотреть файл

@@ -483,7 +483,7 @@
483 483
   // Trim adjustments for individual towers
484 484
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
485 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 488
   // delta radius and diaginal rod adjustments measured in mm
489 489
   //#define DELTA_RADIUS_TRIM_TOWER {0.0, 0.0, 0.0}

Загрузка…
Отмена
Сохранить