Selaa lähdekoodia

Can't use Z fade height with DELTA

Scott Lahteine 8 vuotta sitten
vanhempi
commit
b865b21d32

+ 2
- 0
Marlin/SanityCheck.h Näytä tiedosto

@@ -228,6 +228,8 @@
228 228
 #if ENABLED(DELTA)
229 229
   #if DISABLED(USE_XMAX_PLUG) && DISABLED(USE_YMAX_PLUG) && DISABLED(USE_ZMAX_PLUG)
230 230
     #error "You probably want to use Max Endstops for DELTA!"
231
+  #elif ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
232
+    #error "DELTA is incompatible with ENABLE_LEVELING_FADE_HEIGHT. Please disable it."
231 233
   #endif
232 234
   #if ABL_GRID
233 235
     #if (ABL_GRID_MAX_POINTS_X & 1) == 0 || (ABL_GRID_MAX_POINTS_Y & 1) == 0

+ 1
- 1
Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h Näytä tiedosto

@@ -931,7 +931,7 @@
931 931
     // Gradually reduce leveling correction until a set height is reached,
932 932
     // at which point movement will be level to the machine's XY plane.
933 933
     // The height can be set with M420 Z<height>
934
-    #define ENABLE_LEVELING_FADE_HEIGHT
934
+    //#define ENABLE_LEVELING_FADE_HEIGHT
935 935
 
936 936
     //
937 937
     // Experimental Subdivision of the grid by Catmull-Rom method.

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h Näytä tiedosto

@@ -915,7 +915,7 @@
915 915
     // Gradually reduce leveling correction until a set height is reached,
916 916
     // at which point movement will be level to the machine's XY plane.
917 917
     // The height can be set with M420 Z<height>
918
-    #define ENABLE_LEVELING_FADE_HEIGHT
918
+    //#define ENABLE_LEVELING_FADE_HEIGHT
919 919
 
920 920
     //
921 921
     // Experimental Subdivision of the grid by Catmull-Rom method.

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Näytä tiedosto

@@ -917,7 +917,7 @@
917 917
     // Gradually reduce leveling correction until a set height is reached,
918 918
     // at which point movement will be level to the machine's XY plane.
919 919
     // The height can be set with M420 Z<height>
920
-    #define ENABLE_LEVELING_FADE_HEIGHT
920
+    //#define ENABLE_LEVELING_FADE_HEIGHT
921 921
 
922 922
     //
923 923
     // Experimental Subdivision of the grid by Catmull-Rom method.

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Näytä tiedosto

@@ -921,7 +921,7 @@
921 921
     // Gradually reduce leveling correction until a set height is reached,
922 922
     // at which point movement will be level to the machine's XY plane.
923 923
     // The height can be set with M420 Z<height>
924
-    #define ENABLE_LEVELING_FADE_HEIGHT
924
+    //#define ENABLE_LEVELING_FADE_HEIGHT
925 925
 
926 926
     //
927 927
     // Experimental Subdivision of the grid by Catmull-Rom method.

Loading…
Peruuta
Tallenna