Initial work to support curv #578

Merged
lf94 merged 11 commits from integration-curv into main 2021-11-30 05:24:24 +01:00
3 changed files with 7 additions and 9 deletions
Showing only changes of commit 8bdfec02d9 - Show all commits

View File

@@ -0,0 +1,6 @@
// sphere box
(smooth 1).union [
box,
sphere
]

View File

@@ -1,8 +0,0 @@
// sphere box
// ^ first comment is used for download title (i.e "involute-donut.stl")
(smooth 1).union [
box,
sphere
]

View File

@@ -15,7 +15,7 @@ import jsCadInitialCode from 'src/helpers/cadPackages/jsCad/initialCode.jscad.js
import curv from './curv/curvController'
import curvGuide from 'src/helpers/cadPackages/curv/userGuide.md'
import curvInitialCode from 'src/helpers/cadPackages/curv/initialCode.py'
import curvInitialCode from 'src/helpers/cadPackages/curv/initialCode.curv'
export const cadPackages: { [key in CadPackageType]: DefaultKernelExport } = {
openscad,