diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-23 16:48:32 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-23 16:48:32 +0100 |
| commit | 8bcf948b76c9564cb38d3611228ccaf73890a548 (patch) | |
| tree | 5d7bc5aec767ff7911c067d1bc137f6905919c91 /README.md | |
| parent | 61debe99a269bf7e87f6ba2f8d2a376e619fcf12 (diff) | |
| download | QtXpl2-8bcf948b76c9564cb38d3611228ccaf73890a548.tar.gz QtXpl2-8bcf948b76c9564cb38d3611228ccaf73890a548.zip | |
Rename demo/ → jetting-interface/, mock-server/ → mock-jetting-controller/
Executables: QtXpl2Demo → JettingInterfaceDemo, Xpl2MockServer → MockJettingController.
Dev log prefixes: "Demo" → "JI", "MockServer" → "MockJC". Window title → "Jetting Interface".
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -20,17 +20,17 @@ Produces three targets: | Target | Binary | Description | |---|---|---| | `QtXpl2` | `libQtXpl2.a` | Static library + QML module (`import Xpl2`) | -| `QtXpl2Demo` | `bin/QtXpl2Demo` | Interactive demo app | -| `Xpl2MockServer` | `bin/Xpl2MockServer` | Mock JI2 server for development | +| `JettingInterfaceDemo` | `bin/JettingInterfaceDemo` | Interactive demo app | +| `MockJettingController` | `bin/MockJettingController` | Mock JI2 server for development | ## Quick start ```bash # Terminal 1 — start the mock server -./build/bin/Xpl2MockServer +./build/bin/MockJettingController # Terminal 2 — run the demo -./build/bin/QtXpl2Demo +./build/bin/JettingInterfaceDemo ``` The demo connects to `127.0.0.1` by default. Click **Connect**, then explore the **Commands** and **Status** tabs. @@ -139,14 +139,14 @@ QtXpl2/ Xpl2JcStatus.h/cpp # Q_GADGET for JC status (Appendix A) Xpl2PhStatus.h/cpp # Q_GADGET for PH status (Appendix B) CMakeLists.txt - demo/ + jetting-interface/ Main.qml # App shell: connection, tabs, console CommandsPage.qml # GS/CN/CF/imaging buttons, printhead list StatusPage.qml # Status messaging controls, live displays DebugConsole.qml # Dark log panel main.cpp CMakeLists.txt - mock-server/ + mock-jetting-controller/ MockServer.h/cpp # Canned responses, periodic status emission main.cpp CMakeLists.txt |
