YAML-ification and minor output restructure
This commit is contained in:
parent
282e117457
commit
fa850a643c
22 changed files with 287 additions and 409 deletions
|
@ -60,7 +60,7 @@ exports.twodee = (model, debug) => {
|
|||
dxf: makerjs.exporter.toDXF(assembly),
|
||||
}
|
||||
if (debug) {
|
||||
result.json = assembly
|
||||
result.yaml = assembly
|
||||
result.svg = makerjs.exporter.toSVG(assembly)
|
||||
}
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue