kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
rodzic
e7602662b7
commit
3526647e0f
43
package.json
43
package.json
|
@ -53,24 +53,35 @@
|
||||||
},
|
},
|
||||||
"fileAssociations": [
|
"fileAssociations": [
|
||||||
{
|
{
|
||||||
"ext": [
|
"ext": "gcode",
|
||||||
"gcode"
|
"name": "GCODE File",
|
||||||
],
|
|
||||||
"ext": [
|
|
||||||
"gc"
|
|
||||||
],
|
|
||||||
"ext": [
|
|
||||||
"tap"
|
|
||||||
],
|
|
||||||
"ext": [
|
|
||||||
"nc"
|
|
||||||
],
|
|
||||||
"ext": [
|
|
||||||
"cnc"
|
|
||||||
],
|
|
||||||
"description": "GCODE File",
|
"description": "GCODE File",
|
||||||
"role": "none"
|
"role": "Viewer"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ext": "gc",
|
||||||
|
"name": "GCODE File",
|
||||||
|
"description": "GCODE File",
|
||||||
|
"role": "Viewer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ext": "tap",
|
||||||
|
"name": "GCODE File",
|
||||||
|
"description": "GCODE File",
|
||||||
|
"role": "Viewer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ext": "nc",
|
||||||
|
"name": "GCODE File",
|
||||||
|
"description": "GCODE File",
|
||||||
|
"role": "Viewer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ext": "cnc",
|
||||||
|
"name": "GCODE File",
|
||||||
|
"description": "GCODE File",
|
||||||
|
"role": "Viewer"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"**/*",
|
"**/*",
|
||||||
|
|
Ładowanie…
Reference in New Issue