From 1fe0f33586eccf1258b5066f246b557289c451ee Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 26 Aug 2020 23:33:39 +0200 Subject: [PATCH] Enable GCODE_MOTION_MODES --- 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 787c5e7343..5958bc7a6c 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3698,7 +3698,7 @@ * High feedrates may cause ringing and harm print quality. */ #define PAREN_COMMENTS // Support for parentheses-delimited comments -//#define GCODE_MOTION_MODES // Remember the motion mode (G0 G1 G2 G3 G5 G38.X) and apply for X Y Z E F, etc. +#define GCODE_MOTION_MODES // Remember the motion mode (G0 G1 G2 G3 G5 G38.X) and apply for X Y Z E F, etc. // Enable and set a (default) feedrate for all G0 moves #define G0_FEEDRATE 3000 // (mm/min)