-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathexample.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
{
"plotter": {
"mediaWidth": 114.0,
"mediaHeight": 165.0,
"travelSpeed": 60.0,
"alignToMedium": true,
"singleFile": true,
"preamble": "M106 S255\nM400\nM340 P0 S1000\nG4 P250",
"postamble": "M106 S0"
},
"plot": {
"srcImagePath": "/home/user/Documents/PlotterArt/doge.jpg",
"gcodeSavePath": "/home/user/Documents/PlotterArt/GCODE/suchplotwow.gcode",
"plotWidth": 100.0,
"plotHeight": 140.0
},
"tools": [
{
"lineWidth": 0.4,
"lowerCommand": "M400\nM340 P0 S1500\nG4 P250",
"raiseCommand": "M400\nM340 P0 S1000\nG4 P250",
"perimeters": 1,
"drawSpeed": 30.0,
"infillDensity": 50.0,
"infillPattern": "linear",
"infillAngle": 45.0,
"infillOverlap": 50.0
},
{
"lineWidth": 0.4,
"lowerCommand": "M400\nM340 P0 S1500\nG4 P250",
"raiseCommand": "M400\nM340 P0 S1000\nG4 P250",
"perimeters": 2,
"drawSpeed": 30.0,
"infillDensity": 91.0,
"infillPattern": "/home/user/Documents/PlotterArt/alpaca.png",
"infillAngle": 0.0,
"infillOverlap": 50.0
}
]
}