Bläddra i källkod

Restore correct G26 values for gMax 1.5+ printer

Roxy-3D 7 år sedan
förälder
incheckning
94e6b2976e
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3
    3
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h

+ 3
- 3
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h Visa fil

@@ -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

Laddar…
Avbryt
Spara