Commit Graph

9 Commits

Author SHA1 Message Date
Claude
4f74e75d44 UI: render W (aux) axis row in the main DRO
Adds the auxcnc W axis to the front-page Position table:

- axis-vars.js exposes a 'w' computed property fed by state.aux_pos /
  aux_enabled / aux_homed / aux_present (set by AuxAxis on the host).
  No motor mapping, no soft-limit warnings - the aux controller does
  its own bounds.
- control-view.pug adds a W row after the xyzabc loop. The Set/Zero
  button calls /api/aux/set-zero {mm:0} and the Home button calls
  /api/aux/home, which hit the new endpoints exposed by Web.py.
- control-view.js: aux_home(), aux_set_zero(), and aux_jog() helpers.

When aux_enabled is false (no aux.json or aux.json has enabled=false)
the row stays hidden, matching the existing axis-row behavior.
2026-04-30 17:10:00 +02:00
sanjayk03-dev
eb389cb1dd updating control view using state 2024-12-05 15:42:44 +05:30
sanjayk03-dev
0513aab2b7 math.abs 2024-07-30 18:20:00 +05:30
sanjayk03-dev
b553e5a2e2 round of pos 2024-07-30 18:13:23 +05:30
sanjayk03-dev
58fee0b36e reverted to manual homing 2024-07-22 21:16:18 +05:30
sanjayk03-dev
0de9bde0fb auto homing, logging 2024-07-17 16:36:11 +05:30
saifullah-N
e93296ef00 v1.0.9 changes from 1.1.1 2022-12-21 16:26:22 +05:30
OneFinityCNC
47af000045 Verison 1.0.5 2020-10-15 23:17:21 -04:00
OneFinityCNC
24dfa6c64d Verison 1.0.3 Release
Based on Buildbotics 0.4.14
2020-08-27 23:20:27 -04:00