浏览代码

Restore correct G26 values for gMax 1.5+ printer

Roxy-3D 7 年前
父节点
当前提交
94e6b2976e
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h

+ 3
- 3
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h 查看文件

@@ -908,10 +908,10 @@
908 908
   /**
909 909
    * Enable the G26 Mesh Validation Pattern tool.
910 910
    */
911
-  //#define G26_MESH_VALIDATION
911
+  #define G26_MESH_VALIDATION
912 912
   #if ENABLED(G26_MESH_VALIDATION)
913
-    #define MESH_TEST_NOZZLE_SIZE    0.4  // (mm) Diameter of primary nozzle.
914
-    #define MESH_TEST_LAYER_HEIGHT   0.2  // (mm) Default layer height for the G26 Mesh Validation Tool.
913
+    #define MESH_TEST_NOZZLE_SIZE    0.5  // (mm) Diameter of primary nozzle.
914
+    #define MESH_TEST_LAYER_HEIGHT   0.3  // (mm) Default layer height for the G26 Mesh Validation Tool.
915 915
     #define MESH_TEST_HOTEND_TEMP  205.0  // (°C) Default nozzle temperature for the G26 Mesh Validation Tool.
916 916
     #define MESH_TEST_BED_TEMP      60.0  // (°C) Default bed temperature for the G26 Mesh Validation Tool.
917 917
   #endif

正在加载...
取消
保存