-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer-20240309_131327.cfg
67 lines (53 loc) · 1.1 KB
/
printer-20240309_131327.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[mcu]
#serial: /dev/serial/by-id/<your-mcu-id>
serial: /dev/ttyS0
restart_method: command
[temperature_sensor SKR Pico]
sensor_type: temperature_mcu
min_temp: 0
max_temp: 100
[temperature_sensor BTT Pi]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
[virtual_sdcard]
path: /home/biqu/printer_data/gcodes
on_error_gcode: CANCEL_PRINT
[printer]
kinematics: corexy
max_velocity: 200
max_accel: 2000
max_z_velocity: 15
max_z_accel: 300
square_corner_velocity: 6.0
[exclude_object]
[include stepper.cfg]
[include bed.cfg]
[include toolhead.cfg]
[include macros.cfg]
[include KAMP_Settings.cfg]
[idle_timeout]
timeout: 1800
[homing_override]
axes: xyz
set_position_z: 0
gcode:
G90
G0 Z5 F600
{% set home_all = 'X' not in params and 'Y' not in params and 'Z' not in params %}
{% if home_all or 'X' in params %}
_HOME_X
{% endif %}
{% if home_all or 'Y' in params %}
_HOME_Y
{% endif %}
{% if home_all or 'Z' in params %}
_HOME_Z
{% endif %}
[bed_screws]
screw1: 60,5
screw1_name: front screw
screw2: 5,115
screw2_name: back left
screw3: 115,115
screw3_name: back right