From ca3f11729f44b9dd15654038630594dabc671020 Mon Sep 17 00:00:00 2001 From: MG-longshot Date: Wed, 4 Dec 2024 20:37:06 -0600 Subject: [PATCH] WIP waringing for INFI SPOOL --- extras/AFC_spool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/AFC_spool.py b/extras/AFC_spool.py index f3f009d..aad7ea2 100644 --- a/extras/AFC_spool.py +++ b/extras/AFC_spool.py @@ -178,6 +178,7 @@ def cmd_SET_RUNOUT(self, gcmd): CUR_LANE = self.printer.lookup_object('AFC_stepper ' + lane) self.AFC.lanes[CUR_LANE.unit][CUR_LANE.name]['runout_lane'] = runout self.AFC.save_vars() + self.gcode.respond_info("This is a feature WIP. Not functioning yet") def load_config(config): return afcSpool(config)