-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKlipperScreen.conf
More file actions
49 lines (38 loc) · 818 Bytes
/
Copy pathKlipperScreen.conf
File metadata and controls
49 lines (38 loc) · 818 Bytes
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
# Reference: https://klipperscreen.readthedocs.io/en/latest/Configuration/#preheat-options
[main]
#[preheat PLA]
#extruder: 215
#heater_bed: 55
[preheat Pre-PLA]
extruder: 150
heater_bed: 65
[preheat PLA]
extruder: 195
heater_bed: 60
[preheat PETG]
extruder: 255
heater_bed: 80
[preheat FLEX]
bed = 0
extruder = 210
[menu __main print]
enable: false
[menu __main zhop]
name: Force Z-Hop
icon: arrow-up
method: printer.gcode.script
params: {"script":"FORCE_MOVE STEPPER=stepper_z VELOCITY=30.0 DISTANCE=60"}
[menu __main homing]
name: Home All
icon: home
method: printer.gcode.script
params: {"script":"G28"}
#[menu __main homing homeall]
#name: Home All
#icon: home
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# 24htime = False
#~# confirm_estop = False
#~#