Table of Contents

Util Pages

The Util menu hosts utility pages that are not tied to the main machining workflow. They support side-tasks — browsing the server filesystem, building a generic mechanism XML, running ad-hoc conversions — and are reachable through the top-level Util ▾ dropdown in AppMenuBar.vue.

Shipped

  • File Explorer — server-side filesystem browser with named roots (Admin / Project / Resource), in-page text editor with CodeMirror 6 syntax highlighting, zip pack / extract, and rename / copy / delete.
  • Mechanism Builder — generic mechanism XML editor. Documented under mech/ because its model lives there; reachable from Util → Mechanism Builder.

Pending

  • Cutter Editor (standalone) — standalone variant of the Cutter editor; reuses the ToolHouse cutter panel.
  • Milling Parameter Converter — profile-milling-parameters → rake-face parameters.
  • Time Chart — CSV shot-file viewer.
  • Debugger — development-only IDisplayee visualiser keyed by IndexService key.