From 69de7a561b49e8d9c940259c95ad459fa8636825 Mon Sep 17 00:00:00 2001 From: bdring Date: Fri, 20 Sep 2024 15:20:13 -0500 Subject: [PATCH] Update atc.h Fixed double underscore typo. https://discord.com/channels/780079161460916227/1243279121434284094/1286401782817230931 --- FluidNC/src/ToolChangers/atc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FluidNC/src/ToolChangers/atc.h b/FluidNC/src/ToolChangers/atc.h index 184346244..9902c8565 100644 --- a/FluidNC/src/ToolChangers/atc.h +++ b/FluidNC/src/ToolChangers/atc.h @@ -33,7 +33,7 @@ namespace ATCs { virtual void probe_notification(); virtual bool tool_change(uint8_t value, bool pre_select, bool set_tool) = 0; - ATC* __atc; + ATC* _atc; // Configuration handlers: void validate() override {}