Browse Source

Merge pull request #3324 from tnw513/fix_filament_dia

changed DEFAULT_NOMINAL_FILAMENT_DIA for consistency between example config files
Scott Lahteine 8 years ago
parent
commit
09437466b1

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -919,7 +919,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
919 919
 // Uncomment below to enable
920 920
 //#define FILAMENT_WIDTH_SENSOR
921 921
 
922
-#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75  //Enter the diameter (in mm) of the filament generally used (3.0 mm or 1.75 mm) - this is then used in the slicer software.  Used for sensor reading validation
922
+#define DEFAULT_NOMINAL_FILAMENT_DIA 3.00  //Enter the diameter (in mm) of the filament generally used (3.0 mm or 1.75 mm) - this is then used in the slicer software.  Used for sensor reading validation
923 923
 
924 924
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
925 925
   #define FILAMENT_SENSOR_EXTRUDER_NUM 0   //The number of the extruder that has the filament sensor (0,1,2)

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -1051,7 +1051,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1051 1051
 // Uncomment below to enable
1052 1052
 //#define FILAMENT_WIDTH_SENSOR
1053 1053
 
1054
-#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75  //Enter the diameter (in mm) of the filament generally used (3.0 mm or 1.75 mm) - this is then used in the slicer software.  Used for sensor reading validation
1054
+#define DEFAULT_NOMINAL_FILAMENT_DIA 3.00  //Enter the diameter (in mm) of the filament generally used (3.0 mm or 1.75 mm) - this is then used in the slicer software.  Used for sensor reading validation
1055 1055
 
1056 1056
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
1057 1057
   #define FILAMENT_SENSOR_EXTRUDER_NUM 0   //The number of the extruder that has the filament sensor (0,1,2)

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -958,7 +958,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
958 958
 // Uncomment below to enable
959 959
 //#define FILAMENT_WIDTH_SENSOR
960 960
 
961
-#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75  //Enter the diameter (in mm) of the filament generally used (3.0 mm or 1.75 mm) - this is then used in the slicer software.  Used for sensor reading validation
961
+#define DEFAULT_NOMINAL_FILAMENT_DIA 3.00  //Enter the diameter (in mm) of the filament generally used (3.0 mm or 1.75 mm) - this is then used in the slicer software.  Used for sensor reading validation
962 962
 
963 963
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
964 964
   #define FILAMENT_SENSOR_EXTRUDER_NUM 0   //The number of the extruder that has the filament sensor (0,1,2)

Loading…
Cancel
Save