-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprinter-20230421_161003.cfg
51 lines (41 loc) · 1.16 KB
/
printer-20230421_161003.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
[include mainsail.cfg]
[include config/steppers_xy.cfg]
[include config/steppers_z.cfg]
[include config/extruder.cfg]
[include config/z_calibration.cfg]
[include config/led.cfg]
[include config/beacon.cfg]
[include config/fans.cfg]
[include config/bed_heat_home.cfg]
[include config/temp_sensors.cfg]
[include config/macros.cfg]
#[include config/input_shaper.cfg]
[mcu] # Runs XY and a chamber thermistor
serial: /dev/serial/by-id/usb-Klipper_stm32h743xx_250039000751303231393036-if00
[mcu zed] #Runs z and extruder/hotend
serial: /dev/serial/by-id/usb-Klipper_stm32h743xx_480038000751303231393036-if00
[mcu expander] #Runs bed, bed fans, and thermistors
serial: /dev/serial/by-id/usb-Klipper_stm32f042x6_030007000C43303054313620-if00
[printer]
kinematics: corexy
max_velocity: 800
max_accel: 10000
max_z_velocity: 30
max_z_accel: 1000
square_corner_velocity: 8.0
## For Input Shaping
#max_velocity: 5000
#max_accel: 20000
#max_accel_to_decel: 20000
[input_shaper]
shaper_freq_x: 60.8
shaper_type_x: ei
shaper_freq_y: 50.6
shaper_type_y: mzv
[exclude_object]
[display_status]
[virtual_sdcard]
path: ~/printer_data/gcodes
[pause_resume]
[force_move]
enable_force_move: False