23 lines
800 B
INI
23 lines
800 B
INI
[include beacon_sheets.cfg]
|
|
|
|
[beacon]
|
|
serial: /dev/serial/by-id/usb-Beacon_Beacon_RevD_A7B668494E4B333448202020FF0A0937-if00
|
|
x_offset: 0 # update with offset from nozzle on your machine
|
|
y_offset: 23 # update with offset from nozzle on your machine
|
|
mesh_main_direction: x
|
|
mesh_runs: 2
|
|
|
|
default_model_name: default
|
|
|
|
home_xy_position: 90, 90 # update with your bed center
|
|
home_z_hop: 3
|
|
home_z_hop_speed: 30
|
|
home_xy_move_speed: 25
|
|
home_method: contact # use proximity for induction homing
|
|
home_method_when_homed: proximity # after initial calibration use induction
|
|
home_autocalibrate: unhomed # contact will calibrate beacon on first home
|
|
|
|
home_gcode_pre_x: _HOME_PRE_AXIS AXIS=X
|
|
home_gcode_post_x: _HOME_POST_AXIS AXIS=X
|
|
home_gcode_pre_y: _HOME_PRE_AXIS AXIS=Y
|
|
home_gcode_post_y: _HOME_POST_AXIS AXIS=Y
|