bed mesh calibration
This commit is contained in:
parent
ab071904bd
commit
e967799a5d
25
printer.cfg
25
printer.cfg
|
@ -357,12 +357,15 @@ chain_count: 6
|
|||
color_order: GRB,RBG,GRB,RGB,RGB,RGB
|
||||
|
||||
#####################################################################
|
||||
# Homing and Gantry Adjustment Routines
|
||||
# Idle Timeout
|
||||
#####################################################################
|
||||
|
||||
[idle_timeout]
|
||||
timeout: 1800
|
||||
|
||||
#####################################################################
|
||||
# Homing and Gantry Adjustment Routines
|
||||
#####################################################################
|
||||
|
||||
[safe_z_home]
|
||||
## XY Location of the Z Endstop Switch
|
||||
## Update -10,-10 to the XY coordinates of your endstop pin
|
||||
|
@ -391,6 +394,17 @@ retries: 10
|
|||
retry_tolerance: 0.01
|
||||
max_adjust: 15
|
||||
|
||||
[bed_mesh]
|
||||
speed: 300
|
||||
horizontal_move_z: 10
|
||||
mesh_min: 10,10
|
||||
mesh_max: 340,340
|
||||
probe_count: 5,5
|
||||
|
||||
#####################################################################
|
||||
# Pin Definitions
|
||||
#####################################################################
|
||||
|
||||
[board_pins]
|
||||
aliases:
|
||||
# EXP1 header
|
||||
|
@ -434,6 +448,7 @@ default_type: echo
|
|||
gcode:
|
||||
G28
|
||||
QUAD_GANTRY_LEVEL
|
||||
BED_MESH_CALIBRATE
|
||||
G28
|
||||
G0 X345 Y345 Z30 F3600
|
||||
|
||||
|
@ -523,9 +538,9 @@ gcode:
|
|||
SET_FAN_SPEED FAN=exhaust_fan SPEED={speed}
|
||||
{% endif %}
|
||||
|
||||
###################################################################
|
||||
# Palette 2
|
||||
###################################################################
|
||||
#####################################################################
|
||||
# Palette 2
|
||||
#####################################################################
|
||||
[palette2]
|
||||
serial: /dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_DM02HVOW-if00-port0
|
||||
feedrate_splice: 0.3
|
||||
|
|
Loading…
Reference in New Issue