Stewart Allen
3be111af43
add volume rendering and use that for sla by default now
2026-07-26 13:52:55 -04:00
Stewart Allen
41629b2c76
improve sla supports
2026-07-26 13:52:55 -04:00
Stewart Allen
a0c9428d6c
change sla supports
2026-07-26 13:52:55 -04:00
Stewart Allen
7e105f255e
update .ctb options
2026-07-26 13:52:55 -04:00
Stewart Allen
b65d4ae57e
add tilt tray for .goo and new elegoo targets
2026-07-26 13:52:55 -04:00
Stewart Allen
f32af7eeb1
fix widget + tab assignment when slicing
2026-07-26 13:52:55 -04:00
Stewart Allen
9299a99288
update sla wasm to allow for mem growth
2026-07-26 13:52:55 -04:00
Stewart Allen
806c4fb70b
wasm grow and fallback for sla
2026-07-26 13:52:55 -04:00
Stewart Allen
3255ce7bb7
add msla .goo .prz support
2026-07-26 13:52:55 -04:00
Stewart Allen
db37c13100
update and enable photon profiles, stub creality, elegoo
2026-07-26 13:52:55 -04:00
Stewart Allen
682f2b0a48
merge addendum into main format reference
2026-07-26 13:52:55 -04:00
Stewart Allen
50e0758f99
more msla corrections
2026-07-26 13:52:55 -04:00
Stewart Allen
50e0a4674b
msla deltas and file format normalization
2026-07-26 13:52:55 -04:00
Stewart Allen
1cc56311f7
msla format addendum
2026-07-26 13:52:55 -04:00
Stewart Allen
abd274205e
update msla format guide
2026-07-26 13:52:55 -04:00
Stewart Allen
78106a14dc
add doc refs
2026-07-26 13:52:55 -04:00
Stewart Allen
6e3a34f6b9
add base .pm4n output
2026-07-26 13:52:55 -04:00
Stewart Allen
fa7bc3db15
stub in anycubic photon mono
2026-07-26 13:52:55 -04:00
Stewart Allen
304a2a4e24
register photon extensions. add more .ctb target machines
2026-07-26 13:52:55 -04:00
Stewart Allen
a1af70b496
add sla .ctb format and a few related printer targets
2026-07-26 13:52:55 -04:00
Stewart Allen
95eadc60df
add .rsla and .vsla generic raster and vector sla output formats
2026-07-26 13:52:55 -04:00
Stewart Allen
61d977e169
add units scaling to z on dxf import
2026-07-26 13:52:55 -04:00
Stewart Allen
cc60537985
patch tabs record format change
2026-07-26 13:52:55 -04:00
Stewart Allen
bf0f698a4b
fix slice setPoints() in SLA mode
2026-07-26 13:52:55 -04:00
Stewart Allen
4d8ca0cdcf
remove metric/imperial scaling factor or A axis
2026-07-26 13:52:55 -04:00
Stewart Allen
faf92873e7
prevent cached vertex mutation
2026-07-26 13:52:55 -04:00
Stewart Allen
13420592dd
proxy print start command when needed
2026-07-26 13:52:55 -04:00
Gary Ingle
c572f2b096
fix: add missing build steps and update Node in Dockerfile
...
- Update base image from node:18-slim to node:22-slim (matching
package.json engines requirement)
- Add git to apt-get install (needed by npm dependencies)
- Add webpack-ext step (builds external bundles)
- Add mkdir -p src/pack (prevents race condition)
- Add pack-prod step (builds application bundles)
- Reorder: build steps before gs-app-server install
Tested on ARM64 (Raspberry Pi 4, Docker 29.4.0) and x86_64 (Ubuntu
24.04, Docker 28.0.4). Without these changes, the container starts
but serves an incomplete app that never finishes loading.
2026-07-26 13:52:55 -04:00
Gary Ingle
6ba7507938
fix: add missing await on mkdir and node:module external in esbuild config
...
- Add await to fs.mkdir() call in generateDevices() (line 60). Without
this, writeFile can race ahead of directory creation, causing ENOENT
on clean builds or slower machines.
- Add 'node:module' to the externals array. Node.js treats 'module' and
'node:module' as distinct specifiers; esbuild fails to resolve the
prefixed form when bundling for the browser target.
Discovered during Docker builds on ARM64 where the race window is wider
due to slower I/O. Also reproduces on x86_64 with a clean src/pack/.
2026-07-26 13:52:55 -04:00
Stewart Allen
a678925d42
add model option to bambu ssdp broadcast
2026-07-26 13:52:55 -04:00
Stewart Allen
cc8bca0993
force tool lift between drills
2026-07-26 13:52:55 -04:00
Stewart Allen
94c932e8f9
fix drill marking with latent thru setting
2026-07-26 13:52:55 -04:00
Stewart Allen
c2eca07ed2
Merge branch 'rel-next'
2026-04-08 10:50:55 -04:00
Stewart Allen
6d5370f3e2
add LANG entries for PR #467
2026-03-25 18:33:22 -04:00
Stewart Allen
9efd855003
Merge pull request #467 from 1bardesign/feature/finish-cut
...
Basic Finish Cut Capability
2026-03-25 18:16:58 -04:00
Max Cahill
8369d5fada
finish cut only shows up in clear, not trace
2026-03-26 09:02:11 +11:00
Max Cahill
b80232fd8e
actually use offsets for finish cut
2026-03-25 22:28:48 +11:00
Max Cahill
6d95474acf
added basic finish cut capability to op area, must be used cutting inner first.
2026-03-25 22:17:12 +11:00
Stewart Allen
d33c6636f7
add auto dxf units import
2026-03-20 19:21:36 -04:00
Stewart Allen
c14ea71c8c
fix dxf open line reconnects with shared endpoints
2026-03-20 19:16:18 -04:00
Stewart Allen
3593be43b5
normalize dxf import dialog
2026-03-20 12:37:59 -04:00
Stewart Allen
17574f76b9
add dxf spline support
2026-03-20 12:21:54 -04:00
Stewart Allen
3aa8b77e77
add dxf import
2026-03-20 12:11:34 -04:00
Stewart Allen
8c8afaba69
fix file new/open clearing and rebuilding state
2026-03-10 23:55:32 -04:00
Stewart Allen
9433cbf09a
fix sketch hover latch. add pattern warning if no anchor point selected
2026-03-10 23:49:30 -04:00
Stewart Allen
86085b9df2
Merge pull request #462 from Edgar-Allan-Ohms-5276/feature-improve-routing
...
Improve routing between areas for CAM Area operations
2026-03-10 23:33:42 -04:00
natekfl
c07419cf61
Improve routing between areas for CAM area operations
2026-03-10 22:20:59 -04:00
Stewart Allen
5e0201d68e
fix contour filter error
2026-03-09 21:40:03 -04:00
Stewart Allen
581df0e84f
add tool move epsilon to reduce false positive collisions
2026-03-06 16:12:29 -05:00
Stewart Allen
2f1c57e0ae
raise concurrency cap for multi-cpu systems
2026-03-04 21:28:32 -05:00