From c38b0855c87639d0d2a16cb39649b2461158ee34 Mon Sep 17 00:00:00 2001
From: bkubicek <bkubicek@x201.(none)>
Date: Sun, 6 Oct 2013 21:20:26 +0200
Subject: [PATCH] I think that filament change is ready for the masses. I have
 tested very often with my ultimaker.

I strongly vote for it being a single gcode, because otherwise the triggering from the menu is terrible.
---
 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 b47233a027..614b2552c5 100644
--- a/Marlin/Configuration_adv.h
+++ b/Marlin/Configuration_adv.h
@@ -362,7 +362,7 @@ const unsigned int dropsegments=5; //everything with less than this number of st
 
 //adds support for experimental filament exchange support M600; requires display
 #ifdef ULTIPANEL
-  //#define FILAMENTCHANGEENABLE
+  #define FILAMENTCHANGEENABLE
   #ifdef FILAMENTCHANGEENABLE
     #define FILAMENTCHANGE_XPOS 3
     #define FILAMENTCHANGE_YPOS 3
-- 
GitLab