Bläddra i källkod

Restore correct gMax 1.5+ G26 values

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

+ 3
- 3
Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h Visa fil

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

Laddar…
Avbryt
Spara