Commit graph

219 commits

Author SHA1 Message Date
Torsten Paul
e0282681d6
Merge pull request #118 from openscad/ochafik-export-stl-default
Export to STL by default
2025-04-20 21:51:24 +02:00
ochafik
090a50ee84 Export to STL by default 2025-04-20 21:46:01 +02:00
Torsten Paul
03d0589575
Merge pull request #117 from ochafik/jest-no-sandbox
Disable chrome sandbox on puppeteer test to fix CI
2025-04-20 21:39:52 +02:00
ochafik
bc42ea250b Update jest.config.js 2025-03-26 00:05:03 +00:00
ochafik
e413b191be shuffle puppeteer no-sandbox flag around 2025-03-25 23:56:02 +00:00
ochafik
400b840e55 Disable chrome sandbox on puppeteer test for CI 2025-03-25 23:32:19 +00:00
Torsten Paul
4b591c4bfc Update default WASM_BUILD_URL to pinned version on the openscad file server 2025-03-25 17:26:14 +00:00
ochafik
56173552af Fix 3mf export flow through material dialog 2024-12-31 18:50:38 +00:00
ochafik
e087b87c19 Fix type lints in editor 2024-12-31 18:50:38 +00:00
Rotzbua
7ffedccf2e chore(editor): update to latest version 2024-12-31 16:50:39 +00:00
ochafik
6a9529aab7 Multimaterial: trim strings, skip empties 2024-12-31 16:43:15 +00:00
ochafik
5e48ffbf34 Add blurhash previews to make (re)loading more entertaining 2024-12-31 16:43:15 +00:00
ochafik
60ed786e22 Fix typo 2024-12-31 16:43:15 +00:00
ochafik
a0015af28e Replace rollup w/ webpack for the web worker 2024-12-31 16:06:51 +00:00
Rotzbua
a4a33d2541 chore(deps): update loader 2024-12-28 22:56:24 +00:00
Rotzbua
cfc34ce33d chore(deps): remove unused rollup plugins 2024-12-28 22:56:04 +00:00
Rotzbua
cb64dc4c81 chore(deps): update webpack dependencies 2024-12-28 22:55:15 +00:00
Rotzbua
e28a17484c chore(deps): move types to dev dependencies
* bump to latest possible version
2024-12-28 22:54:13 +00:00
Olivier Chafik
2aaac6f70b Update README.md 2024-12-27 12:04:19 +00:00
ochafik
dd3d385899 Basic URL loading support 2024-12-26 19:27:27 +00:00
ochafik
ecdc04af39 axes: use axes viewer for snapping logic (model viewer wiggles b/c of the prompt) 2024-12-26 19:27:27 +00:00
ochafik
d457595d48 Allow editing of bundled files again 2024-12-26 19:27:27 +00:00
ochafik
5a67b2d554 Fix lighting 2024-12-26 19:27:27 +00:00
ochafik
96fd24a1e4 Fix axes rotation: get to nearest rotation before cycling, and default to diagonal 2024-12-26 19:27:27 +00:00
ochafik
d2223e948a Create InterVariable.woff2 2024-12-25 14:02:50 +00:00
ochafik
58a513dd11 Test loading demo by path 2024-12-25 14:02:50 +00:00
ochafik
b76ac89d44 Fix loading of demos 2024-12-25 14:02:50 +00:00
ochafik
0a99893f77 Preserve filename in output 2024-12-25 12:47:14 +00:00
ochafik
d3150854ac axes: add back & left quick views 2024-12-25 12:35:18 +00:00
Olivier Chafik
10c15b443d Update README.md 2024-12-25 12:27:31 +00:00
ochafik
32a4ecf9c4 Update e2e.test.js 2024-12-25 12:17:51 +00:00
ochafik
e512561b85 fix typo 2024-12-25 12:17:51 +00:00
ochafik
32fee6eb06 Normalize CRLF to \n and test customizer in e2e test 2024-12-25 12:17:51 +00:00
ochafik
657ccb9181 Remove render-modifiers feature reference 2024-12-25 11:31:54 +00:00
ochafik
ae21d92928 Remove spurious localization warning 2024-12-25 11:31:54 +00:00
ochafik
7ec83c371b tests: add basic e2e tests involving libs (BOSL2 & NopSCADlib) 2024-12-25 11:31:54 +00:00
ochafik
741b367952 viewer: disable interaction prompt once use clicked on axes 2024-12-25 11:31:54 +00:00
ochafik
719641ca7b Update ViewerPanel.tsx 2024-12-25 01:53:00 +00:00
ochafik
062c89a45b Cycle through predefined orbits when tapping axes 2024-12-25 01:53:00 +00:00
ochafik
909e4a8231 Drop readDirAsArray / use fs.readdirSync instead 2024-12-25 01:52:38 +00:00
ochafik
cde9d907a4 Update links (no more ochafik-specific branch) 2024-12-25 01:52:38 +00:00
ochafik
c844684c95 Tweak lighting of glb outputs 2024-12-24 04:57:05 +00:00
ochafik
8f51167d5a Fix multimaterial dialog 2024-12-24 03:43:50 +00:00
ochafik
18c1e6e12b Fix 3mf export 2024-12-24 03:43:50 +00:00
ochafik
7c82459e1f Shorter label for ExportButton, longer in dropdown 2024-12-24 03:43:50 +00:00
ochafik
1f29ff5098 Fix ViewPanel axis registration 2024-12-24 03:43:50 +00:00
ochafik
34f8bc5c33 Create export_3mf.ts 2024-12-24 03:43:50 +00:00
ochafik
22fd82e3f2 Revamp off2glb 2024-12-24 03:43:50 +00:00
ochafik
c8284671a0 Smaller axes 2024-12-23 23:47:39 +00:00
Olivier Chafik
8c0057d6b2 Skip all dotfiles from sw generation 2024-12-23 14:23:47 +00:00