浏览代码

Can't use Z fade height with DELTA

Scott Lahteine 8 年前
父节点
当前提交
b865b21d32

+ 2
- 0
Marlin/SanityCheck.h 查看文件

228
 #if ENABLED(DELTA)
228
 #if ENABLED(DELTA)
229
   #if DISABLED(USE_XMAX_PLUG) && DISABLED(USE_YMAX_PLUG) && DISABLED(USE_ZMAX_PLUG)
229
   #if DISABLED(USE_XMAX_PLUG) && DISABLED(USE_YMAX_PLUG) && DISABLED(USE_ZMAX_PLUG)
230
     #error "You probably want to use Max Endstops for DELTA!"
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
   #endif
233
   #endif
232
   #if ABL_GRID
234
   #if ABL_GRID
233
     #if (ABL_GRID_MAX_POINTS_X & 1) == 0 || (ABL_GRID_MAX_POINTS_Y & 1) == 0
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 查看文件

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

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h 查看文件

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

正在加载...
取消
保存