Correct the initial code file location
This commit is contained in:
6
app/web/src/helpers/cadPackages/curv/initialCode.curv
Normal file
6
app/web/src/helpers/cadPackages/curv/initialCode.curv
Normal file
@@ -0,0 +1,6 @@
|
||||
// sphere box
|
||||
|
||||
(smooth 1).union [
|
||||
box,
|
||||
sphere
|
||||
]
|
||||
@@ -1,8 +0,0 @@
|
||||
// sphere box
|
||||
|
||||
// ^ first comment is used for download title (i.e "involute-donut.stl")
|
||||
|
||||
(smooth 1).union [
|
||||
box,
|
||||
sphere
|
||||
]
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user