-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprinter.cfg
47 lines (38 loc) · 1.14 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
# See the sample-lcd.cfg file for definitions of common LCD displays.
# This file contains common pin mappings for the Geeetech GT2560
# board. GT2560 board uses a firmware compiled for the AVR
# atmega2560.
# See docs/Config_Reference.md for a description of parameters.
[include client.cfg]
[include fly.cfg]
[include tmc.cfg]
[include settings.cfg]
[include idex.cfg]
[include macros.cfg]
[printer]
kinematics: cartesian
max_velocity: 200
max_accel: 1500
max_z_velocity: 20
max_z_accel: 500
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.201910, -0.111910, -0.106910, -0.151910, -0.234410
#*# -0.076910, 0.003090, -0.006910, -0.049410, -0.129410
#*# -0.069410, 0.010590, 0.005590, -0.034410, -0.116910
#*# -0.094410, -0.006910, 0.008090, -0.031910, -0.104410
#*# -0.156910, -0.074410, -0.069410, -0.099410, -0.161910
#*# tension = 0.2
#*# min_x = 15.0
#*# algo = lagrange
#*# y_count = 5
#*# mesh_y_pps = 2
#*# min_y = 15.0
#*# x_count = 5
#*# max_y = 200.0
#*# mesh_x_pps = 2
#*# max_x = 200.0