Browse Source

change G26 default nozzle size to 0.4, consistent with instructions (#6506)

bgort 7 years ago
parent
commit
5974d8e168
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/G26_Mesh_Validation_Tool.cpp

+ 1
- 1
Marlin/G26_Mesh_Validation_Tool.cpp View File

@@ -37,7 +37,7 @@
37 37
 
38 38
   #define EXTRUSION_MULTIPLIER 1.0
39 39
   #define RETRACTION_MULTIPLIER 1.0
40
-  #define NOZZLE 0.3
40
+  #define NOZZLE 0.4
41 41
   #define FILAMENT 1.75
42 42
   #define LAYER_HEIGHT 0.2
43 43
   #define PRIME_LENGTH 10.0

Loading…
Cancel
Save