-
Notifications
You must be signed in to change notification settings - Fork 0
/
V0.935.cfg
60 lines (49 loc) · 1.81 KB
/
V0.935.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
# Configuration options specific to V0.935
[include nevermore.cfg]
[mcu]
# Obtain mcu value by "ls -l /dev/serial/by-id/"
serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_38FFD6053046413016880143-if00
[mcu display]
serial: /dev/serial/by-id/usb-Klipper_stm32f042x6_0C0008800D43535035373520-if00
restart_method: command
[mcu expander]
serial: /dev/serial/by-id/usb-Klipper_stm32f042x6_1A0035000B43564636373420-if00
restart_method: command
[stepper_x]
dir_pin: PB12 ; Remove the ! if stepper is moving the opposite direction
position_endstop: 120
position_max: 120
[tmc2209 stepper_x]
run_current: 0.9
[stepper_y]
dir_pin: PB2 ; Remove the ! if stepper is moving the opposite direction
position_endstop: 120
position_max: 120
[tmc2209 stepper_y]
run_current: 0.9
[stepper_z]
dir_pin: !PC5 ; Remove the ! if stepper is moving the opposite direction
[extruder]
dir_pin: PB4 ; Remove the ! if stepper is moving the opposite direction
# Manually calibrated (LGX Lite)
# rotation_distance: 37.78 ; Calibrate this value for your individual printer!
# gear_ratio: 44:14, 37:17 ; Bondtech LGX
# Correct values based on Bondtech docs (https://www.bondtech.se/product/lgx-lite-large-gears-extruder/)
# rotation_distance = full_steps_per_rotation * microsteps / steps_per_mm
# rotation_distance = 200 * 16 / 562
# Excludes gear_ratio setting.
rotation_distance: 5.694
pressure_advance: 0.037
pressure_advance_smooth_time: 0.020
[printer]
max_velocity: 600
# Note: This doesn't set a limit; it sets a default. Klipper does not include
# a safety feature to set a maximum in the event of a slicer misconfiguration.
max_accel: 20000
# Controls vibration on zig-zags. Typically half of max_accel.
max_accel_to_decel: 10000
[input_shaper]
shaper_freq_x: 106.4
shaper_type_x: zv
shaper_freq_y: 83.8
shaper_type_y: mzv