From 063aa596bee66476d7bbceb2e74eb5a7dab7924a Mon Sep 17 00:00:00 2001 From: bartool Date: Sun, 28 Dec 2025 18:53:55 +0100 Subject: [PATCH] usunalem atc z ini --- configs/probe_basic/probe_basic.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/probe_basic/probe_basic.ini b/configs/probe_basic/probe_basic.ini index 4864825..89fd5e8 100644 --- a/configs/probe_basic/probe_basic.ini +++ b/configs/probe_basic/probe_basic.ini @@ -59,16 +59,16 @@ PROGRAM_EXTENSION = .png,.gif,.jpg Greyscale Depth Image gif = image-to-gcode jpg = image-to-gcode -[ATC] +#[ATC] # Carousel images are available for 8, 10, 12, 14, 16, 18, 20, 21, 24 pocket changers -POCKETS = 12 +#POCKETS = 12 # The Z height your spindle needs to be at to clamp/unclamp a tool from the ATC platter -Z_TOOL_CHANGE_HEIGHT = -3.1900 +#Z_TOOL_CHANGE_HEIGHT = -3.1900 # The Z clearance height in machine coordinates your spindle needs to be at to clear the tools during carousel rotation -Z_TOOL_CLEARANCE_HEIGHT = 0.0000 +#Z_TOOL_CLEARANCE_HEIGHT = 0.0000 # Step Time should be set to the approximate time it takes your ATC to rotate from one pocket to the next entry is in milliseconds(1 second = 1000ms) # This just adjust the speed of the ATC tab Carousel GFX rotation (default if omitted is 1000ms) -STEP_TIME = 500 +#STEP_TIME = 500 [PYTHON] TOPLEVEL = ./python/toplevel.py