Default filament 1.75mm

This commit is contained in:
Scott Lahteine 2020-06-09 23:20:20 -05:00
parent a9fc8c3f2a
commit 75119c433a
2 changed files with 1 additions and 2 deletions

View File

@ -145,7 +145,7 @@
#define EXTRUDERS 1
// Generally expected filament diameter (1.75, 2.85, 3.0, ...). Used for Volumetric, Filament Width Sensor, etc.
#define DEFAULT_NOMINAL_FILAMENT_DIA 3.0
#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE

View File

@ -2878,7 +2878,6 @@
// Turn off the laser on G28 homing.
//#define LASER_MOVE_G28_OFF
#endif
/**