-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer.cfg
66 lines (55 loc) · 1.38 KB
/
printer.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
66
[printer]
kinematics: corexy
max_velocity: 500
max_accel: 5000
max_accel_to_decel: 2500
max_z_velocity: 50
max_z_accel: 200
square_corner_velocity: 5.0
[include configs/*.cfg]
[include macros/*.cfg]
[force_move]
enable_force_move: true
[homing_override]
axes: xyz
gcode:
{% set home_all = 'X' not in params and 'Y' not in params and 'Z' not in params %}
G90
{% if home_all or 'X' in params or 'Y' in params %}
SET_KINEMATIC_POSITION Z=0
G0 Z10 F3000
{% endif %}
{% 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 %}
G0 X175 Y165 F9000
G28 Z
G0 Z10 F3000
{% endif %}
[idle_timeout]
timeout: 14400 # 4 hours
[exclude_object]
[gcode_arcs]
resolution: 0.1
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [beacon model default]
#*# model_coef = 1.6418351996230702,
#*# 1.9569566347453726,
#*# 0.7296154126750138,
#*# 0.32251999687671634,
#*# 0.1899235356027829,
#*# 0.12805051128013564,
#*# -0.03285487908548735,
#*# -0.059144638884759265,
#*# 0.07340868029896577,
#*# 0.05547916149390858
#*# model_domain = 3.2859996826214156e-07,3.345102416186847e-07
#*# model_range = 0.200000,5.000000
#*# model_temp = 28.412060
#*# model_offset = -0.90000