Commit graph

5,520 commits

Author SHA1 Message Date
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
Stewart Allen
5a34fd8c54 update docs 2026-03-03 20:19:21 -05:00
Stewart Allen
5881e94ecd move tool/menu build into init/ 2026-03-03 19:45:02 -05:00
Stewart Allen
0b3c0b929a fix framed top border 2026-03-03 12:04:39 -05:00
Stewart Allen
357e25f548 add constraints plan 2026-03-02 21:44:30 -05:00
Stewart Allen
e93dbadef2 fix pulldown refresh on stored settings change 2026-03-02 21:15:23 -05:00
Stewart Allen
907c8e7f06 void update boundary provenance 2026-03-02 19:08:34 -05:00
Stewart Allen
79ef7130d4 void update boundary provenance 2026-03-02 19:06:18 -05:00
Stewart Allen
e2e36aca03 void update boundary provenance 2026-03-02 18:53:44 -05:00
Stewart Allen
5e071d9ff3 void update boundary provenance 2026-03-02 18:36:25 -05:00
Stewart Allen
6948e7ef25 void update boundary provenance 2026-03-02 18:10:22 -05:00
Stewart Allen
f6bb8c1569 void update boundary provenance 2026-03-02 14:24:30 -05:00
Stewart Allen
2efda6cf43 only log failed proxy calls 2026-03-01 23:13:45 -05:00
Stewart Allen
6d2182d2d4 take 2 on proxy 2026-03-01 23:07:53 -05:00
Stewart Allen
5ef41da651 add cors headers, explicit local host for proxy 2026-03-01 22:58:17 -05:00
Stewart Allen
3ef4afbcf8 load client proxy test w/out server helpers for production envs 2026-03-01 22:47:48 -05:00
Stewart Allen
d46ed6f587 fix proxy secure logic 2026-03-01 22:43:26 -05:00
Stewart Allen
53c1466246 bypass proxy for secure requests 2026-03-01 22:37:23 -05:00
Stewart Allen
f78a00b5ae allow secure exception when proxy present 2026-03-01 22:34:49 -05:00
Stewart Allen
9bd0a4974d add localhost http post proxy support for onshape or other https -> http scenarios 2026-03-01 22:18:12 -05:00