-
Notifications
You must be signed in to change notification settings - Fork 1
/
material.ini
57 lines (47 loc) · 1.33 KB
/
material.ini
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
#In terms of GCODE speed=F, strength=S
[Wood1mm.Cut]
#Material.Process corresponds to Layer hierarchy in the SVG file
speed=300
# The F parameter of the GCode - determines the cutting speed (or feed) in mm/min
strength=950
# The S aprameter of the GCode - determines the laser strength (0-1000)
support_gap=1
# If present, the support gaps will be added automatically to each cut. The value determins the length of support in mm.
support_strength=0
# Determins the laser strength (S) when cutting the sipport part (0(laser off) - 1000 (laser 100%)).
repeat=2
# Times the process should be repeat. whilst engraving typically does not need this, cutting my often need more then 1 pass.
[Wood1mm.Engrave]
speed=1000
strength=950
[Wood3mm.Cut]
speed=500
strength=950
support_gap=1
support_strength=0
[Wood3mm.Engrave]
speed=700
strength=300
[Styrofoam.Cut]
speed=20
repeat=2
strength=950
support_gap=1
support_strength=0
[Styrofoam.Engrave]
speed=700
strength=300
[Glas.Cut]
speed=20
repeat=2
strength=950
support_gap=1
support_strength=0
[Glas.Engrave]
speed=700
strength=300
#Setting Section indicates the order in which the operational layers should be exectuted. It also includes the names of Layers for maerial and procedure that should be ignored
[Settings]
procedure_execution_ordering=Engrave,Cut
skipprocedure=Meta
skipmaterial=Frames