Init multiple types of cadPackages
This commit is contained in:
@@ -13,6 +13,9 @@ export const render = async ({ code, settings }) => {
|
||||
},
|
||||
file: code,
|
||||
})
|
||||
if (!settings.camera.position) {
|
||||
return
|
||||
}
|
||||
try {
|
||||
const response = await fetch(lambdaBaseURL + '/openscad/preview', {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user