Add CadQuery customizer #547

Merged
jmwright merged 15 commits from main into main 2021-10-14 17:39:04 +02:00
Showing only changes of commit 3ad14576b5 - Show all commits

View File

@@ -32,6 +32,7 @@ export const runCQ = async ({
`--getparams true`,
`--infile /tmp/${tempFile}/main.py`,
`--outfile ${customizerPath}`,
`--rawparamsoutfile /tmp/${tempFile}/params.json`
].join(' ')
console.log('command', mainCommand)
let consoleMessage = ''