Files
BoxPacker3D/appsettings.json
2026-06-05 22:02:32 +02:00

37 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Database": {
"FilePath": "C:\\Users\\roman\\AppData\\Roaming\\BoxPacker3D\\items.db",
"_comment": "Relative path: database is stored in %AppData%\\BoxPacker3D\\items.db (user-writable). Absolute path overrides this behaviour (developer use)."
},
"DefaultBox": {
"Width": 600,
"Height": 400,
"Depth": 500,
"WallThickness": 20,
"_comment": "Default box dimensions and wall material thickness in millimetres."
},
"MaxBox": {
"Width": 1200,
"Height": 800,
"Depth": 1000,
"_comment": "Maximum allowed box dimensions used when suggesting a bigger box."
},
"Padding": {
"WallPadding": 10,
"ItemPadding": 3,
"_comment": "Default isolation padding in millimetres wall-to-item and item-to-item."
},
"View": {
"InitialRotationX": 30,
"InitialRotationY": 30,
"InitialZoomPercent": 100,
"_comment": "Initial 3D view angles in degrees and zoom percentage."
},
"UI": {
"WindowWidth": 1340,
"WindowHeight": 840,
"LeftPanelWidth": 500,
"_comment": "Initial window and panel sizing."
}
}