From ac6f59fd846b5ab6e87ed7f03253a282849f724b Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 4 Feb 2020 23:30:41 +0100 Subject: [PATCH] Enable cnc coordinate systems --- 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 603afbf114..ce9e45e71b 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3584,7 +3584,7 @@ * Enables G53 and G54-G59.3 commands to select coordinate systems * and G92.1 to reset the workspace to native machine space. */ -//#define CNC_COORDINATE_SYSTEMS +#define CNC_COORDINATE_SYSTEMS // @section reporting