Prepare changes for review and preview build

This commit is contained in:
Kurt Hutten
2021-11-21 18:12:56 +11:00
parent b1ff7796b9
commit 0face9b9c1
6 changed files with 18 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ export const makeStlDownloadHandler =
} else {
thunkDispatch((dispatch, getState) => {
const state = getState()
const specialCadProcess = ideType === 'openscad' && 'stl'
const specialCadProcess = (ideType === 'openscad' || ideType === 'curv') && 'stl'
dispatch({ type: 'setLoading' })
requestRender({
state,