Commit Graph

351 Commits

Author SHA1 Message Date
2413fc49ab UI: collapse W axis to home-only (drop set-zero / W-origin)
The W axis homing already drives toward the configured limit (home_dir
in aux.json, default '-') and lands at home_position_mm = 0, so
'home' and 'zero' are the same point. Remove the now-redundant 'W
Origin' (move-to-zero) and 'Set W to 0' map-marker buttons; keep just
W-, W+, and a single Home W button. Also drop the unused
aux_move_zero / aux_set_zero JS handlers.
2026-04-30 19:07:17 +02:00
Claude
7d5949f5fc UI: add W jog row (W- / W Origin / W+ / Home W) under the XYZ jog grid
Mirrors the 4-column rotary A row that appears when 2an==3, so the same
fine/small/medium/large increment selector that drives XYZ jogging now
also drives W jogging. New control-view methods:

- aux_jog_incr(sign) - PUTs aux/jog with the current jog_incr amount
  converted to mm (handles imperial display units)
- aux_move_zero() - PUTs aux/move {mm:0}, the absolute counterpart to
  aux_set_zero (which redefines the current pos as zero without moving)

Row is hidden when w.enabled is false, so users without the auxcnc
controller see no change.
2026-04-30 17:37:49 +02:00
Claude
23f22105a8 UI: align W axis marker/home buttons with the X/Y/Z columns
The xyzabc rows have three actions (set-position cog, zero marker, home),
W only has two. Without a placeholder the W buttons render in the left two
slots of the actions cell, leaving the home button unaligned with the home
column above. Added a hidden disabled cog button so the marker and home
buttons sit under the same columns as the rest.
2026-04-30 17:23:55 +02:00
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
bebdd2b98a refactored probing rotary 2024-12-25 14:27:49 +05:30
sanjayk03-dev
e6c9d1c46f preventing a from homing 2024-12-12 01:21:10 +05:30
sanjayk03-dev
36e4d6f4e9 disable homing a automatically 2024-12-12 00:51:38 +05:30
sanjayk03-dev
1ad8bb6cbc moving the toggle_rotary to backend 2024-12-04 14:24:29 +05:30
sanjayk03-dev
9cec47ef3f probe support for a axis with z gcode 2024-12-04 09:50:36 +05:30
sanjayk03-dev
817f4ab48b removed pin 2024-12-03 14:53:52 +05:30
sanjayk03-dev
edef05e73d icons for A+ and A- 2024-11-29 21:02:27 +05:30
sanjayk03-dev
eab66b12c1 A axis origin in Rotary mode 2024-11-28 14:00:46 +05:30
sanjayk03-dev
cb92d21961 Sectioning unsupported Toollist 2024-11-25 12:02:26 +05:30
sanjayk03-dev
cba5661b5e Jogging A axis 2024-11-25 11:58:25 +05:30
sanjayk03-dev
628c7cac46 removed PwnCNC and added EM60 and Redline VFD 2024-11-06 00:56:59 +05:30
sanjayk03-dev
9bb22b0698 ui fix 2024-11-04 22:25:16 +05:30
sanjayk03-dev
135ae7fa5d max-velocity changed, ui cond. rendering fixed 2024-11-04 21:52:03 +05:30
sanjayk03-dev
20bd85236d removed notes from tool-view 2024-11-04 19:17:31 +05:30
sanjayk03-dev
cbf6fc6f0d bug fix, conditional rendering of rotary control buttons 2024-11-04 19:17:15 +05:30
sanjayk03-dev
ee9fa4749a minor fixes 2024-09-09 19:23:23 +05:30
sanjayk03-dev
cead91dcef minor fixes 2024-09-09 15:19:43 +05:30
sanjayk03-dev
ddf89c52d1 iteration fix 2024-09-09 15:00:01 +05:30
sanjayk03-dev
17167cfabc removed default option 2024-09-09 13:41:32 +05:30
sanjayk03-dev
474f1ed407 adding option to change timezone 2024-09-09 13:39:25 +05:30
sanjayk03-dev
1028a63ae1 bug fix 2024-09-04 20:30:28 +05:30
sanjayk03-dev
306282ec61 moved time format local to config 2024-09-04 18:53:15 +05:30
sanjayk03-dev
7a81786964 showing 12 hour format 2024-09-04 18:42:35 +05:30
sanjayk03-dev
d537af5f91 note: changed 2024-09-01 19:34:12 +05:30
sanjayk03-dev
fe6b10cb92 bug fix 2024-09-01 19:26:05 +05:30
sanjayk03-dev
0b735be96a switch between 12 and 24 formats 2024-09-01 19:11:45 +05:30
sanjayk03-dev
38fe198a96 set time to 12 hrs format 2024-09-01 18:51:11 +05:30
sanjayk03-dev
99ff3a629b fetching current time 2024-08-28 13:41:37 +05:30
sanjayk03-dev
ae23f756ea fixing get time 2024-08-28 13:31:32 +05:30
sanjayk03-dev
71a1775221 text to int 2024-08-28 12:31:57 +05:30
sanjayk03-dev
d971249aaa auto update date and time 2024-08-28 12:09:47 +05:30
sanjayk03-dev
e85a8072a6 minor fix 2024-08-28 11:55:49 +05:30
sanjayk03-dev
21bb364440 minor fix 2024-08-28 11:52:49 +05:30
sanjayk03-dev
a056abc1a4 show current date/time 2024-08-28 11:45:46 +05:30
sanjayk03-dev
6944d45600 minor changes 2024-08-27 22:17:00 +05:30
sanjayk03-dev
4624e5cafd minor changes 2024-08-27 22:13:41 +05:30
sanjayk03-dev
7556234188 remove flatpickr and changed hr and minutes 2024-08-27 21:42:30 +05:30
sanjayk03-dev
859b9cabe3 subprocess to update date/time 2024-08-27 17:23:13 +05:30
sanjayk03-dev
8db5d69861 flatpickr for time input 2024-08-27 14:40:42 +05:30
sanjayk03-dev
cabebadd06 split date and time 2024-08-27 13:57:00 +05:30
sanjayk03-dev
c9b4ed4914 time date change , Alpha 2 2024-08-26 23:13:55 +05:30
sanjayk03-dev
9e3bf1c58b added date time input 2024-08-22 13:01:18 +05:30
sanjayk03-dev
a5157a89a5 stop button 2024-08-13 10:03:14 +05:30
sanjayk03-dev
238a216a45 changed image size 2024-08-13 09:58:35 +05:30
sanjayk03-dev
398ad4e0b1 croped assets 2024-08-13 09:50:30 +05:30
sanjayk03-dev
ed25f5343d changed assets 2024-08-13 09:37:03 +05:30