Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ public/openscad.wasm
src/wasm
package-lock.json
.DS_Store
.cursor/*
2 changes: 1 addition & 1 deletion examples/fonts.scad
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ module holes() {

module helpers() {
// Inner module since it's only needed inside helpers
module line() color("Black") cylinder(r=1, h=10, center=true);
module line() color("White") cylinder(r=1, h=10, center=true);

scale(0.5) {
translate([-30,0,-40]) {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/uzip": "^0.20201231.2",
"@types/web": "^0.0.140",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"jest": "^29.7.0",
Expand All @@ -86,4 +85,4 @@
"webpack-dev-server": "^5.2.0",
"workbox-webpack-plugin": "^7.3.0"
}
}
}
3 changes: 3 additions & 0 deletions public/css/primereact.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/**
* The primereact[.min].css has been deprecated. In order not to break existing projects, it is currently included in the build as an empty file.
*/
Loading