From 17b140cf1db37a468149e7eaf83ff7c5d9cc0de2 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 17 Feb 2020 19:45:42 +0100 Subject: [PATCH] Disable NO_VOLUMETRICS We have a CNC router, so it's not required. Also removes the Filament menu entry --- Marlin/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 33f53b712c..8c3a2cb58d 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3629,7 +3629,7 @@ /** * Disable all Volumetric extrusion options */ -//#define NO_VOLUMETRICS +#define NO_VOLUMETRICS #if DISABLED(NO_VOLUMETRICS) /**