An automatic build tool for OpenSCAD models that integrates with Github.
.scadhub
file to your repository.scadhub
file syntax:
The .scadhub
file can be a YAML or JSON file with the following properties:
{
"targets": {
"preview.stl": {
"source": "model.scad",
"variables": {
"SCALE": 1.0
},
"commit": true // commit the target file back to the repository
}
}
}
.scadhub
file is present