z: update config for clicky ng
This commit is contained in:
parent
21ade1e03d
commit
a41585f884
1 changed files with 4 additions and 4 deletions
|
@ -5,17 +5,17 @@
|
||||||
description: Helper: Contains User defined printer variables
|
description: Helper: Contains User defined printer variables
|
||||||
##### Homing and general movement #####
|
##### Homing and general movement #####
|
||||||
variable_z_endstop_x: 94 ; z Endstop x position inside right profile
|
variable_z_endstop_x: 94 ; z Endstop x position inside right profile
|
||||||
variable_z_endstop_y: 307 ; z Endstop y position
|
variable_z_endstop_y: 306 ; z Endstop y position
|
||||||
variable_z_hop: 12 ; z hop for moves e.g homing
|
variable_z_hop: 12 ; z hop for moves e.g homing
|
||||||
variable_xy_home_current: 0.6 ; reduced homing current for x and y
|
variable_xy_home_current: 0.6 ; reduced homing current for x and y
|
||||||
variable_z_home_current: 0.5 ; reduced homing current for z
|
variable_z_home_current: 0.5 ; reduced homing current for z
|
||||||
variable_home_accel: 1000 ; reduced ACCEL for homing
|
variable_home_accel: 1000 ; reduced ACCEL for homing
|
||||||
##### Mag Probe #####
|
##### Mag Probe #####
|
||||||
variable_probe_dock_x: 53 ; x toolhead position before docking probe
|
variable_probe_dock_x: 53 ; x toolhead position before docking probe
|
||||||
variable_probe_dock_y: 250 ; y toolhead position before docking probe
|
variable_probe_dock_y: 246 ; y toolhead position before docking probe
|
||||||
variable_probe_dock_z: 12 ; z toolhead position before docking probe (only for bed dock)
|
variable_probe_dock_z: 12 ; z toolhead position before docking probe (only for bed dock)
|
||||||
variable_probe_undock_x: 110 ; x toolhead position after docking probe
|
variable_probe_undock_x: 103 ; x toolhead position after docking probe
|
||||||
variable_probe_undock_y: 307 ; y toolhead position after docking probe
|
variable_probe_undock_y: 305 ; y toolhead position after docking probe
|
||||||
variable_probe_undock_z: 12 ; z toolhead position after docking probe (only for bed dock)
|
variable_probe_undock_z: 12 ; z toolhead position after docking probe (only for bed dock)
|
||||||
variable_probe_z_min: 12 ; z minimum height to avoid crash
|
variable_probe_z_min: 12 ; z minimum height to avoid crash
|
||||||
variable_probe_travel_speed: 100 ; dock moves travel speed
|
variable_probe_travel_speed: 100 ; dock moves travel speed
|
||||||
|
|
Loading…
Reference in a new issue