37 lines
2 KiB
INI
37 lines
2 KiB
INI
#####################################################################
|
|
# User Variables
|
|
#####################################################################
|
|
[gcode_macro _USER_VARIABLE]
|
|
description: Helper: Contains User defined printer variables
|
|
##### Homing and general movement #####
|
|
variable_z_endstop_x: 208 ; z Endstop x position inside right profile
|
|
variable_z_endstop_y: 305 ; z Endstop y position
|
|
variable_z_hop: 10.0 ; z hop for moves e.g homing
|
|
variable_xy_home_current: 0.4 ; reduced homing current for x and y
|
|
variable_z_home_current: 0.3 ; reduced homing current for z
|
|
variable_home_accel: 1200 ; reduced ACCEL for homing
|
|
##### Mag Probe #####
|
|
variable_probe_dock_x: 148 ; x toolhead position before docking probe
|
|
variable_probe_dock_y: 285 ; y toolhead position before docking probe
|
|
variable_probe_dock_z: 10 ; z toolhead position before docking probe (only for bed dock)
|
|
variable_probe_undock_x: 200 ; x toolhead position after docking probe
|
|
variable_probe_undock_y: 305 ; y toolhead position after docking probe
|
|
variable_probe_undock_z: 10 ; z toolhead position after docking probe (only for bed dock)
|
|
variable_probe_z_min: 10 ; z minimum height to avoid crash
|
|
variable_probe_travel_speed: 200 ; dock moves travel speed
|
|
variable_probe_dock_speed: 100 ; dock speed for attach/dock
|
|
##### Respond defaults #####
|
|
variable_respond_set_current: 0 ; default of RESPOND if not set in the call
|
|
variable_respond_set_acc: 0 ; default of RESPOND if not set in the call
|
|
variable_respond_probe_action: 1 ; default of RESPOND if not set in the call
|
|
##### Park Position #####
|
|
variable_park_bed: [150,150,30] ; different park position
|
|
gcode:
|
|
|
|
#####################################################################
|
|
# Includes
|
|
#####################################################################
|
|
[include macros.cfg]
|
|
[include homing.cfg]
|
|
[include probing.cfg]
|
|
[include z_calibration.cfg]
|