Browse Source

changed filament diameter for consistency between all example config files.

Silvio Didonna 9 years ago
parent
commit
dfe891fe11

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

919
 // Uncomment below to enable
919
 // Uncomment below to enable
920
 //#define FILAMENT_WIDTH_SENSOR
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
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
924
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
925
   #define FILAMENT_SENSOR_EXTRUDER_NUM 0   //The number of the extruder that has the filament sensor (0,1,2)
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
 // Uncomment below to enable
1051
 // Uncomment below to enable
1052
 //#define FILAMENT_WIDTH_SENSOR
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
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
1056
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
1057
   #define FILAMENT_SENSOR_EXTRUDER_NUM 0   //The number of the extruder that has the filament sensor (0,1,2)
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
 // Uncomment below to enable
958
 // Uncomment below to enable
959
 //#define FILAMENT_WIDTH_SENSOR
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
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
963
 #if ENABLED(FILAMENT_WIDTH_SENSOR)
964
   #define FILAMENT_SENSOR_EXTRUDER_NUM 0   //The number of the extruder that has the filament sensor (0,1,2)
964
   #define FILAMENT_SENSOR_EXTRUDER_NUM 0   //The number of the extruder that has the filament sensor (0,1,2)

Loading…
Cancel
Save