Make UI more specific per printer type, hide settings

This commit is contained in:
suchmememanyskill
2025-01-09 22:00:53 +01:00
parent 660723d596
commit 71119e1648
8 changed files with 60 additions and 17 deletions

6
test_printer/config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"instancesDB": "json",
"instances": [
{ "hostname": "localhost", "port": 7125 }
]
}