From 2d3634a6eb93391b5721aba30d15d4e3c2127651 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Fri, 27 Apr 2018 09:48:11 -0400 Subject: [PATCH] Set fil width Even though we dont have any features that use it, nice to be correct anyway! --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index b151e33405..f7db9d7373 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -142,7 +142,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