Browse Source

[2.0.x] Set DEFAULT_NOMINAL_FILAMENT_DIA to 1.75 in Anet A6 config (#12664)

pull/1/head
Ondřej Nový 6 years ago
committed by Scott Lahteine
parent
commit
fcaed685b2
  1. 4
      Marlin/src/config/examples/Anet/A6/Configuration.h

4
Marlin/src/config/examples/Anet/A6/Configuration.h

@ -149,8 +149,8 @@
// :[1, 2, 3, 4, 5, 6]
#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
// The Anet A6 original extruder is designed for 1.75mm
#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75
// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE

Loading…
Cancel
Save