From c842334efcf25f98433b925db3122ff90170045e Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 6 Dec 2025 23:30:12 +0100 Subject: [PATCH] Display machine serial number instead of model number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the Machine Connection panel to show the serial number instead of the model number. The serial number is more useful for identifying specific machines, especially when multiple machines of the same model are in use. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- src/components/MachineConnection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MachineConnection.tsx b/src/components/MachineConnection.tsx index 77b18ab..1009833 100644 --- a/src/components/MachineConnection.tsx +++ b/src/components/MachineConnection.tsx @@ -136,8 +136,8 @@ export function MachineConnection({ {machineInfo && (
- Model: - {machineInfo.modelNumber} + Serial Number: + {machineInfo.serialNumber}
Max Area: