-
Notifications
You must be signed in to change notification settings - Fork 102
/
heater.cfg
90 lines (88 loc) · 2.85 KB
/
heater.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#####################################################################
# Extruder
#####################################################################
## XYE board, E0 Connector
## XYE board, TH0 Connector
[extruder]
##################### Standard Values #####################
## BMG spec of extruder pully
## rotation_distence: 22.68 BMG 5mm axis
## rotation_distence: 33.00 BMG 8 mm axis
## gear ratios of different Extruders
## gear_ratio: 50:10 Voron V0.1 DD
## gear_ratio: 50:17 Voron Afterburner Clockworks
## gear_ratio: 80:20 Voron M4
## gear_ratio: 7.5:1 Voron Afterburner Galileo
############### Different Clockworks Setups ###############
## Afterburner: Stepper Motor 0.9 step distance 0.00120 calibrated 0.001196
## dir_pin: P0.11
## full_steps_per_rotation: 400
## microsteps: 16
## rotation_distance: 7.6544
############################################################
## Galileo: Stepper Motor 1.8 step distance 0.00138 calibrated 0,001375
## dir_pin: !P0.11
## full_steps_per_rotation: 200
## microsteps: 16
## rotation_distance: 4.401
############### Different Clockworks Setups ###############
## Update value below when you perform extruder calibration
## Higher value means less filament extruded
## If you ask for 100mm of filament, but in reality it is 98mm:
## step_distance = 98 / 100 * step_distance_old
############################################################
step_pin: P2.13
dir_pin: !P0.11
enable_pin: !P2.12
full_steps_per_rotation: 200
microsteps: 16
rotation_distance: 4.401
nozzle_diameter: 0.4
filament_diameter: 1.75
heater_pin: P2.7
sensor_type: SliceEngineering 450
sensor_pin: P0.24
min_temp: 10
max_temp: 300
max_power: 1.0
# The minimum temperature (in Celsius) at which extruder move
# commands may be issued. The default is 170 Celsius.
min_extrude_temp: 210
## Maximum length (in mm of raw filament) that a retraction or
## extrude-only move may have. If a retraction or extrude-only move
## requests a distance greater than this value it will cause an error
## to be returned. The default is 50mm.
max_extrude_only_distance: 100.0
#control = pid
#pid_kp = 26.213
#pid_ki = 1.304
#pid_kd = 131.721
## Try to keep pressure_advance below 1.0
pressure_advance: 0.05
## Default is 0.040, leave stock
pressure_advance_smooth_time: 0.040
#####################################################################
# Bed Heater
#####################################################################
## SSR - Z board, Fan0 Connector
## Z board, TB Connector
[heater_bed]
heater_pin: z:P2.3
sensor_type: Generic 3950
sensor_pin: z:P0.25
max_power: 0.65
min_temp: 10
max_temp: 130
#control: pid
#pid_kp: 58.437
#pid_ki: 2.347
#pid_kd: 363.769
## Sensor srewed in the bed
## Z board, TH0 Thermistor
## This only works as safety guard
[temperature_sensor bed]
sensor_type: Generic 3950
sensor_pin: z:P0.24
min_temp: 10
max_temp: 120
gcode_id: B1