mirror of
https://github.com/mloy97/RedboneBackup.git
synced 2026-01-01 15:25:57 -05:00
klicky-variables.cfg modified - 21/08/25 - 18:09:01
This commit is contained in:
parent
d28daee88d
commit
09bf6c3914
1 changed files with 109 additions and 109 deletions
|
|
@ -23,14 +23,14 @@ variable_safe_z: 25 # Minimum Z for attach/dock and homing funct
|
||||||
# if true it will move the bed away from the nozzle when Z is not homed
|
# if true it will move the bed away from the nozzle when Z is not homed
|
||||||
variable_enable_z_hop: True # set this to false for beds that fall significantly under gravity (almost to Z max)
|
variable_enable_z_hop: True # set this to false for beds that fall significantly under gravity (almost to Z max)
|
||||||
|
|
||||||
variable_max_bed_y: 120 # maximum Bed size avoids doing a probe_accuracy outside the bed
|
variable_max_bed_y: 350 # maximum Bed size avoids doing a probe_accuracy outside the bed
|
||||||
variable_max_bed_x: 120 # maximum Bed size avoids doing a probe_accuracy outside the bed
|
variable_max_bed_x: 350 # maximum Bed size avoids doing a probe_accuracy outside the bed
|
||||||
|
|
||||||
# if a separate Z endstop switch is in
|
# if a separate Z endstop switch is in
|
||||||
# use, specify the coordinates of the switch here (Voron).
|
# use, specify the coordinates of the switch here (Voron).
|
||||||
# Set to 0 to have the probe move to center of bed
|
# Set to 0 to have the probe move to center of bed
|
||||||
variable_z_endstop_x: 1000
|
variable_z_endstop_x: 0
|
||||||
variable_z_endstop_y: 1000
|
variable_z_endstop_y: 0
|
||||||
|
|
||||||
#Check the printer specific documentation on klipper Dock/Undock configuration, these are dummy values
|
#Check the printer specific documentation on klipper Dock/Undock configuration, these are dummy values
|
||||||
#dock location
|
#dock location
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue