Scott Lahteine пре 4 година
родитељ
комит
8c0cb6cce8
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5
    5
      Marlin/Configuration.h

+ 5
- 5
Marlin/Configuration.h Прегледај датотеку

@@ -1357,11 +1357,11 @@
1357 1357
   //#define G26_MESH_VALIDATION
1358 1358
   #if ENABLED(G26_MESH_VALIDATION)
1359 1359
     #define MESH_TEST_NOZZLE_SIZE    0.4  // (mm) Diameter of primary nozzle.
1360
-    #define MESH_TEST_LAYER_HEIGHT   0.2  // (mm) Default layer height for the G26 Mesh Validation Tool.
1361
-    #define MESH_TEST_HOTEND_TEMP  205    // (°C) Default nozzle temperature for the G26 Mesh Validation Tool.
1362
-    #define MESH_TEST_BED_TEMP      60    // (°C) Default bed temperature for the G26 Mesh Validation Tool.
1363
-    #define G26_XY_FEEDRATE         20    // (mm/s) Feedrate for XY Moves for the G26 Mesh Validation Tool.
1364
-    #define G26_XY_FEEDRATE_TRAVEL 100    // (mm/s) Feedrate for XY Moves without extrusion for the G26 Mesh Validation Tool
1360
+    #define MESH_TEST_LAYER_HEIGHT   0.2  // (mm) Default layer height for G26.
1361
+    #define MESH_TEST_HOTEND_TEMP  205    // (°C) Default nozzle temperature for G26.
1362
+    #define MESH_TEST_BED_TEMP      60    // (°C) Default bed temperature for G26.
1363
+    #define G26_XY_FEEDRATE         20    // (mm/s) Feedrate for G26 XY moves.
1364
+    #define G26_XY_FEEDRATE_TRAVEL 100    // (mm/s) Feedrate for G26 XY travel moves.
1365 1365
     #define G26_RETRACT_MULTIPLIER   1.0  // G26 Q (retraction) used by default between mesh test elements.
1366 1366
   #endif
1367 1367
 

Loading…
Откажи
Сачувај