37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
||
"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."
|
||
}
|
||
}
|