Skip to content

Commit

Permalink
Merge pull request #3 from DarklyLabs/dev-es6-wizard
Browse files Browse the repository at this point in the history
Adding leather. Adding anodised aluminum - no cut operation
  • Loading branch information
sdesalas authored May 9, 2017
2 parents 7cedd5b + 08edd42 commit 14b2e06
Showing 1 changed file with 120 additions and 2 deletions.
122 changes: 120 additions & 2 deletions material-database.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"cutRate": 2000,
"laserDiameter": 0.2,
"passes": 2,
"useBlower": false
"useBlower": true
}
}
]
Expand Down Expand Up @@ -223,7 +223,125 @@
"cutRate": 2000,
"laserDiameter": 0.2,
"passes": 2,
"useBlower": false
"useBlower": true
}
}
]
},
{
"id": "leather",
"name": "Leather/Fabric",
"notes": "Wizard Default - DO NOT EDIT",
"isEditable": false,
"template": {
"type": "Laser Cut",
"notes":"DEFAULT",
"params": {
"startHeight": 3,
"laserPower": 40,
"cutRate": 500,
"segmentLength": 0.4,
"passes": 1,
"useBlower": true
}
},
"presets":[
{
"id": "leather_3mm_cut",
"machine_profile": null,
"name": "3mm Plywood",
"type": "Laser Cut",
"params": {
"startHeight": 3,
"laserPower": 100,
"cutRate": 300,
"segmentLength": 0.4,
"passes": 3,
"useBlower": true
}
}, {
"id":"leather_6mm_cut",
"machine_profile": null,
"name": "6mm Plywood",
"type": "Laser Cut",
"params": {
"startHeight": 6,
"laserPower": 100,
"cutRate": 300,
"segmentLength": 0.4,
"passes": 6,
"useBlower": true
}
}, {
"id":"leather_3mm_fill",
"machine_profile": null,
"name": "Plywood",
"type": "Laser Fill Path",
"params":{
"startHeight": 3,
"laserPower": 40,
"cutRate": 2000,
"lineDistance": 0.5,
"passes": 1,
"useBlower": true
}
}, {
"id": "leather_3mm_raster",
"machine_profile": null,
"name": "Plywood",
"type": "Laser Raster",
"params": {
"startHeight": 3,
"cutRate": 2000,
"laserDiameter": 0.2,
"passes": 2,
"useBlower": true
}
}
]
},
{
"id": "aluminum",
"name": "Anodised Aluminum",
"notes": "Wizard Default - DO NOT EDIT",
"isEditable": false,
"template": {
"type": "Laser Fill Path",
"notes":"DEFAULT",
"params": {
"startHeight": 3,
"laserPower": 40,
"cutRate": 1000,
"lineDistance": 0.5,
"passes": 1,
"useBlower": true
}
},
"presets":[
{
"id":"metal_1mm_fill",
"machine_profile": null,
"name": "Aluminum",
"type": "Laser Fill Path",
"params": {
"startHeight": 1,
"laserPower": 40,
"cutRate": 1000,
"lineDistance": 0.5,
"passes": 1,
"useBlower": true
}
}, {
"id": "metal_1mm_raster",
"machine_profile": null,
"name": "Aluminum",
"type": "Laser Raster",
"params": {
"startHeight": 1,
"cutRate": 1000,
"laserDiameter": 0.2,
"passes": 2,
"useBlower": true
}
}
]
Expand Down

0 comments on commit 14b2e06

Please sign in to comment.