Correct the initial code file location

This commit is contained in:
lf94
2021-11-20 13:05:23 -05:00
parent 146da84b62
commit 8bdfec02d9
3 changed files with 7 additions and 9 deletions

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,