Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
# UPDATES WILL RESET THIS FILE. YOUR EDITS WILL BE LOST WHEN UPDATING.
# -----

# Variables shared by the BT_* helper macros below. Upstream AFC ships these in
# AFC_Macro_Vars.cfg; COSMOS only needs the ones its macros read.
[gcode_macro _AFC_GLOBAL_VARS]
description: Global variables used in multiple macros
gcode: # Leave Empty
variable_stepper_name : 'CANVAS_' # Lane name prefix, BT_CHANGE_TOOL LANE=2 becomes CHANGE_TOOL LANE=CANVAS_2
variable_disable_skew_correction : False # When True macros disable and re-enable skew correction around kinematic moves
variable_verbose : 1 # Console output for macros

# Eject Loaded Lane
[gcode_macro BT_TOOL_UNLOAD]
description: Unloads the currently loaded lane
Expand Down