ppak10 commited on
Commit
520e73b
·
1 Parent(s): 5546eb7

Initializes repository.

Browse files
Files changed (29) hide show
  1. .gitattributes +5 -0
  2. .gitignore +43 -0
  3. .python-version +1 -0
  4. CLAUDE.md +94 -0
  5. README.md +38 -1
  6. data/jobs.jsonl +4 -0
  7. main.py +6 -0
  8. pyproject.toml +7 -0
  9. scripts/jobs/01_extract.py +85 -0
  10. source/Jobs/D256 and D638 2026_05_25.s4a +3 -0
  11. source/Jobs/D256 and D638 2026_05_30.s4a +3 -0
  12. source/Jobs/D790 and D638 2026_06_07.s4a +3 -0
  13. source/Jobs/D790 and D638 and Benchy 2026_06_02.s4a +3 -0
  14. source/Objects/3DBenchy.stl +3 -0
  15. source/Objects/ASTM/d256_impact_specimen.STL +3 -0
  16. source/Objects/ASTM/d638_type1.STL +3 -0
  17. source/Objects/ASTM/d638_type1_engraved.1.2.STL +3 -0
  18. source/Objects/ASTM/d790_flex_specimen.STL +3 -0
  19. source/PrintProfiles/2026_05_30 20mJ_mm Formlabs PA12 GF.feafe2b0-9a24-4a4a-8991-8cfd330d53d7.json +0 -0
  20. source/PrintProfiles/2026_06_06 20mJ_mm Formlabs PA12 GF.eab6ad99-107d-4684-a49c-5f586e9efcaa.json +0 -0
  21. source/PrintProfiles/2026_06_07 20mJ_mm Formlabs PA12 GF.40abd1a6-8655-4d2c-a743-70c561179c15.json +0 -0
  22. source/PrintProfiles/Formlabs PA12 GF (1 Second Heat Time).52715389-d580-4be9-9194-ed300bdf911b.json +0 -0
  23. source/PrintProfiles/Formlabs PA12 GF (100% Recycled).25682cd2-e92d-45c9-8121-f5640a59b389.json +0 -0
  24. source/PrintSessions/2026-05-24_18-54-50-182.73cae698-7f99-41b2-92f6-59e15907d894.D256 and D638.json +159 -0
  25. source/PrintSessions/2026-05-25_17-53-36-635.3c4470cb-8dd2-4c0f-aee7-0bef062386d8.D256 and D638.json +159 -0
  26. source/PrintSessions/2026-05-25_21-12-20-373.baa35078-4aeb-4946-b6ee-330084dbefd5.D256 and D638.json +159 -0
  27. source/PrintSessions/2026-05-30_20-33-30-434.985bfa88-d14f-4547-b579-1e69d47028b7.D256 and D638 2026_05_30.json +159 -0
  28. source/PrintSessions/2026-06-02_20-23-03-495.bdcb6a94-d690-4181-9bb5-542d935729ba.D790 and D638 and Benchy 2026_06_02.json +159 -0
  29. source/PrintSessions/2026-06-07_21-30-02-061.43913251-2e06-48d5-a038-e07a6a99af21.D790 and D638 2026_06_07.json +159 -0
.gitattributes CHANGED
@@ -58,3 +58,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ # 3D model files
62
+ *.stl filter=lfs diff=lfs merge=lfs -text
63
+ *.STL filter=lfs diff=lfs merge=lfs -text
64
+ # SLS4All job archives (zip)
65
+ *.s4a filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # macOS
2
+ .DS_Store
3
+ .AppleDouble
4
+ .LSOverride
5
+
6
+ # Python
7
+ __pycache__/
8
+ *.py[cod]
9
+ *$py.class
10
+ *.so
11
+ *.egg
12
+ *.egg-info/
13
+ dist/
14
+ build/
15
+
16
+ # Virtual environments
17
+ .venv/
18
+ venv/
19
+ env/
20
+ ENV/
21
+
22
+ # uv
23
+ .uv/
24
+
25
+ # Unit test / coverage
26
+ .coverage
27
+ .coverage.*
28
+ .cache
29
+ .pytest_cache/
30
+
31
+ # Environment variables
32
+ .env
33
+ .env.*
34
+
35
+ # IDE
36
+ .vscode/
37
+ .idea/
38
+ *.swp
39
+ *.swo
40
+
41
+ # Logs
42
+ *.log
43
+ logs/
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.10
CLAUDE.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CLAUDE.md
2
+
3
+ Context for continuing work on this dataset. Captures the design decisions and conventions worked out so far.
4
+
5
+ ## What this dataset is
6
+
7
+ `Inova-Mk1-Database` is the **canonical graph dataset** of Inova Mk1 SLS printer entities — jobs, print sessions, print profiles, and STL objects. Each entity is its own HuggingFace config; relationships are encoded as **ID references in FK-style fields**, not via an explicit `edges.parquet`.
8
+
9
+ Domain-specific datasets (`Inova-Mk1-ASTM`, future `Inova-Mk1-Telemetry`) reference rows here by ID and may **embed frozen snapshots** of the referenced state when standalone consumption matters more than join-freshness.
10
+
11
+ ## Ecosystem
12
+
13
+ - **Upstream raw**: `ppak10/SLS4All-Backup` — full printer backup (`PrintProfiles/`, `PrintSessions/`, `Jobs/`, `Objects/`, etc.). This dataset is a curated, structured slice of that.
14
+ - **Downstream domain datasets**:
15
+ - `ppak10/Inova-Mk1-ASTM` — ASTM mechanical-test specimens (D256/D638/D790) + Instron/TestWorks tensile test results. Rows embed printer-state snapshots (e.g. full print profile inline) so ML consumers don't need to cross-join.
16
+ - `ppak10/Inova-Mk1-Telemetry` (planned).
17
+ - **Pattern reference**: `ppak10/RocketReviews` uses the same per-entity-config layout (one JSONL per entity, FK fields, `scripts/{entity}/01_*.py`). Match that pattern when adding configs here.
18
+
19
+ ## Architectural decisions
20
+
21
+ - **Per-entity HF configs over nodes+edges parquet.** Each entity (`jobs`, `sessions`, etc.) is its own `config_name` in the README YAML pointing to its own `data/{entity}.jsonl`. Consumers do `load_dataset("ppak10/Inova-Mk1-Database", "jobs")`. The graph is implicit in FK fields, documented in README "Used By" prose.
22
+ - **No git submodules between HF dataset repos.** HF's `load_dataset` doesn't follow submodules, so consumers gain nothing; the dependency direction is also wrong (Database is the leaf, not the parent). For a one-clone local dev workspace, use a separate non-dataset umbrella repo (e.g. `Inova-Mk1`) with the three datasets as siblings.
23
+ - **Snapshot vs reference is decided per consumer.** This dataset stores **references** (IDs). Domain datasets choose whether to embed snapshots inline. Default for ML-facing domain datasets: embed the full profile so rows are self-contained.
24
+
25
+ ## Directory layout
26
+
27
+ ```
28
+ source/ # raw printer files, mirroring SLS4All app subdirs
29
+ Jobs/ # .s4a archives (= zip of STLs + .metadata.json)
30
+ PrintSessions/ # per-run session JSONs
31
+ PrintProfiles/ # material/energy profile JSONs
32
+ Objects/ # STL library (Objects/ASTM/ + supporting)
33
+ scripts/{entity}/ # numbered ETL: 01_extract.py, 02_*.py, ...
34
+ data/{entity}.jsonl # HF-loadable artifact, one row per record
35
+ ```
36
+
37
+ Scaffold: uv (`pyproject.toml`, `.python-version` = 3.10), stdlib only (zipfile, json, re).
38
+
39
+ ## File format notes
40
+
41
+ - **`.s4a`** is just a zip. Contents: the STLs referenced by the job + a `.metadata.json` (~22 KB) embedding the full job state. Inspect with `unzip -p file.s4a .metadata.json | jq`.
42
+ - **`.metadata.json` `PrintProfile` field is already an ID reference**, not a snapshot — i.e. `AutomaticJob.PrintProfile = {"Id": "..."}`. The full profile data lives only in the standalone `source/PrintProfiles/*.json` files.
43
+ - **`AutomaticJob.NestingState.PrintProfile`** can be a *different* profile from `AutomaticJob.PrintProfile` — the nesting was computed against one profile, but a different profile may be assigned at print time. Sessions confirm this: the 2026-05-25 `.s4a` job is assigned `52715389` (1 Second Heat Time), but session 1 ran with `25682cd2` (100% Recycled), matching the nesting profile. Worth surfacing both if it ever matters.
44
+
45
+ ## Row shape — `jobs` config
46
+
47
+ ```json
48
+ {
49
+ "source_file": "D256 and D638 2026_05_25.s4a",
50
+ "print_date": "2026-05-25",
51
+ "job_name": "D256 and D638",
52
+ "print_profile_id": "52715389-d580-4be9-9194-ed300bdf911b",
53
+ "objects": [
54
+ {
55
+ "object_file_id": "19b91ed5-d98b-4dee-929b-955b3d757ffc",
56
+ "name": "d256_impact_specimen.STL",
57
+ "hash": "AB07BE60702ECFC8F495612DF56280DB63050E72",
58
+ "instance_count": 8,
59
+ "scale": 100
60
+ }
61
+ ],
62
+ "metadata": { "...full .metadata.json..." }
63
+ }
64
+ ```
65
+
66
+ Conventions: light envelope (filename-derived fields at top level), id references surfaced at top level, full raw `metadata` retained for lossless replay.
67
+
68
+ ### IMPORTANT gotcha — object_file_id is per-job, not stable
69
+
70
+ `AutomaticJob.Objects[]` and `AutomaticJob.ObjectFiles[]` are linked only by `Name`. **The same STL file gets a different `ObjectFile.Id` in each job's metadata** — confirmed: `d256_impact_specimen.STL` is `19b91ed5-…` in the 05-25 job and `692f3c49-…` in the 05-30 job. The **content `hash` (SHA1)** is the stable identity. When building the `objects` config, key the node by `hash`, not by `object_file_id`. `object_file_id` is useful only as a per-job handle.
71
+
72
+ ## Current state
73
+
74
+ - `jobs` config — implemented, 4 rows (`scripts/jobs/01_extract.py` → `data/jobs.jsonl`).
75
+
76
+ ## Planned configs
77
+
78
+ | Config | Source | Likely PK | FK refs |
79
+ |---|---|---|---|
80
+ | `sessions` | `source/PrintSessions/*.json` | `Id` (session UUID) | `job_id`, `print_profile_id` |
81
+ | `profiles` | `source/PrintProfiles/*.json` | `Id` (profile UUID) | — |
82
+ | `objects` | `source/Objects/**/*.STL` | content `hash` (SHA1) | — |
83
+
84
+ ## Scope note
85
+
86
+ Current `source/` holds the **ASTM-subset** carried over from earlier work (4 jobs / 6 sessions / 5 profiles / 5 STLs). If Database is meant to be the canonical printer-side dataset across all domains, broaden by re-pulling from `SLS4All-Backup` before the ASTM-specific filter.
87
+
88
+ ## Adding a new config — recipe
89
+
90
+ 1. `mkdir scripts/{entity}` and write `01_extract.py` (stdlib-only, mirror `scripts/jobs/01_extract.py` layout: ROOT/SOURCE_DIR/OUTPUT_FILE constants, `build_row()`, `main()`).
91
+ 2. Row shape: top-level filename-derived envelope fields + FK ids + nested `metadata` blob. Surface IDs at top level for HF-side filtering; keep the raw blob for lossless replay.
92
+ 3. Run script → `data/{entity}.jsonl`.
93
+ 4. Update `README.md` `configs:` block: add `config_name: {entity}` pointing to the new JSONL.
94
+ 5. Add the entity row to the README's Configs table.
README.md CHANGED
@@ -1,6 +1,43 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
- Agentic-SLS
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - sls
5
+ - 3d-printing
6
+ - additive-manufacturing
7
+ - inova-mk1
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: data/jobs.jsonl
13
+ - config_name: jobs
14
+ data_files:
15
+ - split: train
16
+ path: data/jobs.jsonl
17
  ---
18
 
19
+ # Inova-Mk1-Database
20
 
21
+ Canonical graph dataset of Inova Mk1 SLS printer entities: jobs, print sessions, print profiles, and objects (STL geometry). Each entity is its own HF config; relationships are encoded as ID references between rows.
22
+
23
+ Domain-specific datasets (e.g. [`ppak10/Inova-Mk1-ASTM`](https://huggingface.co/datasets/ppak10/Inova-Mk1-ASTM)) reference rows here by ID and may embed frozen snapshots of the referenced state.
24
+
25
+ ---
26
+
27
+ ## Configs
28
+
29
+ | Config | Description | Script | Output |
30
+ |---|---|---|---|
31
+ | `jobs` | One row per `.s4a` print job, with the embedded `.metadata.json`. References `print_profile_id` and a list of `objects` (each with `object_file_id` + content hash). | `scripts/jobs/01_extract.py` | `data/jobs.jsonl` |
32
+
33
+ Planned (not yet implemented): `sessions`, `profiles`, `objects`.
34
+
35
+ ## Source Layout
36
+
37
+ ```
38
+ source/
39
+ Jobs/ # .s4a archives (zip of STLs + .metadata.json)
40
+ PrintSessions/ # per-run session JSONs
41
+ PrintProfiles/ # material/energy profiles referenced by jobs
42
+ Objects/ # STL geometry library (ASTM/ + supporting prints)
43
+ ```
data/jobs.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"source_file": "D256 and D638 2026_05_25.s4a", "print_date": "2026-05-25", "job_name": "D256 and D638", "print_profile_id": "52715389-d580-4be9-9194-ed300bdf911b", "objects": [{"object_file_id": "19b91ed5-d98b-4dee-929b-955b3d757ffc", "name": "d256_impact_specimen.STL", "hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "instance_count": 8, "scale": 100}, {"object_file_id": "062520e1-4f25-42b4-a323-e7d37c7be0b7", "name": "d638_type1.STL", "hash": "E4251951376A82B4303394F832996A2E9883EAB0", "instance_count": 5, "scale": 100}], "metadata": {"AutomaticJob": {"Id": "ba17a5ba-a5f6-4d60-8832-b6c13a2dfa67", "Name": "D256 and D638 2026/05/25", "PrintProfile": {"Id": "52715389-d580-4be9-9194-ed300bdf911b"}, "AvailableDepth": 200, "AggressiveNestingEnabled": false, "DryPrintEnabled": false, "Objects": [{"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, {"Id": "abb6a7b5-db42-4c64-95e1-68bd271c0e04", "Name": "d638_type1.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}], "ObjectFiles": [{"Id": "19b91ed5-d98b-4dee-929b-955b3d757ffc", "Name": "d256_impact_specimen.STL", "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72"}, {"Id": "062520e1-4f25-42b4-a323-e7d37c7be0b7", "Name": "d638_type1.STL", "Hash": "E4251951376A82B4303394F832996A2E9883EAB0"}], "NestingState": {"DensityPercent": 30.11, "ChamberDepth": 19.2, "ChamberVolume": 425774.219, "SinteredVolume": 128184.082, "AvailableDepth": 200, "PrintProfileJobHash": "AF28E5D3E6DE502902FFD097CF93C6C7", "PrintProfile": {"Id": "25682cd2-e92d-45c9-8121-f5640a59b389"}, "AggressiveNestingEnabled": false, "Objects": [{"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, {"Id": "abb6a7b5-db42-4c64-95e1-68bd271c0e04", "Name": "d638_type1.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}], "Instances": [{"Id": "8ae23bcb-6295-4d56-b09b-a5d97a9a862e", "ObjectCopy": {"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "a9414427-c10f-4da9-bb09-e7f4cb890f2f", "PX": -64.822, "PY": 6.586, "PZ": -27.719, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "d1769659-4fdb-4b68-97f8-435385a552eb", "M11": 0, "M44": 1, "M43": 6.5855, "M42": 47.281, "M41": 10.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "f7a100e4-5d1c-485b-a814-3b5a364bc4df", "ObjectCopy": {"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "c5dedbeb-6f2c-42a3-94d2-ca32a94b15e7", "PX": -53.822, "PY": 6.586, "PZ": 39.281, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "d96ef366-cb3f-465c-9bec-7c61b656b626", "M11": 0, "M44": 1, "M43": 6.5855, "M42": 114.281, "M41": 21.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "3515ef84-de71-4454-aa24-12626253a4d8", "ObjectCopy": {"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "7b982e4d-2c5e-4c41-ab20-6427e06acc2a", "PX": -38.822, "PY": 6.586, "PZ": 13.281, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "71778e00-3647-4018-9930-f0a2d86e9c1b", "M11": 0, "M44": 1, "M43": 6.5855, "M42": 88.281, "M41": 36.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "4ecdfe1e-63c1-4eca-91b6-31ebfbb45425", "ObjectCopy": {"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "35ff21d8-ae94-44f8-8d20-1ca9aacf55d7", "PX": -23.822, "PY": 6.586, "PZ": 37.281, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "567f770a-7582-49be-9425-3e475edce449", "M11": 0, "M44": 1, "M43": 6.5855, "M42": 112.281, "M41": 51.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "3c51ab74-a5e2-4b68-9e23-1837df6f3ad9", "ObjectCopy": {"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "daf15224-d4de-47ff-a9ec-ec52e3616723", "PX": 18.178, "PY": 6.586, "PZ": -41.719, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "097949fb-001b-4dc4-b3fd-e99bd75e6f57", "M11": 0, "M44": 1, "M43": 6.5855, "M42": 33.281, "M41": 93.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "011a3ddb-d41e-43a3-b922-56ef370ad5f1", "ObjectCopy": {"Id": "abb6a7b5-db42-4c64-95e1-68bd271c0e04", "Name": "d638_type1.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "E4251951376A82B4303394F832996A2E9883EAB0", "TransformState": {"Id": "14415ac5-81c1-4ce4-9a53-208cb02519c1", "PX": -14.822, "PY": 9.586, "PZ": 1.280998, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.8734217, "QZ": 0, "QW": 0.4869645, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "a76d9af1-bfd3-4e47-848e-d27d2dfd8cda", "M11": -0.5415031, "M44": 1, "M43": 9.5855, "M42": 76.281, "M41": 60.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": -0.541503, "M21": 0.8761703, "M14": 0, "M13": 0, "M12": -0.8761703, "M24": 0}, "IsOverlapping": false}, {"Id": "08b47d09-cb4d-4872-bb70-8a22ec1670e5", "ObjectCopy": {"Id": "abb6a7b5-db42-4c64-95e1-68bd271c0e04", "Name": "d638_type1.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "E4251951376A82B4303394F832996A2E9883EAB0", "TransformState": {"Id": "dcae365a-e286-4b57-a2de-2eea881e0e81", "PX": -8.821999, "PY": 9.586, "PZ": -0.7190018, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.8734217, "QZ": 0, "QW": 0.4869645, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "d93e0ef9-dc92-4878-b05f-fbb34fb3d314", "M11": -0.5415031, "M44": 1, "M43": 9.5855, "M42": 74.281, "M41": 66.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": -0.541503, "M21": 0.8761703, "M14": 0, "M13": 0, "M12": -0.8761703, "M24": 0}, "IsOverlapping": false}, {"Id": "680ca380-332d-49b3-afe0-fc628c542db6", "ObjectCopy": {"Id": "abb6a7b5-db42-4c64-95e1-68bd271c0e04", "Name": "d638_type1.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "E4251951376A82B4303394F832996A2E9883EAB0", "TransformState": {"Id": "8f12bcb3-f25d-4176-8f96-78983b579204", "PX": -1.821999, "PY": 9.586, "PZ": -0.7190018, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.8734217, "QZ": 0, "QW": 0.4869645, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "df4466a8-d866-4426-a3c1-04f7cf964f5a", "M11": -0.5415031, "M44": 1, "M43": 9.5855, "M42": 74.281, "M41": 73.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": -0.541503, "M21": 0.8761703, "M14": 0, "M13": 0, "M12": -0.8761703, "M24": 0}, "IsOverlapping": false}, {"Id": "877d7b42-e76a-4c3b-9e04-9d56d35ff3a8", "ObjectCopy": {"Id": "abb6a7b5-db42-4c64-95e1-68bd271c0e04", "Name": "d638_type1.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "E4251951376A82B4303394F832996A2E9883EAB0", "TransformState": {"Id": "e3e2e250-7bdd-4666-88bd-8b72f8c79a95", "PX": 5.178001, "PY": 9.586, "PZ": -0.7190018, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.8734217, "QZ": 0, "QW": 0.4869645, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "77f5aa21-61ae-43d8-a8d0-e3d76e77090a", "M11": -0.5415031, "M44": 1, "M43": 9.5855, "M42": 74.281, "M41": 80.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": -0.541503, "M21": 0.8761703, "M14": 0, "M13": 0, "M12": -0.8761703, "M24": 0}, "IsOverlapping": false}, {"Id": "85ee52b3-5614-4f0e-8018-46bc2e4806b2", "ObjectCopy": {"Id": "abb6a7b5-db42-4c64-95e1-68bd271c0e04", "Name": "d638_type1.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "E4251951376A82B4303394F832996A2E9883EAB0", "TransformState": {"Id": "33ccad3b-39f4-41f4-b910-1a0a78c97553", "PX": 12.178, "PY": 9.586, "PZ": -0.7190018, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.8734217, "QZ": 0, "QW": 0.4869645, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "ea0365ea-7ca1-4c8d-ac90-2784f30ce283", "M11": -0.5415031, "M44": 1, "M43": 9.5855, "M42": 74.281, "M41": 87.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": -0.541503, "M21": 0.8761703, "M14": 0, "M13": 0, "M12": -0.8761703, "M24": 0}, "IsOverlapping": false}, {"Id": "ff603eaa-4434-4531-9764-e0a2e387dbc7", "ObjectCopy": {"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "51ad542a-5026-4d19-b94d-271b896f1835", "PX": 33.178, "PY": 6.586, "PZ": -41.719, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "0be40937-f508-474c-8b3e-f835570d31cb", "M11": 0, "M44": 1, "M43": 6.5855, "M42": 33.281, "M41": 108.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "82705f67-b8cc-4eb7-845f-92efa67bd2a0", "ObjectCopy": {"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "85ebe3b0-9679-4d58-9be5-9d4f523b0997", "PX": 48.178, "PY": 6.586, "PZ": -41.719, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "072c1fd5-fc2e-4f3d-b8ec-92e390df1ed1", "M11": 0, "M44": 1, "M43": 6.5855, "M42": 33.281, "M41": 123.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "69f22834-c8fb-4dfc-ac5c-c67ca6186aa8", "ObjectCopy": {"Id": "3540c330-6bc3-4730-87b7-d120c3b5f475", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "e59040e1-9f1b-4c1b-8575-398dd4740fd7", "PX": 59.17799, "PY": 6.586, "PZ": 25.281, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "224fdc9a-3b92-4706-a27b-7c593aca0c37", "M11": 0, "M44": 1, "M43": 6.5855, "M42": 100.281, "M41": 134.178, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}]}, "CreatedAt": "2026-05-24T18:41:36.523062+00:00"}, "ProfilingJob": null, "Id": "ba17a5ba-a5f6-4d60-8832-b6c13a2dfa67", "Version": 1, "Type": 1, "Name": "D256 and D638 2026/05/25", "CreatedAt": "2026-05-24T18:41:36.523062+00:00"}}
2
+ {"source_file": "D256 and D638 2026_05_30.s4a", "print_date": "2026-05-30", "job_name": "D256 and D638", "print_profile_id": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7", "objects": [{"object_file_id": "63406bc6-063d-43a0-b38e-8b7a1a55e9f7", "name": "d638_type1_engraved.1.2.STL", "hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "instance_count": 5, "scale": 100}, {"object_file_id": "692f3c49-b07f-4eff-8c1c-41e489e850fd", "name": "d256_impact_specimen.STL", "hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "instance_count": 8, "scale": 100}], "metadata": {"AutomaticJob": {"Id": "287b0ba9-2a59-44de-bd39-c54d75eb823a", "Name": "D256 and D638 2026_05_30", "PrintProfile": {"Id": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7"}, "AvailableDepth": 200, "AggressiveNestingEnabled": false, "DryPrintEnabled": false, "Objects": [{"Id": "a96d9102-7bf1-463c-9283-0eef0e4f8d6f", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "ba6ac8f5-3e72-495e-85c7-d44c7b4dfa6a", "BaseYaw": 45, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": false, "AllowAnyYawMode": 1}]}, {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}], "ObjectFiles": [{"Id": "63406bc6-063d-43a0-b38e-8b7a1a55e9f7", "Name": "d638_type1_engraved.1.2.STL", "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060"}, {"Id": "c228e0f1-8d8f-455d-92b7-47f981af511f", "Name": "3DBenchy.stl", "Hash": "C240F46CA3F38C6C8D61B6F4247898577231AF18"}, {"Id": "692f3c49-b07f-4eff-8c1c-41e489e850fd", "Name": "d256_impact_specimen.STL", "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72"}], "NestingState": {"DensityPercent": 24.8, "ChamberDepth": 23.3, "ChamberVolume": 516694.781, "SinteredVolume": 128158.242, "AvailableDepth": 200, "PrintProfileJobHash": "AF28E5D3E6DE502902FFD097CF93C6C7", "PrintProfile": {"Id": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7"}, "AggressiveNestingEnabled": false, "Objects": [{"Id": "a96d9102-7bf1-463c-9283-0eef0e4f8d6f", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "ba6ac8f5-3e72-495e-85c7-d44c7b4dfa6a", "BaseYaw": 45, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": false, "AllowAnyYawMode": 1}]}, {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}], "Instances": [{"Id": "33213584-1ee6-445b-a74c-6854443bfebc", "ObjectCopy": {"Id": "a96d9102-7bf1-463c-9283-0eef0e4f8d6f", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "ba6ac8f5-3e72-495e-85c7-d44c7b4dfa6a", "BaseYaw": 45, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": false, "AllowAnyYawMode": 1}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "80d19370-fa5b-4c5f-970b-dabbf654421c", "PX": 0.9160004, "PY": 1.614, "PZ": -7, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6532815, "QY": 0.2705981, "QZ": -0.2705981, "QW": 0.6532815, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "9f85decb-e8b8-42d2-8127-9f60e62483e1", "M11": 0.7283199, "M44": 1, "M43": 1.614401, "M42": 68, "M41": 75.916, "M34": 0, "M33": 1.202822e-07, "M31": 0.7283199, "M32": 0.7283199, "M23": -1.009, "M22": 1.227856e-07, "M21": 0, "M14": 0, "M13": 0, "M12": -0.7283199, "M24": 0}, "IsOverlapping": false}, {"Id": "0271f2a5-301f-4b6e-a14a-4f018c58ac33", "ObjectCopy": {"Id": "a96d9102-7bf1-463c-9283-0eef0e4f8d6f", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "ba6ac8f5-3e72-495e-85c7-d44c7b4dfa6a", "BaseYaw": 45, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": false, "AllowAnyYawMode": 1}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "4ec797a2-5395-4059-a53b-140430f59d84", "PX": 0.9160004, "PY": 6.614, "PZ": -7, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6532815, "QY": 0.2705981, "QZ": -0.2705981, "QW": 0.6532815, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "9db326c4-c3f0-4de1-a49b-2484ceb225b5", "M11": 0.7283199, "M44": 1, "M43": 6.614401, "M42": 68, "M41": 75.916, "M34": 0, "M33": 1.202822e-07, "M31": 0.7283199, "M32": 0.7283199, "M23": -1.009, "M22": 1.227856e-07, "M21": 0, "M14": 0, "M13": 0, "M12": -0.7283199, "M24": 0}, "IsOverlapping": false}, {"Id": "06766093-a20e-4106-8ce9-f4a58a3c3ab6", "ObjectCopy": {"Id": "a96d9102-7bf1-463c-9283-0eef0e4f8d6f", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "ba6ac8f5-3e72-495e-85c7-d44c7b4dfa6a", "BaseYaw": 45, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": false, "AllowAnyYawMode": 1}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "feeb5754-8bd5-4039-9672-91a88b6abb47", "PX": 0.9160004, "PY": 11.614, "PZ": -7, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6532815, "QY": 0.2705981, "QZ": -0.2705981, "QW": 0.6532815, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "01120a5b-d3b0-4a43-8ec3-2da7b6d208da", "M11": 0.7283199, "M44": 1, "M43": 11.6144, "M42": 68, "M41": 75.916, "M34": 0, "M33": 1.202822e-07, "M31": 0.7283199, "M32": 0.7283199, "M23": -1.009, "M22": 1.227856e-07, "M21": 0, "M14": 0, "M13": 0, "M12": -0.7283199, "M24": 0}, "IsOverlapping": false}, {"Id": "9bc2379c-a2cf-4fac-ba0c-e06cac786aa1", "ObjectCopy": {"Id": "a96d9102-7bf1-463c-9283-0eef0e4f8d6f", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "ba6ac8f5-3e72-495e-85c7-d44c7b4dfa6a", "BaseYaw": 45, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": false, "AllowAnyYawMode": 1}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "8923d375-8831-47a6-bacc-25b75685cd79", "PX": 0.9160004, "PY": 16.614, "PZ": -7, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6532815, "QY": 0.2705981, "QZ": -0.2705981, "QW": 0.6532815, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "3141445a-584f-4e13-81c3-924ba43c0d96", "M11": 0.7283199, "M44": 1, "M43": 16.6144, "M42": 68, "M41": 75.916, "M34": 0, "M33": 1.202822e-07, "M31": 0.7283199, "M32": 0.7283199, "M23": -1.009, "M22": 1.227856e-07, "M21": 0, "M14": 0, "M13": 0, "M12": -0.7283199, "M24": 0}, "IsOverlapping": false}, {"Id": "f1439dc8-ec75-405d-869b-58af7118eb22", "ObjectCopy": {"Id": "a96d9102-7bf1-463c-9283-0eef0e4f8d6f", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "ba6ac8f5-3e72-495e-85c7-d44c7b4dfa6a", "BaseYaw": 45, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": false, "AllowAnyYawMode": 1}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "5661693c-3662-4494-950c-69a099dc1677", "PX": 0.9160004, "PY": 21.614, "PZ": -7, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6532815, "QY": 0.2705981, "QZ": -0.2705981, "QW": 0.6532815, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "48dd948a-4e9a-40d0-afda-e100d5dc3562", "M11": 0.7283199, "M44": 1, "M43": 21.6144, "M42": 68, "M41": 75.916, "M34": 0, "M33": 1.202822e-07, "M31": 0.7283199, "M32": 0.7283199, "M23": -1.009, "M22": 1.227856e-07, "M21": 0, "M14": 0, "M13": 0, "M12": -0.7283199, "M24": 0}, "IsOverlapping": false}, {"Id": "d55b3169-c49c-4fb1-ba59-38fb7d32e482", "ObjectCopy": {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "6dda8812-d0b7-478c-9b03-922bfe86a07a", "PX": -60.084, "PY": 6.614, "PZ": -28, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "4d5ca970-d199-4d17-be96-49c74ded0793", "M11": 0, "M44": 1, "M43": 6.614401, "M42": 47, "M41": 14.916, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "343b3ea5-78f6-4c7f-ab8c-5146743d2a92", "ObjectCopy": {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "dd0b07d9-92da-475c-b41f-97e1384d20ce", "PX": -45.084, "PY": 6.614, "PZ": -42, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "d8a13c22-f9a4-4a4b-9ff6-5b54aafda3be", "M11": 0, "M44": 1, "M43": 6.614401, "M42": 33, "M41": 29.916, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "89baf9c7-a003-4e1d-a847-756982b649f4", "ObjectCopy": {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "4bc7a5d1-24bb-4124-80a2-3f52a870c6be", "PX": -30.084, "PY": 6.614, "PZ": -42, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "7f99a971-39bf-4de9-9f17-d773e873b925", "M11": 0, "M44": 1, "M43": 6.614401, "M42": 33, "M41": 44.916, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "c5098267-fc5b-4a3f-80ed-d77beca3ebc2", "ObjectCopy": {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "ef954a9d-3a32-4fb2-9f7a-e08a2a74586a", "PX": 2.916, "PY": 6.614, "PZ": 42, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "2f6fe6cd-4098-4c9f-b37e-bcba5436d8e1", "M11": 0, "M44": 1, "M43": 6.614401, "M42": 117, "M41": 77.916, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "7c6ce999-9c94-401d-9869-82efcc53401f", "ObjectCopy": {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "3b99b09f-5415-4053-905c-9c303d4a46e3", "PX": 17.916, "PY": 6.614, "PZ": 27, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "e3949bc8-c604-4948-a264-e11286023c31", "M11": 0, "M44": 1, "M43": 6.614401, "M42": 102, "M41": 92.916, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "77bed774-14e0-4451-b7a8-27a172907f74", "ObjectCopy": {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "1358152e-9139-4f8a-af97-aa914186c90e", "PX": 32.916, "PY": 6.614, "PZ": 12, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "ec387363-1c2c-49e6-97ef-9debe28ed9bf", "M11": 0, "M44": 1, "M43": 6.614401, "M42": 87, "M41": 107.916, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "d3afe981-f6c7-4658-ab5f-25be0e4ff833", "ObjectCopy": {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "0265a229-c20f-4691-81b9-c05a25e706b3", "PX": 47.916, "PY": 6.614, "PZ": 1, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "1f489d1b-4b7a-4ed9-9323-5ae2fe48b949", "M11": 0, "M44": 1, "M43": 6.614401, "M42": 76, "M41": 122.916, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "44d1b2bb-eba0-4bd8-8aa0-0da5b56101ea", "ObjectCopy": {"Id": "a302df3c-ba2e-4df3-9ff8-af3bbb9ff2a0", "Name": "d256_impact_specimen.STL", "NestingPriority": null, "InstanceCount": 8, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "AB07BE60702ECFC8F495612DF56280DB63050E72", "TransformState": {"Id": "b8586201-4a83-4e2e-a49d-df094652681b", "PX": 62.916, "PY": 6.614, "PZ": -13, "RX": 0, "RY": 0, "RZ": 0, "QX": 0, "QY": 0.7071068, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "8b075bde-cc32-4e13-9364-6a66387f62d7", "M11": 0, "M44": 1, "M43": 6.614401, "M42": 62, "M41": 137.916, "M34": 0, "M33": 1.009, "M31": 0, "M32": 0, "M23": 0, "M22": 0, "M21": 1.03, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}]}, "CreatedAt": "2026-05-30T18:20:49.6735503+00:00"}, "ProfilingJob": null, "Id": "287b0ba9-2a59-44de-bd39-c54d75eb823a", "Version": 1, "Type": 1, "Name": "D256 and D638 2026_05_30", "CreatedAt": "2026-05-30T18:20:49.6735503+00:00"}}
3
+ {"source_file": "D790 and D638 2026_06_07.s4a", "print_date": "2026-06-07", "job_name": "D790 and D638", "print_profile_id": "40abd1a6-8655-4d2c-a743-70c561179c15", "objects": [{"object_file_id": "a258c160-f8d7-4420-a8ae-56955cc05dbb", "name": "d790_flex_specimen.STL", "hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "instance_count": 15, "scale": 100}, {"object_file_id": "04af30ed-287a-477c-993c-18d3109fe538", "name": "d638_type1_engraved.1.2.STL", "hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "instance_count": 5, "scale": 100}], "metadata": {"AutomaticJob": {"Id": "ce8cc169-e440-44e0-801b-dd9f9e84082d", "Name": "D790 and D638 2026_06_07", "PrintProfile": {"Id": "40abd1a6-8655-4d2c-a743-70c561179c15"}, "AvailableDepth": 200, "AggressiveNestingEnabled": false, "DryPrintEnabled": false, "Objects": [{"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, {"Id": "097045ad-d517-4f11-94ae-259782a45d1e", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8b763bf1-755b-4fd4-bcf9-d6cfedf581c9", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}], "ObjectFiles": [{"Id": "a258c160-f8d7-4420-a8ae-56955cc05dbb", "Name": "d790_flex_specimen.STL", "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590"}, {"Id": "04af30ed-287a-477c-993c-18d3109fe538", "Name": "d638_type1_engraved.1.2.STL", "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060"}, {"Id": "9bbbcfea-7fc9-4117-80c8-03ff75b61f4d", "Name": "Nameplate Holder.STL", "Hash": "2C8187E17D8DA6746AAF6F8A6C684D90E995FBD7"}], "NestingState": {"DensityPercent": 24.65, "ChamberDepth": 23.3, "ChamberVolume": 516694.781, "SinteredVolume": 127378.301, "AvailableDepth": 200, "PrintProfileJobHash": "AF28E5D3E6DE502902FFD097CF93C6C7", "PrintProfile": {"Id": "40abd1a6-8655-4d2c-a743-70c561179c15"}, "AggressiveNestingEnabled": false, "Objects": [{"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, {"Id": "097045ad-d517-4f11-94ae-259782a45d1e", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8b763bf1-755b-4fd4-bcf9-d6cfedf581c9", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}], "Instances": [{"Id": "5aa7fcf7-c805-49bb-beb8-43b3f3288e03", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "8e7445bc-9a30-44a7-9e88-d605e5a122b8", "PX": -8.836998, "PY": 1.614, "PZ": 54.595, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.7071067, "QY": 0, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "0510bb63-8e9c-430a-8743-cf42cfe697d1", "M11": 1.03, "M44": 1, "M43": 1.6144, "M42": 129.595, "M41": 66.163, "M34": 0, "M33": 6.014108e-08, "M31": 0, "M32": 1.03, "M23": -1.009, "M22": 6.139278e-08, "M21": 0, "M14": 0, "M13": 0, "M12": 0, "M24": 0}, "IsOverlapping": false}, {"Id": "a95629d9-bbc9-4b8c-a27c-f33c69e365ae", "ObjectCopy": {"Id": "097045ad-d517-4f11-94ae-259782a45d1e", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8b763bf1-755b-4fd4-bcf9-d6cfedf581c9", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "2e3793f9-6bdb-4374-8af3-00c587136c33", "PX": 0.163002, "PY": 1.614, "PZ": -12.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6714178, "QY": 0.2218065, "QZ": -0.2218065, "QW": 0.6714179, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "de2cfa9f-3292-45db-bc7f-f55e66e35b09", "M11": 0.8273037, "M44": 1, "M43": 1.6144, "M42": 62.595, "M41": 75.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.6135702, "M32": 0.8273036, "M23": -1.009, "M22": 4.931114e-08, "M21": 3.657164e-08, "M14": 0, "M13": 0, "M12": -0.6135703, "M24": 0}, "IsOverlapping": false}, {"Id": "f26d72f6-8c1f-45e5-bac5-248d0fd3af30", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "4cd73a7a-dc83-4a80-bdf5-db8c4705fc35", "PX": -13.837, "PY": 1.614, "PZ": -34.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6814926, "QY": 0.1885944, "QZ": -0.1885944, "QW": 0.6814926, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "955c4dbd-a054-493e-9889-2ea3513783f1", "M11": 0.8834605, "M44": 1, "M43": 1.6144, "M42": 40.595, "M41": 61.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5295258, "M32": 0.8834603, "M23": -1.009, "M22": 5.265835e-08, "M21": 3.15622e-08, "M14": 0, "M13": 0, "M12": -0.5295258, "M24": 0}, "IsOverlapping": false}, {"Id": "5d7de4d8-a459-4810-ad61-04f3dc972e49", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "ad98c6f5-6db3-4ba5-b98a-332457e7eb9e", "PX": 16.163, "PY": 1.614, "PZ": 3.595001, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6766589, "QY": 0.2052623, "QZ": -0.2052622, "QW": 0.676659, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "144736da-008d-4703-8bcf-b32dcb63d079", "M11": 0.8564137, "M44": 1, "M43": 1.6144, "M42": 78.595, "M41": 91.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5722373, "M32": 0.8564136, "M23": -1.009, "M22": 5.104623e-08, "M21": 3.4108e-08, "M14": 0, "M13": 0, "M12": -0.5722373, "M24": 0}, "IsOverlapping": false}, {"Id": "88df1ae7-573e-4167-9ecb-b802c2553c02", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "289b8fd5-0fd1-49a1-aab9-9d49fe0a69b8", "PX": -8.836998, "PY": 6.614, "PZ": 54.595, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.7071067, "QY": 0, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "0e5ce119-7f12-4be2-b9d4-6d1b02d02038", "M11": 1.03, "M44": 1, "M43": 6.6144, "M42": 129.595, "M41": 66.163, "M34": 0, "M33": 6.014108e-08, "M31": 0, "M32": 1.03, "M23": -1.009, "M22": 6.139278e-08, "M21": 0, "M14": 0, "M13": 0, "M12": 0, "M24": 0}, "IsOverlapping": false}, {"Id": "4cb86bef-7e2a-488b-8219-095c528a5612", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "0fac2163-2e40-4d1e-a330-a24d60fd345e", "PX": -13.837, "PY": 6.614, "PZ": -34.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6814926, "QY": 0.1885944, "QZ": -0.1885944, "QW": 0.6814926, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "21e2ad9b-8331-40d0-a580-7afe1c72f0bb", "M11": 0.8834605, "M44": 1, "M43": 6.6144, "M42": 40.595, "M41": 61.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5295258, "M32": 0.8834603, "M23": -1.009, "M22": 5.265835e-08, "M21": 3.15622e-08, "M14": 0, "M13": 0, "M12": -0.5295258, "M24": 0}, "IsOverlapping": false}, {"Id": "1b020b9e-a016-404f-b816-57029de68421", "ObjectCopy": {"Id": "097045ad-d517-4f11-94ae-259782a45d1e", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8b763bf1-755b-4fd4-bcf9-d6cfedf581c9", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "51992e09-7e79-4e17-8b62-3c870279d5ff", "PX": 0.163002, "PY": 6.614, "PZ": -12.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6714178, "QY": 0.2218065, "QZ": -0.2218065, "QW": 0.6714179, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "d44d9367-0430-4a04-b937-8140c002af51", "M11": 0.8273037, "M44": 1, "M43": 6.6144, "M42": 62.595, "M41": 75.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.6135702, "M32": 0.8273036, "M23": -1.009, "M22": 4.931114e-08, "M21": 3.657164e-08, "M14": 0, "M13": 0, "M12": -0.6135703, "M24": 0}, "IsOverlapping": false}, {"Id": "1a04ae8a-c616-4c07-8ec7-1bba50ec8cd4", "ObjectCopy": {"Id": "097045ad-d517-4f11-94ae-259782a45d1e", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8b763bf1-755b-4fd4-bcf9-d6cfedf581c9", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "34e0ab7c-3923-499b-b348-dc5c2c415de7", "PX": 0.163002, "PY": 11.614, "PZ": -12.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6714178, "QY": 0.2218065, "QZ": -0.2218065, "QW": 0.6714179, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "45711273-bae5-44de-971f-b83389bdbe80", "M11": 0.8273037, "M44": 1, "M43": 11.6144, "M42": 62.595, "M41": 75.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.6135702, "M32": 0.8273036, "M23": -1.009, "M22": 4.931114e-08, "M21": 3.657164e-08, "M14": 0, "M13": 0, "M12": -0.6135703, "M24": 0}, "IsOverlapping": false}, {"Id": "545d228f-7d5a-44ab-a389-b88b1fc0bee1", "ObjectCopy": {"Id": "097045ad-d517-4f11-94ae-259782a45d1e", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8b763bf1-755b-4fd4-bcf9-d6cfedf581c9", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "a205f61b-404d-4029-af48-ce7dc1e5fc6b", "PX": 0.163002, "PY": 16.614, "PZ": -12.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6714178, "QY": 0.2218065, "QZ": -0.2218065, "QW": 0.6714179, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "12c10ece-3b10-4065-9c33-16a861756ebf", "M11": 0.8273037, "M44": 1, "M43": 16.6144, "M42": 62.595, "M41": 75.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.6135702, "M32": 0.8273036, "M23": -1.009, "M22": 4.931114e-08, "M21": 3.657164e-08, "M14": 0, "M13": 0, "M12": -0.6135703, "M24": 0}, "IsOverlapping": false}, {"Id": "87f26e20-8fa8-452a-8306-b77907eed9e4", "ObjectCopy": {"Id": "097045ad-d517-4f11-94ae-259782a45d1e", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 5, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8b763bf1-755b-4fd4-bcf9-d6cfedf581c9", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "9b0b996c-b997-40d5-bc1b-df03cf6cc55e", "PX": 0.163002, "PY": 21.614, "PZ": -12.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6714178, "QY": 0.2218065, "QZ": -0.2218065, "QW": 0.6714179, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "30934939-ebb2-4d27-be66-aff92395f2d5", "M11": 0.8273037, "M44": 1, "M43": 21.6144, "M42": 62.595, "M41": 75.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.6135702, "M32": 0.8273036, "M23": -1.009, "M22": 4.931114e-08, "M21": 3.657164e-08, "M14": 0, "M13": 0, "M12": -0.6135703, "M24": 0}, "IsOverlapping": false}, {"Id": "be0edcd1-c29c-4c13-abd2-bbc4286edd33", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "51026708-ee40-4b8a-ace4-0cf0d038905f", "PX": 16.163, "PY": 6.614, "PZ": 3.595001, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6766589, "QY": 0.2052623, "QZ": -0.2052622, "QW": 0.676659, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "5326be65-3a99-425d-831d-154858d35159", "M11": 0.8564137, "M44": 1, "M43": 6.6144, "M42": 78.595, "M41": 91.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5722373, "M32": 0.8564136, "M23": -1.009, "M22": 5.104623e-08, "M21": 3.4108e-08, "M14": 0, "M13": 0, "M12": -0.5722373, "M24": 0}, "IsOverlapping": false}, {"Id": "25bc8f09-05c6-404c-8d86-2dabee026273", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "812870ce-b3f6-446f-a3d8-4166a75357a3", "PX": -8.836998, "PY": 11.614, "PZ": 54.595, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.7071067, "QY": 0, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "d424d827-39c8-4b42-b279-79e66c20d1bb", "M11": 1.03, "M44": 1, "M43": 11.6144, "M42": 129.595, "M41": 66.163, "M34": 0, "M33": 6.014108e-08, "M31": 0, "M32": 1.03, "M23": -1.009, "M22": 6.139278e-08, "M21": 0, "M14": 0, "M13": 0, "M12": 0, "M24": 0}, "IsOverlapping": false}, {"Id": "d9169447-9874-4341-a640-e9e88a4eba3b", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "904d35dd-72a1-4353-b199-6d28d11c4fd7", "PX": -13.837, "PY": 11.614, "PZ": -34.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6814926, "QY": 0.1885944, "QZ": -0.1885944, "QW": 0.6814926, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "05af8e1d-1ee8-46d5-948d-88afd23c4531", "M11": 0.8834605, "M44": 1, "M43": 11.6144, "M42": 40.595, "M41": 61.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5295258, "M32": 0.8834603, "M23": -1.009, "M22": 5.265835e-08, "M21": 3.15622e-08, "M14": 0, "M13": 0, "M12": -0.5295258, "M24": 0}, "IsOverlapping": false}, {"Id": "5be0e90d-ad45-4b86-a4bf-b882c0fb76bc", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "0435bc44-f15f-4b20-912c-6cebd95a4784", "PX": 16.163, "PY": 11.614, "PZ": 3.595001, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6766589, "QY": 0.2052623, "QZ": -0.2052622, "QW": 0.676659, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "d31f02e8-a0cb-4378-977c-231ea5865dc1", "M11": 0.8564137, "M44": 1, "M43": 11.6144, "M42": 78.595, "M41": 91.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5722373, "M32": 0.8564136, "M23": -1.009, "M22": 5.104623e-08, "M21": 3.4108e-08, "M14": 0, "M13": 0, "M12": -0.5722373, "M24": 0}, "IsOverlapping": false}, {"Id": "caee6de3-d4d7-4dc7-9ffa-fe08470515c7", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "0f4fde3c-e764-4f47-9f82-cc974e0df061", "PX": -8.836998, "PY": 16.614, "PZ": 54.595, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.7071067, "QY": 0, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "2988e7d0-e499-44c9-a278-33995f993eac", "M11": 1.03, "M44": 1, "M43": 16.6144, "M42": 129.595, "M41": 66.163, "M34": 0, "M33": 6.014108e-08, "M31": 0, "M32": 1.03, "M23": -1.009, "M22": 6.139278e-08, "M21": 0, "M14": 0, "M13": 0, "M12": 0, "M24": 0}, "IsOverlapping": false}, {"Id": "97fda5cf-25ed-4acf-9a32-1d1c822616f4", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "84634062-58c6-40ee-8d53-54dbd06f920b", "PX": -13.837, "PY": 16.614, "PZ": -34.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6814926, "QY": 0.1885944, "QZ": -0.1885944, "QW": 0.6814926, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "1978deb7-3ba4-4d2b-b185-ff04961636b6", "M11": 0.8834605, "M44": 1, "M43": 16.6144, "M42": 40.595, "M41": 61.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5295258, "M32": 0.8834603, "M23": -1.009, "M22": 5.265835e-08, "M21": 3.15622e-08, "M14": 0, "M13": 0, "M12": -0.5295258, "M24": 0}, "IsOverlapping": false}, {"Id": "1e393f8f-913d-4207-ad3a-652e6674cf97", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "30e7afb2-84b5-475d-868f-46ae0bdc5896", "PX": 16.163, "PY": 16.614, "PZ": 3.595001, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6766589, "QY": 0.2052623, "QZ": -0.2052622, "QW": 0.676659, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "ea718b25-b492-479d-b34a-05b34d2d89c7", "M11": 0.8564137, "M44": 1, "M43": 16.6144, "M42": 78.595, "M41": 91.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5722373, "M32": 0.8564136, "M23": -1.009, "M22": 5.104623e-08, "M21": 3.4108e-08, "M14": 0, "M13": 0, "M12": -0.5722373, "M24": 0}, "IsOverlapping": false}, {"Id": "701f60d2-e937-4bdc-97c1-6684d56d4dd8", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "c38db99b-cca5-4aa2-a519-8bcc06ab8538", "PX": -8.836998, "PY": 21.614, "PZ": 54.595, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.7071067, "QY": 0, "QZ": 0, "QW": 0.7071068, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "19572035-ecb4-4be3-8941-3c0ad375758c", "M11": 1.03, "M44": 1, "M43": 21.6144, "M42": 129.595, "M41": 66.163, "M34": 0, "M33": 6.014108e-08, "M31": 0, "M32": 1.03, "M23": -1.009, "M22": 6.139278e-08, "M21": 0, "M14": 0, "M13": 0, "M12": 0, "M24": 0}, "IsOverlapping": false}, {"Id": "d15964c5-e1f7-4bd3-8cb7-b78068fcb6e9", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "2ec7b0f4-b1c5-484a-8bab-b7d85989f843", "PX": -13.837, "PY": 21.614, "PZ": -34.405, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6814926, "QY": 0.1885944, "QZ": -0.1885944, "QW": 0.6814926, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "dbbbbbb8-1e8d-4c23-b486-20d40fdb3e1f", "M11": 0.8834605, "M44": 1, "M43": 21.6144, "M42": 40.595, "M41": 61.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5295258, "M32": 0.8834603, "M23": -1.009, "M22": 5.265835e-08, "M21": 3.15622e-08, "M14": 0, "M13": 0, "M12": -0.5295258, "M24": 0}, "IsOverlapping": false}, {"Id": "e6f6a810-9f0f-46ab-ba9d-7184c1a77ef0", "ObjectCopy": {"Id": "70d6b4fe-e493-49ec-823b-b2fc2303408e", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 15, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "a035d123-5637-4562-930b-f3e80e481067", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "95e1eeeb-63c3-4e8a-80f6-b25d25eca323", "PX": 16.163, "PY": 21.614, "PZ": 3.595001, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6766589, "QY": 0.2052623, "QZ": -0.2052622, "QW": 0.676659, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "3e8ce1b4-757f-4445-9a57-211d8f57387b", "M11": 0.8564137, "M44": 1, "M43": 21.6144, "M42": 78.595, "M41": 91.163, "M34": 0, "M33": 6.014108e-08, "M31": 0.5722373, "M32": 0.8564136, "M23": -1.009, "M22": 5.104623e-08, "M21": 3.4108e-08, "M14": 0, "M13": 0, "M12": -0.5722373, "M24": 0}, "IsOverlapping": false}]}, "CreatedAt": "2026-06-07T21:16:00.6146068+00:00"}, "ProfilingJob": null, "Id": "ce8cc169-e440-44e0-801b-dd9f9e84082d", "Version": 1, "Type": 1, "Name": "D790 and D638 2026_06_07", "CreatedAt": "2026-06-07T21:16:00.6146068+00:00"}}
4
+ {"source_file": "D790 and D638 and Benchy 2026_06_02.s4a", "print_date": "2026-06-02", "job_name": "D790 and D638 and Benchy", "print_profile_id": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7", "objects": [{"object_file_id": "825d73d1-1974-42a0-860e-d74c7715fa01", "name": "d638_type1_engraved.1.2.STL", "hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "instance_count": 7, "scale": 100}, {"object_file_id": "d328bb16-ad30-43c3-b66d-a640f831b9cc", "name": "d790_flex_specimen.STL", "hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "instance_count": 10, "scale": 100}, {"object_file_id": "952a15c1-1c18-499a-99fb-27471f66c07e", "name": "3DBenchy.stl", "hash": "C240F46CA3F38C6C8D61B6F4247898577231AF18", "instance_count": 2, "scale": 100}], "metadata": {"AutomaticJob": {"Id": "633cb071-58fa-40ee-81ea-c23ec149dd34", "Name": "D790 and D638 and Benchy 2026_06_02", "PrintProfile": {"Id": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7"}, "AvailableDepth": 200, "AggressiveNestingEnabled": false, "DryPrintEnabled": false, "Objects": [{"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, {"Id": "135b1361-2d0f-488d-95ab-afe173b3c314", "Name": "3DBenchy.stl", "NestingPriority": null, "InstanceCount": 2, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}], "ObjectFiles": [{"Id": "825d73d1-1974-42a0-860e-d74c7715fa01", "Name": "d638_type1_engraved.1.2.STL", "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060"}, {"Id": "d328bb16-ad30-43c3-b66d-a640f831b9cc", "Name": "d790_flex_specimen.STL", "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590"}, {"Id": "952a15c1-1c18-499a-99fb-27471f66c07e", "Name": "3DBenchy.stl", "Hash": "C240F46CA3F38C6C8D61B6F4247898577231AF18"}, {"Id": "b51144c3-4551-46b6-8edc-d1affb98bf43", "Name": "Micro_Catapult_v1.1.STL", "Hash": "EEC14907B6A0C1EC279D4885402266E2B47C68C6"}, {"Id": "84940810-261d-462c-9e5a-ab33e551e513", "Name": "cute_cat_ghost.stl", "Hash": "0A4CAD00E2BF52277585D229F29EC086981AAA6C"}], "NestingState": {"DensityPercent": 21.18, "ChamberDepth": 33.3, "ChamberVolume": 738452.125, "SinteredVolume": 156431.566, "AvailableDepth": 200, "PrintProfileJobHash": "AF28E5D3E6DE502902FFD097CF93C6C7", "PrintProfile": {"Id": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7"}, "AggressiveNestingEnabled": false, "Objects": [{"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, {"Id": "135b1361-2d0f-488d-95ab-afe173b3c314", "Name": "3DBenchy.stl", "NestingPriority": null, "InstanceCount": 2, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}], "Instances": [{"Id": "fae090d1-ce7c-4fcc-abf7-105f3812a024", "ObjectCopy": {"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "04b697ad-4030-4152-9067-cf63f96042a7", "PX": -1.984001, "PY": 1.642, "PZ": 11.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6657722, "QY": 0.2382171, "QZ": -0.2382171, "QW": 0.6657723, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "de3af868-b565-4180-be15-2d877d434331", "M11": 0.7962008, "M44": 1, "M43": 1.641515, "M42": 86.993, "M41": 73.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.653425, "M32": 0.7962006, "M23": -1.009, "M22": 4.745726e-08, "M21": 3.894717e-08, "M14": 0, "M13": 0, "M12": -0.6534251, "M24": 0}, "IsOverlapping": false}, {"Id": "f01b89fb-de10-40e5-a993-e8560524fb68", "ObjectCopy": {"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "bdf33adb-fa1b-4156-901b-9c0b9ce280ab", "PX": -0.9840012, "PY": 6.642, "PZ": 11.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6657722, "QY": 0.2382171, "QZ": -0.2382171, "QW": 0.6657723, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "0cff1d38-0d11-44f7-9c7d-c86ee3cce0dd", "M11": 0.7962008, "M44": 1, "M43": 6.641515, "M42": 86.993, "M41": 74.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.653425, "M32": 0.7962006, "M23": -1.009, "M22": 4.745726e-08, "M21": 3.894717e-08, "M14": 0, "M13": 0, "M12": -0.6534251, "M24": 0}, "IsOverlapping": false}, {"Id": "7fa04d87-a6ad-485d-994b-e97422c48f1f", "ObjectCopy": {"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "6f9d2e50-a707-4644-be70-7b598446456a", "PX": 5.015999, "PY": 11.642, "PZ": 9.992996, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6597255, "QY": 0.2544843, "QZ": -0.2544842, "QW": 0.6597255, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "e5467ec9-3a55-4b60-9a15-8fe2e6229c7f", "M11": 0.7631797, "M44": 1, "M43": 11.64151, "M42": 84.993, "M41": 80.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.6917056, "M32": 0.7631796, "M23": -1.009, "M22": 4.548905e-08, "M21": 4.122887e-08, "M14": 0, "M13": 0, "M12": -0.6917057, "M24": 0}, "IsOverlapping": false}, {"Id": "39115572-6dc4-43d5-ba19-0d5828c8e63a", "ObjectCopy": {"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "c93dcbb1-d34a-42e3-89dc-e7cdf954f070", "PX": 6.015999, "PY": 16.642, "PZ": 6.992996, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6532815, "QY": 0.2705981, "QZ": -0.2705981, "QW": 0.6532815, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "0a076093-6739-41fe-aa55-11b9b55b8ea1", "M11": 0.7283199, "M44": 1, "M43": 16.64151, "M42": 81.993, "M41": 81.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.7283199, "M32": 0.7283199, "M23": -1.009, "M22": 4.341125e-08, "M21": 4.341125e-08, "M14": 0, "M13": 0, "M12": -0.7283199, "M24": 0}, "IsOverlapping": false}, {"Id": "9aeafe88-252d-4439-ba0d-b1ff9c6e549a", "ObjectCopy": {"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "6d53c32e-3971-43f7-833d-0de9e9e0ec3d", "PX": 2.015999, "PY": 21.642, "PZ": 12.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6657722, "QY": 0.2382171, "QZ": -0.2382171, "QW": 0.6657723, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "20e4ca15-b125-4a11-b420-47a03b1f3bf6", "M11": 0.7962008, "M44": 1, "M43": 21.64151, "M42": 87.993, "M41": 77.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.653425, "M32": 0.7962006, "M23": -1.009, "M22": 4.745726e-08, "M21": 3.894717e-08, "M14": 0, "M13": 0, "M12": -0.6534251, "M24": 0}, "IsOverlapping": false}, {"Id": "524bf69d-d1a1-4a1c-b9c2-7e076c86351d", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "82c8b8c2-7547-4509-a7e5-90e88a485316", "PX": 5.015999, "PY": 1.642, "PZ": -46.007, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.701789, "QY": 0.08655743, "QZ": -0.08655742, "QW": 0.701789, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "f069e9b2-0b90-470a-8849-cb844f5a5520", "M11": 0.9991322, "M44": 1, "M43": 1.641515, "M42": 28.993, "M41": 80.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.2502696, "M32": 0.9991321, "M23": -1.009, "M22": 5.955292e-08, "M21": 1.491723e-08, "M14": 0, "M13": 0, "M12": -0.2502696, "M24": 0}, "IsOverlapping": false}, {"Id": "8bc957c0-9702-4efa-bc15-95df965f143f", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "b621fef8-ed42-453f-9f0b-86d16e052a79", "PX": 15.016, "PY": 1.642, "PZ": 34.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6814926, "QY": 0.1885944, "QZ": -0.1885944, "QW": 0.6814926, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "902d9209-b35f-4423-929a-d04235db312c", "M11": 0.8834605, "M44": 1, "M43": 1.641515, "M42": 109.993, "M41": 90.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.5295258, "M32": 0.8834603, "M23": -1.009, "M22": 5.265835e-08, "M21": 3.15622e-08, "M14": 0, "M13": 0, "M12": -0.5295258, "M24": 0}, "IsOverlapping": false}, {"Id": "031043f5-52b5-4365-9b14-03ad6872b605", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "ef65580f-02d8-4bef-815d-0ab214b83dfd", "PX": 15.016, "PY": 6.642, "PZ": 31.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6766589, "QY": 0.2052623, "QZ": -0.2052622, "QW": 0.676659, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "dd1e7662-10e0-4041-addb-f57391f013cf", "M11": 0.8564137, "M44": 1, "M43": 6.641515, "M42": 106.993, "M41": 90.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.5722373, "M32": 0.8564136, "M23": -1.009, "M22": 5.104623e-08, "M21": 3.4108e-08, "M14": 0, "M13": 0, "M12": -0.5722373, "M24": 0}, "IsOverlapping": false}, {"Id": "c71c0ba1-10a0-48a0-b7b2-762b9998acfd", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "a5dc9bc3-8221-4a45-b357-0bb31149b1d3", "PX": 18.016, "PY": 11.642, "PZ": 27.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6657722, "QY": 0.2382171, "QZ": -0.2382171, "QW": 0.6657723, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "d7ca3ffc-3369-4065-bcd9-84b66ccb6cc6", "M11": 0.7962008, "M44": 1, "M43": 11.64151, "M42": 102.993, "M41": 93.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.653425, "M32": 0.7962006, "M23": -1.009, "M22": 4.745726e-08, "M21": 3.894717e-08, "M14": 0, "M13": 0, "M12": -0.6534251, "M24": 0}, "IsOverlapping": false}, {"Id": "20092f7b-cb91-4a45-ad6a-07ee34e69de3", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "9eaf3848-46db-485d-83cd-59bd3fbd5c19", "PX": 19.016, "PY": 16.642, "PZ": 24.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6597255, "QY": 0.2544843, "QZ": -0.2544842, "QW": 0.6597255, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "7cf6fa23-0911-489f-9d93-574e8cd21aaf", "M11": 0.7631797, "M44": 1, "M43": 16.64151, "M42": 99.993, "M41": 94.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.6917056, "M32": 0.7631796, "M23": -1.009, "M22": 4.548905e-08, "M21": 4.122887e-08, "M14": 0, "M13": 0, "M12": -0.6917057, "M24": 0}, "IsOverlapping": false}, {"Id": "032ee5d6-cefa-47b5-b245-f9805d6582ed", "ObjectCopy": {"Id": "135b1361-2d0f-488d-95ab-afe173b3c314", "Name": "3DBenchy.stl", "NestingPriority": null, "InstanceCount": 2, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "C240F46CA3F38C6C8D61B6F4247898577231AF18", "TransformState": {"Id": "b5348aa0-4459-47c5-8ab3-cd41901d1b2f", "PX": -49.984, "PY": 15.642, "PZ": -44.007, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.5, "QY": 0.5, "QZ": -0.5, "QW": 0.5, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "ed92c198-5730-4567-be44-91ad33d20b1d", "M11": 0, "M44": 1, "M43": 15.64151, "M42": 30.993, "M41": 25.016, "M34": 0, "M33": 0, "M31": 1.03, "M32": 0, "M23": -1.009, "M22": 0, "M21": 0, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "be447ee5-88a7-4c02-8dd5-db6a9c5b14e4", "ObjectCopy": {"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "e2f76985-25a9-433c-a261-26049f788f53", "PX": -0.9840012, "PY": 26.642, "PZ": 11.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6657722, "QY": 0.2382171, "QZ": -0.2382171, "QW": 0.6657723, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "edae54ad-253c-40e4-99ea-ed4a90559bff", "M11": 0.7962008, "M44": 1, "M43": 26.64151, "M42": 86.993, "M41": 74.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.653425, "M32": 0.7962006, "M23": -1.009, "M22": 4.745726e-08, "M21": 3.894717e-08, "M14": 0, "M13": 0, "M12": -0.6534251, "M24": 0}, "IsOverlapping": false}, {"Id": "35b8d7cb-7e9e-4151-82ea-e486f2e7a297", "ObjectCopy": {"Id": "135b1361-2d0f-488d-95ab-afe173b3c314", "Name": "3DBenchy.stl", "NestingPriority": null, "InstanceCount": 2, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": []}, "Hash": "C240F46CA3F38C6C8D61B6F4247898577231AF18", "TransformState": {"Id": "1e47f8c1-57f9-4587-8b18-ff5f03afe5d0", "PX": -49.984, "PY": 15.642, "PZ": 15.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.5, "QY": 0.5, "QZ": -0.5, "QW": 0.5, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "ca97c2c4-2070-4389-8096-722005e1ddc6", "M11": 0, "M44": 1, "M43": 15.64151, "M42": 90.993, "M41": 25.016, "M34": 0, "M33": 0, "M31": 1.03, "M32": 0, "M23": -1.009, "M22": 0, "M21": 0, "M14": 0, "M13": 0, "M12": -1.03, "M24": 0}, "IsOverlapping": false}, {"Id": "849e5613-ae9f-49c4-a525-50f155506084", "ObjectCopy": {"Id": "48ccd9d7-8592-4476-9bb6-05e177f072c9", "Name": "d638_type1_engraved.1.2.STL", "NestingPriority": null, "InstanceCount": 7, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "8dd5acaa-0bd7-4b0a-bbe6-c544cc7086ef", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "DF1094145C185460BC10B5CA1BA89B9DBFE00060", "TransformState": {"Id": "182f78a5-266f-4afc-b88b-d8779cd5cdb9", "PX": 0.01599884, "PY": 31.642, "PZ": 0.9929962, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6714178, "QY": 0.2218065, "QZ": -0.2218065, "QW": 0.6714179, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "02cda446-845a-469a-9c7a-8d5741aa34a1", "M11": 0.8273037, "M44": 1, "M43": 31.64151, "M42": 75.993, "M41": 75.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.6135702, "M32": 0.8273036, "M23": -1.009, "M22": 4.931114e-08, "M21": 3.657164e-08, "M14": 0, "M13": 0, "M12": -0.6135703, "M24": 0}, "IsOverlapping": false}, {"Id": "0fd8d1f7-19f3-4385-8421-2a43d1187614", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "96aad107-c337-45aa-91f3-c60aa5769eec", "PX": 16.016, "PY": 21.642, "PZ": 29.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6714178, "QY": 0.2218065, "QZ": -0.2218065, "QW": 0.6714179, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "ea665b2d-8988-4529-8537-e8334d089466", "M11": 0.8273037, "M44": 1, "M43": 21.64151, "M42": 104.993, "M41": 91.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.6135702, "M32": 0.8273036, "M23": -1.009, "M22": 4.931114e-08, "M21": 3.657164e-08, "M14": 0, "M13": 0, "M12": -0.6135703, "M24": 0}, "IsOverlapping": false}, {"Id": "20f5d9fe-190c-4c4f-87f1-16a860c29199", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "fb762f62-57ef-4c1b-bded-9da6563001a0", "PX": 15.016, "PY": 26.642, "PZ": 31.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6766589, "QY": 0.2052623, "QZ": -0.2052622, "QW": 0.676659, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "6fa27e97-5a6f-41eb-8861-eb2698166d6b", "M11": 0.8564137, "M44": 1, "M43": 26.64151, "M42": 106.993, "M41": 90.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.5722373, "M32": 0.8564136, "M23": -1.009, "M22": 5.104623e-08, "M21": 3.4108e-08, "M14": 0, "M13": 0, "M12": -0.5722373, "M24": 0}, "IsOverlapping": false}, {"Id": "4558ff97-9ce7-47bc-9dab-83e3c7fada11", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "92bf0ca7-2c54-43f8-97a2-5fcf7bb338d5", "PX": 2.015999, "PY": 28.642, "PZ": -43.007, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6935199, "QY": 0.1379497, "QZ": -0.1379497, "QW": 0.6935199, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "7035424d-67c9-4b2a-a2b4-5b2dd46a0a77", "M11": 0.9515958, "M44": 1, "M43": 28.64151, "M42": 31.993, "M41": 77.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.3941639, "M32": 0.9515958, "M23": -1.009, "M22": 5.671953e-08, "M21": 2.3494e-08, "M14": 0, "M13": 0, "M12": -0.3941639, "M24": 0}, "IsOverlapping": false}, {"Id": "f33ce62d-2c86-439a-830f-6c00841d0820", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "56227b46-b288-4080-9e28-e59ebefb84e4", "PX": 4.015999, "PY": 31.642, "PZ": 61.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.706255, "QY": 0.03469609, "QZ": -0.03469608, "QW": 0.7062551, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "77d7248b-299e-410a-8f3b-10270b38fcca", "M11": 1.02504, "M44": 1, "M43": 31.64151, "M42": 136.993, "M41": 79.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.1009576, "M32": 1.02504, "M23": -1.009, "M22": 6.109716e-08, "M21": 6.017545e-09, "M14": 0, "M13": 0, "M12": -0.1009577, "M24": 0}, "IsOverlapping": false}, {"Id": "8a855583-6e97-475d-851f-e3198f0a663f", "ObjectCopy": {"Id": "0de1255c-ad40-4e18-8115-3f3e1c2993b9", "Name": "d790_flex_specimen.STL", "NestingPriority": null, "InstanceCount": 10, "Scale": 100, "Units": 1, "Inset": 0, "Margin": 0, "IsThinObject": false, "RelativeEnergyDensityPercent": 100, "Constraints": [{"Id": "c29ef7ee-973b-4a68-8d03-bb55d6fa7c44", "BaseYaw": 0, "BasePitch": 90, "BaseRoll": 0, "Freedom": 0, "AllowAnyYaw": true, "AllowAnyYawMode": 2}]}, "Hash": "262AF2F145769D8D5001A2E1FC5104454AEB1590", "TransformState": {"Id": "505d934b-5f73-46ed-a77b-a4fe07bacb43", "PX": 17.016, "PY": 31.642, "PZ": 11.993, "RX": 0, "RY": 0, "RZ": 0, "QX": 0.6714178, "QY": 0.2218065, "QZ": -0.2218065, "QW": 0.6714179, "SX": 1, "SY": 1, "SZ": 1}, "MeshPrintTransform": {"Id": "00bdb2bc-064e-4f34-8633-475bde826286", "M11": 0.8273037, "M44": 1, "M43": 31.64151, "M42": 86.993, "M41": 92.016, "M34": 0, "M33": 6.014108e-08, "M31": 0.6135702, "M32": 0.8273036, "M23": -1.009, "M22": 4.931114e-08, "M21": 3.657164e-08, "M14": 0, "M13": 0, "M12": -0.6135703, "M24": 0}, "IsOverlapping": false}]}, "CreatedAt": "2026-06-02T20:08:55.6179564+00:00"}, "ProfilingJob": null, "Id": "633cb071-58fa-40ee-81ea-c23ec149dd34", "Version": 1, "Type": 1, "Name": "D790 and D638 and Benchy 2026_06_02", "CreatedAt": "2026-06-02T20:08:55.6179564+00:00"}}
main.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ def main():
2
+ print("Hello from inova-mk1-database!")
3
+
4
+
5
+ if __name__ == "__main__":
6
+ main()
pyproject.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "inova-mk1-database"
3
+ version = "0.1.0"
4
+ description = "Canonical graph dataset of Inova Mk1 SLS printer entities: jobs, sessions, profiles, objects."
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ dependencies = []
scripts/jobs/01_extract.py ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """Extract `.metadata.json` from each `.s4a` job archive into `data/jobs.jsonl`."""
3
+ import json
4
+ import logging
5
+ import re
6
+ import zipfile
7
+ from pathlib import Path
8
+
9
+ ROOT = Path(__file__).parent.parent.parent
10
+ SOURCE_DIR = ROOT / "source" / "Jobs"
11
+ OUTPUT_FILE = ROOT / "data" / "jobs.jsonl"
12
+ METADATA_NAME = ".metadata.json"
13
+ DATE_RE = re.compile(r"\s+(\d{4})_(\d{2})_(\d{2})$")
14
+
15
+ logging.basicConfig(level=logging.INFO, format="%(message)s")
16
+ log = logging.getLogger(__name__)
17
+
18
+
19
+ def parse_filename(stem: str) -> tuple[str, str | None]:
20
+ """Split a job filename stem into (job_name, print_date|None)."""
21
+ m = DATE_RE.search(stem)
22
+ if not m:
23
+ return stem, None
24
+ job_name = stem[: m.start()]
25
+ print_date = f"{m.group(1)}-{m.group(2)}-{m.group(3)}"
26
+ return job_name, print_date
27
+
28
+
29
+ def build_row(s4a_path: Path) -> dict | None:
30
+ with zipfile.ZipFile(s4a_path) as zf:
31
+ if METADATA_NAME not in zf.namelist():
32
+ log.warning(f"{s4a_path.name}: no {METADATA_NAME}, skipping")
33
+ return None
34
+ metadata = json.loads(zf.read(METADATA_NAME))
35
+
36
+ job_name, print_date = parse_filename(s4a_path.stem)
37
+ aj = metadata.get("AutomaticJob", {})
38
+ print_profile_id = aj.get("PrintProfile", {}).get("Id")
39
+
40
+ files_by_name = {f["Name"]: f for f in aj.get("ObjectFiles", [])}
41
+ objects = []
42
+ for obj in aj.get("Objects", []):
43
+ f = files_by_name.get(obj["Name"], {})
44
+ objects.append({
45
+ "object_file_id": f.get("Id"),
46
+ "name": obj["Name"],
47
+ "hash": f.get("Hash"),
48
+ "instance_count": obj.get("InstanceCount"),
49
+ "scale": obj.get("Scale"),
50
+ })
51
+
52
+ return {
53
+ "source_file": s4a_path.name,
54
+ "print_date": print_date,
55
+ "job_name": job_name,
56
+ "print_profile_id": print_profile_id,
57
+ "objects": objects,
58
+ "metadata": metadata,
59
+ }
60
+
61
+
62
+ def main():
63
+ if not SOURCE_DIR.exists():
64
+ log.error(f"Source directory {SOURCE_DIR} not found.")
65
+ return
66
+
67
+ OUTPUT_FILE.parent.mkdir(parents=True, exist_ok=True)
68
+
69
+ count = 0
70
+ with OUTPUT_FILE.open("w", encoding="utf-8") as out:
71
+ for s4a_path in sorted(SOURCE_DIR.glob("*.s4a")):
72
+ try:
73
+ row = build_row(s4a_path)
74
+ if row is None:
75
+ continue
76
+ out.write(json.dumps(row, ensure_ascii=False) + "\n")
77
+ count += 1
78
+ except Exception as e:
79
+ log.error(f"Error processing {s4a_path.name}: {e}")
80
+
81
+ log.info(f"Wrote {count} job records to {OUTPUT_FILE}")
82
+
83
+
84
+ if __name__ == "__main__":
85
+ main()
source/Jobs/D256 and D638 2026_05_25.s4a ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1716c45da0edf3af64176968d80c908092a3a2bb94cc30a87c89cace9ef0ad9
3
+ size 3844
source/Jobs/D256 and D638 2026_05_30.s4a ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0aad9672909acea7d304af810452c98e1cccbf866ed48eb4651984f3617695
3
+ size 4492252
source/Jobs/D790 and D638 2026_06_07.s4a ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbf3390e80013ab731748ec85ec8355cc624dd46963c4aa0da0aab9c2fd31886
3
+ size 592161
source/Jobs/D790 and D638 and Benchy 2026_06_02.s4a ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4d1fe0bea816d18cc38e94db3a182f84743429d9e4cf509e5013a8e7ea9acf8
3
+ size 15499040
source/Objects/3DBenchy.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab57f1c3f8e86bc3cbd302c6fa6270acf06277c6335454e922419c25d42e97e
3
+ size 11285384
source/Objects/ASTM/d256_impact_specimen.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54cc54c835c74c857748f0c1c1114b27a7cd3ad94fa6ac15e95a630924439413
3
+ size 684
source/Objects/ASTM/d638_type1.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f24f9110ad39bcfe9e140d06452722472715fcd83cd3b518937cd9eb61ad6b4
3
+ size 4684
source/Objects/ASTM/d638_type1_engraved.1.2.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09aa2ce804e3658aa44ed5356e366a547081c9046f50ddeae084bbce17544656
3
+ size 24684
source/Objects/ASTM/d790_flex_specimen.STL ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de0470c55f07a4c03cf7933e25b41b0e88f7b3165b52fde4d2bfa379a62ab20
3
+ size 684
source/PrintProfiles/2026_05_30 20mJ_mm Formlabs PA12 GF.feafe2b0-9a24-4a4a-8991-8cfd330d53d7.json ADDED
The diff for this file is too large to render. See raw diff
 
source/PrintProfiles/2026_06_06 20mJ_mm Formlabs PA12 GF.eab6ad99-107d-4684-a49c-5f586e9efcaa.json ADDED
The diff for this file is too large to render. See raw diff
 
source/PrintProfiles/2026_06_07 20mJ_mm Formlabs PA12 GF.40abd1a6-8655-4d2c-a743-70c561179c15.json ADDED
The diff for this file is too large to render. See raw diff
 
source/PrintProfiles/Formlabs PA12 GF (1 Second Heat Time).52715389-d580-4be9-9194-ed300bdf911b.json ADDED
The diff for this file is too large to render. See raw diff
 
source/PrintProfiles/Formlabs PA12 GF (100% Recycled).25682cd2-e92d-45c9-8121-f5640a59b389.json ADDED
The diff for this file is too large to render. See raw diff
 
source/PrintSessions/2026-05-24_18-54-50-182.73cae698-7f99-41b2-92f6-59e15907d894.D256 and D638.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "73cae698-7f99-41b2-92f6-59e15907d894",
3
+ "Result": 2,
4
+ "StartTime": "2026-05-24T18:54:50.1823766+00:00",
5
+ "CompleteTime": "2026-05-24T22:01:37.0994318+00:00",
6
+ "Duration": "03:06:46.9170552",
7
+ "CoolingDuration": "00:00:00",
8
+ "HeatingDuration": "02:43:10.1130847",
9
+ "ObjectsDuration": "00:00:00",
10
+ "CompletedPreview": true,
11
+ "SinteredVolume": 111025.110343166,
12
+ "SinteredVolumeMax": 155186.141937917,
13
+ "LayerThickness": 100,
14
+ "BedPreparationThickness": 13000,
15
+ "PrintCapThickness": 1500,
16
+ "JobChamberDepth": 19.1,
17
+ "ProfileSinteredVolumeFactor": 1.9,
18
+ "TotalPowderVolume": 1465092.78764134,
19
+ "TotalPowderDepth": 37.495336736483,
20
+ "FinalPrintDepth": 6.4,
21
+ "BedPreparationTemperatureTarget": 178,
22
+ "BeginLayerTemperatureTarget": 178,
23
+ "PrintCapTemperatureTarget": 178,
24
+ "PrintChamberArea": 31109,
25
+ "PowderChamberArea": 39074,
26
+ "HasEjected": false,
27
+ "LaserDuration": "00:00:00",
28
+ "HalogenDuration": "03:05:16.8318128",
29
+ "RDistance": 363.280000000001,
30
+ "Z1Distance": 0.537604938322161,
31
+ "Z2Distance": 1.0704,
32
+ "JobName": "D256 and D638",
33
+ "JobId": "ba17a5ba-a5f6-4d60-8832-b6c13a2dfa67",
34
+ "ProfileName": "Formlabs PA12 GF (100% Recycled)",
35
+ "ProfileId": "25682cd2-e92d-45c9-8121-f5640a59b389",
36
+ "ExceptionString": null,
37
+ "PrintSetup": {
38
+ "Id": "72a319cc-c01a-4da1-8124-a56f75d6cb00",
39
+ "PrintProfileName": "Formlabs PA12 GF (100% Recycled)",
40
+ "PrintProfileId": "25682cd2-e92d-45c9-8121-f5640a59b389",
41
+ "LaserOffSpeedA": null,
42
+ "SoftHeaterFilename": "/surface/analysis_2025-10-21_00-57-47.s4a-sha",
43
+ "ConfigurationName": "Material-Custom1",
44
+ "LayerStart": 0,
45
+ "LayerCount": null,
46
+ "IsBeginEndLayerEnabled": true,
47
+ "PrintableWidth": 150,
48
+ "PrintableHeight": 150,
49
+ "PrintableDepth": 200,
50
+ "LaserOnPercent": 100,
51
+ "HotspotOverlapPercent": 25,
52
+ "OutlineCount": 2,
53
+ "FillOutlineSkipCount": 1,
54
+ "IsFillEnabled": true,
55
+ "XProjectionPercent": 100,
56
+ "YProjectionPercent": 100,
57
+ "LayerThickness": 100,
58
+ "BeginLayerTemperatureTarget": 180,
59
+ "BeginLayerTemperatureTargetCollapsed": 180,
60
+ "LayerExtendDelay": "00:00:00",
61
+ "BeginLayerTemperatureDelay": "00:00:03",
62
+ "BedPreparationTemperatureTarget": 178,
63
+ "BedPreparationTemperatureIncrease": true,
64
+ "BedPreparationTemperatureIncreaseFromPercent": 10,
65
+ "BedPreparationTemperatureIncreaseToPercent": 60,
66
+ "BedPreparationTemperatureTargetCollapsed": 178,
67
+ "BedPreparationTemperatureDelay": "00:00:03",
68
+ "PrintCapTemperatureTarget": 178,
69
+ "PrintCapTemperatureDelay": "00:00:03",
70
+ "BedPreparationThickness": 13000,
71
+ "BedPreparationFirstExtraThickLayerCount": 5,
72
+ "BedPreparationFirstExtraThicknessMultiplier": 2,
73
+ "PrintCapThickness": 1500,
74
+ "TotalEnergyDensityPercent": 100,
75
+ "LaserFirstOutlineEnergyDensity": 0,
76
+ "LaserOtherOutlineEnergyDensity": 0,
77
+ "LaserOutlineEnergyDensities": [
78
+ 24,
79
+ 16
80
+ ],
81
+ "LaserFillEnergyDensity": 14,
82
+ "TotalIncreasedEnergyDensityPercent": 0,
83
+ "LaserWattage": 10000,
84
+ "SinteredVolumeFactor": 1.9,
85
+ "HeatingLayerStartTemperature": 40,
86
+ "HeatingLayerPeriod": "00:00:30",
87
+ "HeatingLayerEndTemperature": 0,
88
+ "FillPhase": 0,
89
+ "IsAutoCoolingEnabled": true,
90
+ "IsAutoHeatingEnabled": true,
91
+ "CoolingThreshold1": 165,
92
+ "CoolingThreshold2": 100,
93
+ "CoolingRate1": 0.7,
94
+ "CoolingRate2": 0.7,
95
+ "CoolingMinimumTime": "02:00:00",
96
+ "CoolingTimePercent": 35,
97
+ "CoolingTarget": 60,
98
+ "CoolingHeatHold": false,
99
+ "SurfaceTarget": 172,
100
+ "SurfaceTarget2": 176,
101
+ "SurfaceTarget2Collapsed": 176,
102
+ "SurfaceTarget2Time": "00:45:00",
103
+ "HeatingThreshold": 20,
104
+ "HeatingRate": 8,
105
+ "SurfaceHeatingRate": 8,
106
+ "HeatingTargetPowder": 145,
107
+ "HeatingTargetPrint": 176,
108
+ "HeatingTargetPrintBed": 176,
109
+ "HeatingTargetAnalyse": 176,
110
+ "HeatingTargetPrintBed2": 0,
111
+ "HeatingTargetPrintBed2Thickness1": 0,
112
+ "HeatingTargetPrintBed2Thickness2": 0,
113
+ "HeatingMinimumTime": "01:10:00",
114
+ "OutlinePowerPrecision": 3,
115
+ "OutlinePowerIncrease": 3,
116
+ "IsThinObject": false,
117
+ "DryPrintEnabled": false,
118
+ "LaserOutlineSpeedXY": 0,
119
+ "LaserFillSpeedXY": 0,
120
+ "DisableLayerAdditiveMovement": false,
121
+ "NoGradualHeating": false,
122
+ "NeedsLaser": true,
123
+ "PowderTuningDepth": 0,
124
+ "PowderTuningGridDim": 0,
125
+ "PowderTuningGridMargin": 0,
126
+ "AutoTuningEnabled": false,
127
+ "AutoTuningExpectedDetectionTemperature": 182,
128
+ "AutoTuningMaxTemperature": 200,
129
+ "AutoTuningThresholdPercent": 2,
130
+ "AutoTuningTemperatureOffset": 9.5,
131
+ "AutoTuningLayerThicknessMultiplier": 2,
132
+ "AutoTuningTemperatureStep": 1,
133
+ "RecoaterPowderSpeedPercent": 100,
134
+ "RecoaterPrintSpeedPercent": 100,
135
+ "RecoaterShakePercent": 0,
136
+ "RecoaterPasses": 1,
137
+ "RecoaterMaxDistance": 0,
138
+ "CustomSinteredVolumePercent": 0,
139
+ "PowderVolumePercent": 110,
140
+ "ZMove": 700,
141
+ "HotspotXScalePercent": 100,
142
+ "HotspotYScalePercent": 100,
143
+ "HotspotScale": {},
144
+ "HalogenMaxPercent": 100
145
+ },
146
+ "ApplicationInfo": {
147
+ "Identity": {
148
+ "Architecture": "arm64",
149
+ "Platform": "linux",
150
+ "VersionString": "1.206.139.2317",
151
+ "Channel": "stable"
152
+ },
153
+ "ArchiveFormat": "zip",
154
+ "ArchiveUri": "https://compact.sls4all.com/ApplicationUpdate/download/sls4all.compact.1.206.139.2317.linux-arm64.zip?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429",
155
+ "PublishedAt": "2026-05-15T15:38:23.1283469+00:00",
156
+ "ArchiveSize": 130434907,
157
+ "ReleaseNotesUrl": "https://compact.sls4all.com/ApplicationUpdate/releasenotes/sls4all.compact.1.206.139.2317.linux-arm64?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429"
158
+ }
159
+ }
source/PrintSessions/2026-05-25_17-53-36-635.3c4470cb-8dd2-4c0f-aee7-0bef062386d8.D256 and D638.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "3c4470cb-8dd2-4c0f-aee7-0bef062386d8",
3
+ "Result": 2,
4
+ "StartTime": "2026-05-25T17:53:36.6356837+00:00",
5
+ "CompleteTime": "2026-05-25T18:12:19.2412749+00:00",
6
+ "Duration": "00:18:42.6055912",
7
+ "CoolingDuration": "00:00:00",
8
+ "HeatingDuration": "00:18:40.5761120",
9
+ "ObjectsDuration": "00:00:00",
10
+ "CompletedPreview": true,
11
+ "SinteredVolume": 145844.958997271,
12
+ "SinteredVolumeMax": 193814.239575275,
13
+ "LayerThickness": 100,
14
+ "BedPreparationThickness": 13000,
15
+ "PrintCapThickness": 1500,
16
+ "JobChamberDepth": 19.1,
17
+ "ProfileSinteredVolumeFactor": 1.9,
18
+ "TotalPowderVolume": 1485220.05956817,
19
+ "TotalPowderDepth": 38.0104432504522,
20
+ "FinalPrintDepth": 0,
21
+ "BedPreparationTemperatureTarget": 178,
22
+ "BeginLayerTemperatureTarget": 180,
23
+ "PrintCapTemperatureTarget": 178,
24
+ "PrintChamberArea": 31109,
25
+ "PowderChamberArea": 39074,
26
+ "HasEjected": false,
27
+ "LaserDuration": "00:00:00",
28
+ "HalogenDuration": "00:18:41.6060309",
29
+ "RDistance": 35.3720000000012,
30
+ "Z1Distance": 0.0518000000000001,
31
+ "Z2Distance": 0.1036,
32
+ "JobName": "D256 and D638",
33
+ "JobId": "ba17a5ba-a5f6-4d60-8832-b6c13a2dfa67",
34
+ "ProfileName": "Formlabs PA12 GF (100% Recycled)",
35
+ "ProfileId": "25682cd2-e92d-45c9-8121-f5640a59b389",
36
+ "ExceptionString": null,
37
+ "PrintSetup": {
38
+ "Id": "38808e2a-fa0b-4368-ad70-2d60c1d58126",
39
+ "PrintProfileName": "Formlabs PA12 GF (100% Recycled)",
40
+ "PrintProfileId": "25682cd2-e92d-45c9-8121-f5640a59b389",
41
+ "LaserOffSpeedA": null,
42
+ "SoftHeaterFilename": "/surface/analysis_2025-10-21_00-57-47.s4a-sha",
43
+ "ConfigurationName": "Material-Custom1",
44
+ "LayerStart": 0,
45
+ "LayerCount": null,
46
+ "IsBeginEndLayerEnabled": true,
47
+ "PrintableWidth": 150,
48
+ "PrintableHeight": 150,
49
+ "PrintableDepth": 200,
50
+ "LaserOnPercent": 100,
51
+ "HotspotOverlapPercent": 25,
52
+ "OutlineCount": 2,
53
+ "FillOutlineSkipCount": 1,
54
+ "IsFillEnabled": true,
55
+ "XProjectionPercent": 100,
56
+ "YProjectionPercent": 100,
57
+ "LayerThickness": 100,
58
+ "BeginLayerTemperatureTarget": 180,
59
+ "BeginLayerTemperatureTargetCollapsed": 180,
60
+ "LayerExtendDelay": "00:00:00",
61
+ "BeginLayerTemperatureDelay": "00:00:03",
62
+ "BedPreparationTemperatureTarget": 178,
63
+ "BedPreparationTemperatureIncrease": true,
64
+ "BedPreparationTemperatureIncreaseFromPercent": 10,
65
+ "BedPreparationTemperatureIncreaseToPercent": 60,
66
+ "BedPreparationTemperatureTargetCollapsed": 178,
67
+ "BedPreparationTemperatureDelay": "00:00:03",
68
+ "PrintCapTemperatureTarget": 178,
69
+ "PrintCapTemperatureDelay": "00:00:03",
70
+ "BedPreparationThickness": 13000,
71
+ "BedPreparationFirstExtraThickLayerCount": 5,
72
+ "BedPreparationFirstExtraThicknessMultiplier": 2,
73
+ "PrintCapThickness": 1500,
74
+ "TotalEnergyDensityPercent": 100,
75
+ "LaserFirstOutlineEnergyDensity": 0,
76
+ "LaserOtherOutlineEnergyDensity": 0,
77
+ "LaserOutlineEnergyDensities": [
78
+ 24,
79
+ 16
80
+ ],
81
+ "LaserFillEnergyDensity": 14,
82
+ "TotalIncreasedEnergyDensityPercent": 0,
83
+ "LaserWattage": 10000,
84
+ "SinteredVolumeFactor": 1.9,
85
+ "HeatingLayerStartTemperature": 40,
86
+ "HeatingLayerPeriod": "00:00:30",
87
+ "HeatingLayerEndTemperature": 0,
88
+ "FillPhase": 0,
89
+ "IsAutoCoolingEnabled": true,
90
+ "IsAutoHeatingEnabled": true,
91
+ "CoolingThreshold1": 165,
92
+ "CoolingThreshold2": 100,
93
+ "CoolingRate1": 0.7,
94
+ "CoolingRate2": 0.7,
95
+ "CoolingMinimumTime": "02:00:00",
96
+ "CoolingTimePercent": 35,
97
+ "CoolingTarget": 60,
98
+ "CoolingHeatHold": false,
99
+ "SurfaceTarget": 172,
100
+ "SurfaceTarget2": 176,
101
+ "SurfaceTarget2Collapsed": 176,
102
+ "SurfaceTarget2Time": "00:45:00",
103
+ "HeatingThreshold": 20,
104
+ "HeatingRate": 8,
105
+ "SurfaceHeatingRate": 8,
106
+ "HeatingTargetPowder": 145,
107
+ "HeatingTargetPrint": 176,
108
+ "HeatingTargetPrintBed": 176,
109
+ "HeatingTargetAnalyse": 176,
110
+ "HeatingTargetPrintBed2": 0,
111
+ "HeatingTargetPrintBed2Thickness1": 0,
112
+ "HeatingTargetPrintBed2Thickness2": 0,
113
+ "HeatingMinimumTime": "01:10:00",
114
+ "OutlinePowerPrecision": 3,
115
+ "OutlinePowerIncrease": 3,
116
+ "IsThinObject": false,
117
+ "DryPrintEnabled": false,
118
+ "LaserOutlineSpeedXY": 0,
119
+ "LaserFillSpeedXY": 0,
120
+ "DisableLayerAdditiveMovement": false,
121
+ "NoGradualHeating": false,
122
+ "NeedsLaser": true,
123
+ "PowderTuningDepth": 0,
124
+ "PowderTuningGridDim": 0,
125
+ "PowderTuningGridMargin": 0,
126
+ "AutoTuningEnabled": false,
127
+ "AutoTuningExpectedDetectionTemperature": 182,
128
+ "AutoTuningMaxTemperature": 200,
129
+ "AutoTuningThresholdPercent": 2,
130
+ "AutoTuningTemperatureOffset": 9.5,
131
+ "AutoTuningLayerThicknessMultiplier": 2,
132
+ "AutoTuningTemperatureStep": 1,
133
+ "RecoaterPowderSpeedPercent": 100,
134
+ "RecoaterPrintSpeedPercent": 100,
135
+ "RecoaterShakePercent": 0,
136
+ "RecoaterPasses": 1,
137
+ "RecoaterMaxDistance": 0,
138
+ "CustomSinteredVolumePercent": 0,
139
+ "PowderVolumePercent": 110,
140
+ "ZMove": 700,
141
+ "HotspotXScalePercent": 100,
142
+ "HotspotYScalePercent": 100,
143
+ "HotspotScale": {},
144
+ "HalogenMaxPercent": 100
145
+ },
146
+ "ApplicationInfo": {
147
+ "Identity": {
148
+ "Architecture": "arm64",
149
+ "Platform": "linux",
150
+ "VersionString": "1.206.139.2317",
151
+ "Channel": "stable"
152
+ },
153
+ "ArchiveFormat": "zip",
154
+ "ArchiveUri": "https://compact.sls4all.com/ApplicationUpdate/download/sls4all.compact.1.206.139.2317.linux-arm64.zip?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429",
155
+ "PublishedAt": "2026-05-15T15:38:23.1283469+00:00",
156
+ "ArchiveSize": 130434907,
157
+ "ReleaseNotesUrl": "https://compact.sls4all.com/ApplicationUpdate/releasenotes/sls4all.compact.1.206.139.2317.linux-arm64?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429"
158
+ }
159
+ }
source/PrintSessions/2026-05-25_21-12-20-373.baa35078-4aeb-4946-b6ee-330084dbefd5.D256 and D638.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "baa35078-4aeb-4946-b6ee-330084dbefd5",
3
+ "Result": 2,
4
+ "StartTime": "2026-05-25T21:12:20.3730917+00:00",
5
+ "CompleteTime": "2026-05-26T01:22:13.3599056+00:00",
6
+ "Duration": "04:09:52.9868139",
7
+ "CoolingDuration": "00:55:09.5649670",
8
+ "HeatingDuration": "00:14:36.4756124",
9
+ "ObjectsDuration": "02:09:43.6481174",
10
+ "CompletedPreview": true,
11
+ "SinteredVolume": 145844.958997271,
12
+ "SinteredVolumeMax": 193814.239575275,
13
+ "LayerThickness": 100,
14
+ "BedPreparationThickness": 13000,
15
+ "PrintCapThickness": 1500,
16
+ "JobChamberDepth": 19.1,
17
+ "ProfileSinteredVolumeFactor": 1.9,
18
+ "TotalPowderVolume": 1485220.05956817,
19
+ "TotalPowderDepth": 38.0104432504522,
20
+ "FinalPrintDepth": 33.6,
21
+ "BedPreparationTemperatureTarget": 174,
22
+ "BeginLayerTemperatureTarget": 176,
23
+ "PrintCapTemperatureTarget": 174,
24
+ "PrintChamberArea": 31109,
25
+ "PowderChamberArea": 39074,
26
+ "HasEjected": true,
27
+ "LaserDuration": "01:20:51.7941778",
28
+ "HalogenDuration": "03:54:48.7172707",
29
+ "RDistance": 344.16,
30
+ "Z1Distance": 0.536007573844511,
31
+ "Z2Distance": 1.0416,
32
+ "JobName": "D256 and D638",
33
+ "JobId": "ba17a5ba-a5f6-4d60-8832-b6c13a2dfa67",
34
+ "ProfileName": "Formlabs PA12 GF (1 Second Heat Time)",
35
+ "ProfileId": "52715389-d580-4be9-9194-ed300bdf911b",
36
+ "ExceptionString": null,
37
+ "PrintSetup": {
38
+ "Id": "d0a77eac-4609-4160-9c9b-3c83a42e75ba",
39
+ "PrintProfileName": "Formlabs PA12 GF (1 Second Heat Time)",
40
+ "PrintProfileId": "52715389-d580-4be9-9194-ed300bdf911b",
41
+ "LaserOffSpeedA": null,
42
+ "SoftHeaterFilename": "/surface/analysis_2025-10-21_00-57-47.s4a-sha",
43
+ "ConfigurationName": "Material-Custom1",
44
+ "LayerStart": 0,
45
+ "LayerCount": null,
46
+ "IsBeginEndLayerEnabled": true,
47
+ "PrintableWidth": 150,
48
+ "PrintableHeight": 150,
49
+ "PrintableDepth": 200,
50
+ "LaserOnPercent": 100,
51
+ "HotspotOverlapPercent": 25,
52
+ "OutlineCount": 2,
53
+ "FillOutlineSkipCount": 1,
54
+ "IsFillEnabled": true,
55
+ "XProjectionPercent": 100,
56
+ "YProjectionPercent": 100,
57
+ "LayerThickness": 100,
58
+ "BeginLayerTemperatureTarget": 176,
59
+ "BeginLayerTemperatureTargetCollapsed": 176,
60
+ "LayerExtendDelay": "00:00:00",
61
+ "BeginLayerTemperatureDelay": "00:00:03",
62
+ "BedPreparationTemperatureTarget": 174,
63
+ "BedPreparationTemperatureIncrease": true,
64
+ "BedPreparationTemperatureIncreaseFromPercent": 10,
65
+ "BedPreparationTemperatureIncreaseToPercent": 60,
66
+ "BedPreparationTemperatureTargetCollapsed": 174,
67
+ "BedPreparationTemperatureDelay": "00:00:03",
68
+ "PrintCapTemperatureTarget": 174,
69
+ "PrintCapTemperatureDelay": "00:00:03",
70
+ "BedPreparationThickness": 13000,
71
+ "BedPreparationFirstExtraThickLayerCount": 5,
72
+ "BedPreparationFirstExtraThicknessMultiplier": 2,
73
+ "PrintCapThickness": 1500,
74
+ "TotalEnergyDensityPercent": 100,
75
+ "LaserFirstOutlineEnergyDensity": 0,
76
+ "LaserOtherOutlineEnergyDensity": 0,
77
+ "LaserOutlineEnergyDensities": [
78
+ 24,
79
+ 16
80
+ ],
81
+ "LaserFillEnergyDensity": 14,
82
+ "TotalIncreasedEnergyDensityPercent": 0,
83
+ "LaserWattage": 10000,
84
+ "SinteredVolumeFactor": 1.9,
85
+ "HeatingLayerStartTemperature": 40,
86
+ "HeatingLayerPeriod": "00:00:30",
87
+ "HeatingLayerEndTemperature": 0,
88
+ "FillPhase": 0,
89
+ "IsAutoCoolingEnabled": true,
90
+ "IsAutoHeatingEnabled": true,
91
+ "CoolingThreshold1": 165,
92
+ "CoolingThreshold2": 100,
93
+ "CoolingRate1": 0.7,
94
+ "CoolingRate2": 0.7,
95
+ "CoolingMinimumTime": "02:00:00",
96
+ "CoolingTimePercent": 35,
97
+ "CoolingTarget": 60,
98
+ "CoolingHeatHold": false,
99
+ "SurfaceTarget": 168,
100
+ "SurfaceTarget2": 172,
101
+ "SurfaceTarget2Collapsed": 172,
102
+ "SurfaceTarget2Time": "00:00:01",
103
+ "HeatingThreshold": 20,
104
+ "HeatingRate": 8,
105
+ "SurfaceHeatingRate": 8,
106
+ "HeatingTargetPowder": 145,
107
+ "HeatingTargetPrint": 172,
108
+ "HeatingTargetPrintBed": 172,
109
+ "HeatingTargetAnalyse": 172,
110
+ "HeatingTargetPrintBed2": 0,
111
+ "HeatingTargetPrintBed2Thickness1": 0,
112
+ "HeatingTargetPrintBed2Thickness2": 0,
113
+ "HeatingMinimumTime": "00:00:01",
114
+ "OutlinePowerPrecision": 3,
115
+ "OutlinePowerIncrease": 3,
116
+ "IsThinObject": false,
117
+ "DryPrintEnabled": false,
118
+ "LaserOutlineSpeedXY": 0,
119
+ "LaserFillSpeedXY": 0,
120
+ "DisableLayerAdditiveMovement": false,
121
+ "NoGradualHeating": false,
122
+ "NeedsLaser": true,
123
+ "PowderTuningDepth": 0,
124
+ "PowderTuningGridDim": 0,
125
+ "PowderTuningGridMargin": 0,
126
+ "AutoTuningEnabled": false,
127
+ "AutoTuningExpectedDetectionTemperature": 182,
128
+ "AutoTuningMaxTemperature": 200,
129
+ "AutoTuningThresholdPercent": 2,
130
+ "AutoTuningTemperatureOffset": 9.5,
131
+ "AutoTuningLayerThicknessMultiplier": 2,
132
+ "AutoTuningTemperatureStep": 1,
133
+ "RecoaterPowderSpeedPercent": 100,
134
+ "RecoaterPrintSpeedPercent": 100,
135
+ "RecoaterShakePercent": 0,
136
+ "RecoaterPasses": 1,
137
+ "RecoaterMaxDistance": 0,
138
+ "CustomSinteredVolumePercent": 0,
139
+ "PowderVolumePercent": 110,
140
+ "ZMove": 700,
141
+ "HotspotXScalePercent": 100,
142
+ "HotspotYScalePercent": 100,
143
+ "HotspotScale": {},
144
+ "HalogenMaxPercent": 100
145
+ },
146
+ "ApplicationInfo": {
147
+ "Identity": {
148
+ "Architecture": "arm64",
149
+ "Platform": "linux",
150
+ "VersionString": "1.206.139.2317",
151
+ "Channel": "stable"
152
+ },
153
+ "ArchiveFormat": "zip",
154
+ "ArchiveUri": "https://compact.sls4all.com/ApplicationUpdate/download/sls4all.compact.1.206.139.2317.linux-arm64.zip?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429",
155
+ "PublishedAt": "2026-05-15T15:38:23.1283469+00:00",
156
+ "ArchiveSize": 130434907,
157
+ "ReleaseNotesUrl": "https://compact.sls4all.com/ApplicationUpdate/releasenotes/sls4all.compact.1.206.139.2317.linux-arm64?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429"
158
+ }
159
+ }
source/PrintSessions/2026-05-30_20-33-30-434.985bfa88-d14f-4547-b579-1e69d47028b7.D256 and D638 2026_05_30.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "985bfa88-d14f-4547-b579-1e69d47028b7",
3
+ "Result": 1,
4
+ "StartTime": "2026-05-30T20:33:30.4346071+00:00",
5
+ "CompleteTime": "2026-05-31T06:14:22.796689+00:00",
6
+ "Duration": "09:40:52.3620819",
7
+ "CoolingDuration": "03:08:05.4123278",
8
+ "HeatingDuration": "03:18:27.2652244",
9
+ "ObjectsDuration": "02:21:37.8267375",
10
+ "CompletedPreview": true,
11
+ "SinteredVolume": 142132.576536917,
12
+ "SinteredVolumeMax": 229414.802628362,
13
+ "LayerThickness": 100,
14
+ "BedPreparationThickness": 13000,
15
+ "PrintCapThickness": 1500,
16
+ "JobChamberDepth": 23.2,
17
+ "ProfileSinteredVolumeFactor": 1.9,
18
+ "TotalPowderVolume": 1644071.41663267,
19
+ "TotalPowderDepth": 42.0758411381653,
20
+ "FinalPrintDepth": 37.7,
21
+ "BedPreparationTemperatureTarget": 174,
22
+ "BeginLayerTemperatureTarget": 176,
23
+ "PrintCapTemperatureTarget": 174,
24
+ "PrintChamberArea": 31109,
25
+ "PowderChamberArea": 39074,
26
+ "HasEjected": true,
27
+ "LaserDuration": "01:21:55.8267591",
28
+ "HalogenDuration": "07:20:06.6811681",
29
+ "RDistance": 729.428,
30
+ "Z1Distance": 1.10426973724972,
31
+ "Z2Distance": 2.1741,
32
+ "JobName": "D256 and D638 2026_05_30",
33
+ "JobId": "287b0ba9-2a59-44de-bd39-c54d75eb823a",
34
+ "ProfileName": "2026_05_30 20mJ/mm Formlabs PA12 GF",
35
+ "ProfileId": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7",
36
+ "ExceptionString": null,
37
+ "PrintSetup": {
38
+ "Id": "f273ba1c-29e2-460d-a560-c20348dc10f5",
39
+ "PrintProfileName": "2026_05_30 20mJ/mm Formlabs PA12 GF",
40
+ "PrintProfileId": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7",
41
+ "LaserOffSpeedA": null,
42
+ "SoftHeaterFilename": "/surface/analysis_2025-10-21_00-57-47.s4a-sha",
43
+ "ConfigurationName": "Material-Custom1",
44
+ "LayerStart": 0,
45
+ "LayerCount": null,
46
+ "IsBeginEndLayerEnabled": true,
47
+ "PrintableWidth": 150,
48
+ "PrintableHeight": 150,
49
+ "PrintableDepth": 200,
50
+ "LaserOnPercent": 100,
51
+ "HotspotOverlapPercent": 25,
52
+ "OutlineCount": 2,
53
+ "FillOutlineSkipCount": 1,
54
+ "IsFillEnabled": true,
55
+ "XProjectionPercent": 100,
56
+ "YProjectionPercent": 100,
57
+ "LayerThickness": 100,
58
+ "BeginLayerTemperatureTarget": 176,
59
+ "BeginLayerTemperatureTargetCollapsed": 176,
60
+ "LayerExtendDelay": "00:00:00",
61
+ "BeginLayerTemperatureDelay": "00:00:03",
62
+ "BedPreparationTemperatureTarget": 174,
63
+ "BedPreparationTemperatureIncrease": true,
64
+ "BedPreparationTemperatureIncreaseFromPercent": 10,
65
+ "BedPreparationTemperatureIncreaseToPercent": 60,
66
+ "BedPreparationTemperatureTargetCollapsed": 174,
67
+ "BedPreparationTemperatureDelay": "00:00:03",
68
+ "PrintCapTemperatureTarget": 174,
69
+ "PrintCapTemperatureDelay": "00:00:03",
70
+ "BedPreparationThickness": 13000,
71
+ "BedPreparationFirstExtraThickLayerCount": 5,
72
+ "BedPreparationFirstExtraThicknessMultiplier": 2,
73
+ "PrintCapThickness": 1500,
74
+ "TotalEnergyDensityPercent": 100,
75
+ "LaserFirstOutlineEnergyDensity": 0,
76
+ "LaserOtherOutlineEnergyDensity": 0,
77
+ "LaserOutlineEnergyDensities": [
78
+ 24,
79
+ 16
80
+ ],
81
+ "LaserFillEnergyDensity": 20,
82
+ "TotalIncreasedEnergyDensityPercent": 0,
83
+ "LaserWattage": 10000,
84
+ "SinteredVolumeFactor": 1.9,
85
+ "HeatingLayerStartTemperature": 40,
86
+ "HeatingLayerPeriod": "00:00:30",
87
+ "HeatingLayerEndTemperature": 0,
88
+ "FillPhase": 0,
89
+ "IsAutoCoolingEnabled": true,
90
+ "IsAutoHeatingEnabled": true,
91
+ "CoolingThreshold1": 165,
92
+ "CoolingThreshold2": 100,
93
+ "CoolingRate1": 0.7,
94
+ "CoolingRate2": 0.7,
95
+ "CoolingMinimumTime": "02:00:00",
96
+ "CoolingTimePercent": 35,
97
+ "CoolingTarget": 60,
98
+ "CoolingHeatHold": false,
99
+ "SurfaceTarget": 168,
100
+ "SurfaceTarget2": 172,
101
+ "SurfaceTarget2Collapsed": 172,
102
+ "SurfaceTarget2Time": "00:45:00",
103
+ "HeatingThreshold": 20,
104
+ "HeatingRate": 8,
105
+ "SurfaceHeatingRate": 8,
106
+ "HeatingTargetPowder": 145,
107
+ "HeatingTargetPrint": 172,
108
+ "HeatingTargetPrintBed": 172,
109
+ "HeatingTargetAnalyse": 172,
110
+ "HeatingTargetPrintBed2": 0,
111
+ "HeatingTargetPrintBed2Thickness1": 0,
112
+ "HeatingTargetPrintBed2Thickness2": 0,
113
+ "HeatingMinimumTime": "01:10:00",
114
+ "OutlinePowerPrecision": 3,
115
+ "OutlinePowerIncrease": 3,
116
+ "IsThinObject": false,
117
+ "DryPrintEnabled": false,
118
+ "LaserOutlineSpeedXY": 0,
119
+ "LaserFillSpeedXY": 0,
120
+ "DisableLayerAdditiveMovement": false,
121
+ "NoGradualHeating": false,
122
+ "NeedsLaser": true,
123
+ "PowderTuningDepth": 0,
124
+ "PowderTuningGridDim": 0,
125
+ "PowderTuningGridMargin": 0,
126
+ "AutoTuningEnabled": false,
127
+ "AutoTuningExpectedDetectionTemperature": 182,
128
+ "AutoTuningMaxTemperature": 200,
129
+ "AutoTuningThresholdPercent": 2,
130
+ "AutoTuningTemperatureOffset": 9.5,
131
+ "AutoTuningLayerThicknessMultiplier": 2,
132
+ "AutoTuningTemperatureStep": 1,
133
+ "RecoaterPowderSpeedPercent": 100,
134
+ "RecoaterPrintSpeedPercent": 100,
135
+ "RecoaterShakePercent": 0,
136
+ "RecoaterPasses": 1,
137
+ "RecoaterMaxDistance": 0,
138
+ "CustomSinteredVolumePercent": 0,
139
+ "PowderVolumePercent": 110,
140
+ "ZMove": 700,
141
+ "HotspotXScalePercent": 100,
142
+ "HotspotYScalePercent": 100,
143
+ "HotspotScale": {},
144
+ "HalogenMaxPercent": 100
145
+ },
146
+ "ApplicationInfo": {
147
+ "Identity": {
148
+ "Architecture": "arm64",
149
+ "Platform": "linux",
150
+ "VersionString": "1.206.139.2317",
151
+ "Channel": "stable"
152
+ },
153
+ "ArchiveFormat": "zip",
154
+ "ArchiveUri": "https://compact.sls4all.com/ApplicationUpdate/download/sls4all.compact.1.206.139.2317.linux-arm64.zip?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429",
155
+ "PublishedAt": "2026-05-15T15:38:23.1283469+00:00",
156
+ "ArchiveSize": 130434907,
157
+ "ReleaseNotesUrl": "https://compact.sls4all.com/ApplicationUpdate/releasenotes/sls4all.compact.1.206.139.2317.linux-arm64?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429"
158
+ }
159
+ }
source/PrintSessions/2026-06-02_20-23-03-495.bdcb6a94-d690-4181-9bb5-542d935729ba.D790 and D638 and Benchy 2026_06_02.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "bdcb6a94-d690-4181-9bb5-542d935729ba",
3
+ "Result": 1,
4
+ "StartTime": "2026-06-02T20:23:03.4953043+00:00",
5
+ "CompleteTime": "2026-06-03T06:51:10.6768341+00:00",
6
+ "Duration": "10:28:07.1815298",
7
+ "CoolingDuration": "03:15:01.5295606",
8
+ "HeatingDuration": "03:11:00.6452712",
9
+ "ObjectsDuration": "03:10:40.8683403",
10
+ "CompletedPreview": true,
11
+ "SinteredVolume": 160297.433165627,
12
+ "SinteredVolumeMax": 284850.360442574,
13
+ "LayerThickness": 100,
14
+ "BedPreparationThickness": 13000,
15
+ "PrintCapThickness": 1500,
16
+ "JobChamberDepth": 33.2,
17
+ "ProfileSinteredVolumeFactor": 1.9,
18
+ "TotalPowderVolume": 2015155.25991482,
19
+ "TotalPowderDepth": 51.5727916239652,
20
+ "FinalPrintDepth": 47.7,
21
+ "BedPreparationTemperatureTarget": 174,
22
+ "BeginLayerTemperatureTarget": 176,
23
+ "PrintCapTemperatureTarget": 176,
24
+ "PrintChamberArea": 31109,
25
+ "PowderChamberArea": 39074,
26
+ "HasEjected": true,
27
+ "LaserDuration": "01:45:06.6478516",
28
+ "HalogenDuration": "08:00:59.4347103",
29
+ "RDistance": 811.644,
30
+ "Z1Distance": 1.23415908994388,
31
+ "Z2Distance": 2.4249,
32
+ "JobName": "D790 and D638 and Benchy 2026_06_02",
33
+ "JobId": "633cb071-58fa-40ee-81ea-c23ec149dd34",
34
+ "ProfileName": "2026_05_30 20mJ/mm Formlabs PA12 GF",
35
+ "ProfileId": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7",
36
+ "ExceptionString": null,
37
+ "PrintSetup": {
38
+ "Id": "a484720e-1c40-46b5-85d2-719fe8f9ba52",
39
+ "PrintProfileName": "2026_05_30 20mJ/mm Formlabs PA12 GF",
40
+ "PrintProfileId": "feafe2b0-9a24-4a4a-8991-8cfd330d53d7",
41
+ "LaserOffSpeedA": null,
42
+ "SoftHeaterFilename": "/surface/analysis_2025-10-21_00-57-47.s4a-sha",
43
+ "ConfigurationName": "Material-Custom1",
44
+ "LayerStart": 0,
45
+ "LayerCount": null,
46
+ "IsBeginEndLayerEnabled": true,
47
+ "PrintableWidth": 150,
48
+ "PrintableHeight": 150,
49
+ "PrintableDepth": 200,
50
+ "LaserOnPercent": 100,
51
+ "HotspotOverlapPercent": 25,
52
+ "OutlineCount": 2,
53
+ "FillOutlineSkipCount": 1,
54
+ "IsFillEnabled": true,
55
+ "XProjectionPercent": 100,
56
+ "YProjectionPercent": 100,
57
+ "LayerThickness": 100,
58
+ "BeginLayerTemperatureTarget": 176,
59
+ "BeginLayerTemperatureTargetCollapsed": 176,
60
+ "LayerExtendDelay": "00:00:00",
61
+ "BeginLayerTemperatureDelay": "00:00:03",
62
+ "BedPreparationTemperatureTarget": 174,
63
+ "BedPreparationTemperatureIncrease": true,
64
+ "BedPreparationTemperatureIncreaseFromPercent": 10,
65
+ "BedPreparationTemperatureIncreaseToPercent": 60,
66
+ "BedPreparationTemperatureTargetCollapsed": 174,
67
+ "BedPreparationTemperatureDelay": "00:00:03",
68
+ "PrintCapTemperatureTarget": 174,
69
+ "PrintCapTemperatureDelay": "00:00:03",
70
+ "BedPreparationThickness": 13000,
71
+ "BedPreparationFirstExtraThickLayerCount": 5,
72
+ "BedPreparationFirstExtraThicknessMultiplier": 2,
73
+ "PrintCapThickness": 1500,
74
+ "TotalEnergyDensityPercent": 100,
75
+ "LaserFirstOutlineEnergyDensity": 0,
76
+ "LaserOtherOutlineEnergyDensity": 0,
77
+ "LaserOutlineEnergyDensities": [
78
+ 24,
79
+ 16
80
+ ],
81
+ "LaserFillEnergyDensity": 20,
82
+ "TotalIncreasedEnergyDensityPercent": 0,
83
+ "LaserWattage": 10000,
84
+ "SinteredVolumeFactor": 1.9,
85
+ "HeatingLayerStartTemperature": 40,
86
+ "HeatingLayerPeriod": "00:00:30",
87
+ "HeatingLayerEndTemperature": 0,
88
+ "FillPhase": 0,
89
+ "IsAutoCoolingEnabled": true,
90
+ "IsAutoHeatingEnabled": true,
91
+ "CoolingThreshold1": 165,
92
+ "CoolingThreshold2": 100,
93
+ "CoolingRate1": 0.7,
94
+ "CoolingRate2": 0.7,
95
+ "CoolingMinimumTime": "02:00:00",
96
+ "CoolingTimePercent": 35,
97
+ "CoolingTarget": 60,
98
+ "CoolingHeatHold": false,
99
+ "SurfaceTarget": 168,
100
+ "SurfaceTarget2": 172,
101
+ "SurfaceTarget2Collapsed": 172,
102
+ "SurfaceTarget2Time": "00:45:00",
103
+ "HeatingThreshold": 20,
104
+ "HeatingRate": 8,
105
+ "SurfaceHeatingRate": 8,
106
+ "HeatingTargetPowder": 145,
107
+ "HeatingTargetPrint": 172,
108
+ "HeatingTargetPrintBed": 172,
109
+ "HeatingTargetAnalyse": 172,
110
+ "HeatingTargetPrintBed2": 0,
111
+ "HeatingTargetPrintBed2Thickness1": 0,
112
+ "HeatingTargetPrintBed2Thickness2": 0,
113
+ "HeatingMinimumTime": "01:10:00",
114
+ "OutlinePowerPrecision": 3,
115
+ "OutlinePowerIncrease": 3,
116
+ "IsThinObject": false,
117
+ "DryPrintEnabled": false,
118
+ "LaserOutlineSpeedXY": 0,
119
+ "LaserFillSpeedXY": 0,
120
+ "DisableLayerAdditiveMovement": false,
121
+ "NoGradualHeating": false,
122
+ "NeedsLaser": true,
123
+ "PowderTuningDepth": 0,
124
+ "PowderTuningGridDim": 0,
125
+ "PowderTuningGridMargin": 0,
126
+ "AutoTuningEnabled": false,
127
+ "AutoTuningExpectedDetectionTemperature": 182,
128
+ "AutoTuningMaxTemperature": 200,
129
+ "AutoTuningThresholdPercent": 2,
130
+ "AutoTuningTemperatureOffset": 9.5,
131
+ "AutoTuningLayerThicknessMultiplier": 2,
132
+ "AutoTuningTemperatureStep": 1,
133
+ "RecoaterPowderSpeedPercent": 100,
134
+ "RecoaterPrintSpeedPercent": 100,
135
+ "RecoaterShakePercent": 0,
136
+ "RecoaterPasses": 1,
137
+ "RecoaterMaxDistance": 0,
138
+ "CustomSinteredVolumePercent": 0,
139
+ "PowderVolumePercent": 110,
140
+ "ZMove": 700,
141
+ "HotspotXScalePercent": 100,
142
+ "HotspotYScalePercent": 100,
143
+ "HotspotScale": {},
144
+ "HalogenMaxPercent": 100
145
+ },
146
+ "ApplicationInfo": {
147
+ "Identity": {
148
+ "Architecture": "arm64",
149
+ "Platform": "linux",
150
+ "VersionString": "1.206.139.2317",
151
+ "Channel": "stable"
152
+ },
153
+ "ArchiveFormat": "zip",
154
+ "ArchiveUri": "https://compact.sls4all.com/ApplicationUpdate/download/sls4all.compact.1.206.139.2317.linux-arm64.zip?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429",
155
+ "PublishedAt": "2026-05-15T15:38:23.1283469+00:00",
156
+ "ArchiveSize": 130434907,
157
+ "ReleaseNotesUrl": "https://compact.sls4all.com/ApplicationUpdate/releasenotes/sls4all.compact.1.206.139.2317.linux-arm64?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429"
158
+ }
159
+ }
source/PrintSessions/2026-06-07_21-30-02-061.43913251-2e06-48d5-a038-e07a6a99af21.D790 and D638 2026_06_07.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "43913251-2e06-48d5-a038-e07a6a99af21",
3
+ "Result": 1,
4
+ "StartTime": "2026-06-07T21:30:02.0614209+00:00",
5
+ "CompleteTime": "2026-06-08T06:58:14.0442698+00:00",
6
+ "Duration": "09:28:11.9828489",
7
+ "CoolingDuration": "03:08:18.6794860",
8
+ "HeatingDuration": "02:42:45.9333281",
9
+ "ObjectsDuration": "02:46:44.4112049",
10
+ "CompletedPreview": true,
11
+ "SinteredVolume": 137159.984587166,
12
+ "SinteredVolumeMax": 210373.968781159,
13
+ "LayerThickness": 100,
14
+ "BedPreparationThickness": 13000,
15
+ "PrintCapThickness": 1500,
16
+ "JobChamberDepth": 23.2,
17
+ "ProfileSinteredVolumeFactor": 1.9,
18
+ "TotalPowderVolume": 1634150.14004913,
19
+ "TotalPowderDepth": 41.8219312087099,
20
+ "FinalPrintDepth": 37.7,
21
+ "BedPreparationTemperatureTarget": 174,
22
+ "BeginLayerTemperatureTarget": 176,
23
+ "PrintCapTemperatureTarget": 174,
24
+ "PrintChamberArea": 31109,
25
+ "PowderChamberArea": 39074,
26
+ "HasEjected": true,
27
+ "LaserDuration": "01:49:39.8584913",
28
+ "HalogenDuration": "06:58:36.2869223",
29
+ "RDistance": 663.464,
30
+ "Z1Distance": 1.00740480589531,
31
+ "Z2Distance": 1.9809,
32
+ "JobName": "D790 and D638 2026_06_07",
33
+ "JobId": "ce8cc169-e440-44e0-801b-dd9f9e84082d",
34
+ "ProfileName": "2026_06_07 20mJ/mm Formlabs PA12 GF",
35
+ "ProfileId": "40abd1a6-8655-4d2c-a743-70c561179c15",
36
+ "ExceptionString": null,
37
+ "PrintSetup": {
38
+ "Id": "8a35f529-0680-4b91-9282-7151db9333a1",
39
+ "PrintProfileName": "2026_06_07 20mJ/mm Formlabs PA12 GF",
40
+ "PrintProfileId": "40abd1a6-8655-4d2c-a743-70c561179c15",
41
+ "LaserOffSpeedA": null,
42
+ "SoftHeaterFilename": "/surface/analysis_2025-10-21_00-57-47.s4a-sha",
43
+ "ConfigurationName": "Material-Custom1",
44
+ "LayerStart": 0,
45
+ "LayerCount": null,
46
+ "IsBeginEndLayerEnabled": true,
47
+ "PrintableWidth": 150,
48
+ "PrintableHeight": 150,
49
+ "PrintableDepth": 200,
50
+ "LaserOnPercent": 100,
51
+ "HotspotOverlapPercent": 50,
52
+ "OutlineCount": 2,
53
+ "FillOutlineSkipCount": 1,
54
+ "IsFillEnabled": true,
55
+ "XProjectionPercent": 100,
56
+ "YProjectionPercent": 100,
57
+ "LayerThickness": 100,
58
+ "BeginLayerTemperatureTarget": 176,
59
+ "BeginLayerTemperatureTargetCollapsed": 176,
60
+ "LayerExtendDelay": "00:00:00",
61
+ "BeginLayerTemperatureDelay": "00:00:03",
62
+ "BedPreparationTemperatureTarget": 174,
63
+ "BedPreparationTemperatureIncrease": true,
64
+ "BedPreparationTemperatureIncreaseFromPercent": 10,
65
+ "BedPreparationTemperatureIncreaseToPercent": 60,
66
+ "BedPreparationTemperatureTargetCollapsed": 174,
67
+ "BedPreparationTemperatureDelay": "00:00:03",
68
+ "PrintCapTemperatureTarget": 174,
69
+ "PrintCapTemperatureDelay": "00:00:03",
70
+ "BedPreparationThickness": 13000,
71
+ "BedPreparationFirstExtraThickLayerCount": 5,
72
+ "BedPreparationFirstExtraThicknessMultiplier": 2,
73
+ "PrintCapThickness": 1500,
74
+ "TotalEnergyDensityPercent": 100,
75
+ "LaserFirstOutlineEnergyDensity": 0,
76
+ "LaserOtherOutlineEnergyDensity": 0,
77
+ "LaserOutlineEnergyDensities": [
78
+ 24,
79
+ 16
80
+ ],
81
+ "LaserFillEnergyDensity": 20,
82
+ "TotalIncreasedEnergyDensityPercent": 0,
83
+ "LaserWattage": 10000,
84
+ "SinteredVolumeFactor": 1.9,
85
+ "HeatingLayerStartTemperature": 40,
86
+ "HeatingLayerPeriod": "00:00:30",
87
+ "HeatingLayerEndTemperature": 0,
88
+ "FillPhase": 0,
89
+ "IsAutoCoolingEnabled": true,
90
+ "IsAutoHeatingEnabled": true,
91
+ "CoolingThreshold1": 165,
92
+ "CoolingThreshold2": 100,
93
+ "CoolingRate1": 0.7,
94
+ "CoolingRate2": 0.7,
95
+ "CoolingMinimumTime": "02:00:00",
96
+ "CoolingTimePercent": 35,
97
+ "CoolingTarget": 60,
98
+ "CoolingHeatHold": false,
99
+ "SurfaceTarget": 168,
100
+ "SurfaceTarget2": 173,
101
+ "SurfaceTarget2Collapsed": 173,
102
+ "SurfaceTarget2Time": "00:45:00",
103
+ "HeatingThreshold": 20,
104
+ "HeatingRate": 8,
105
+ "SurfaceHeatingRate": 8,
106
+ "HeatingTargetPowder": 145,
107
+ "HeatingTargetPrint": 172,
108
+ "HeatingTargetPrintBed": 172,
109
+ "HeatingTargetAnalyse": 172,
110
+ "HeatingTargetPrintBed2": 0,
111
+ "HeatingTargetPrintBed2Thickness1": 0,
112
+ "HeatingTargetPrintBed2Thickness2": 0,
113
+ "HeatingMinimumTime": "01:10:00",
114
+ "OutlinePowerPrecision": 3,
115
+ "OutlinePowerIncrease": 3,
116
+ "IsThinObject": false,
117
+ "DryPrintEnabled": false,
118
+ "LaserOutlineSpeedXY": 0,
119
+ "LaserFillSpeedXY": 0,
120
+ "DisableLayerAdditiveMovement": false,
121
+ "NoGradualHeating": false,
122
+ "NeedsLaser": true,
123
+ "PowderTuningDepth": 0,
124
+ "PowderTuningGridDim": 0,
125
+ "PowderTuningGridMargin": 0,
126
+ "AutoTuningEnabled": false,
127
+ "AutoTuningExpectedDetectionTemperature": 182,
128
+ "AutoTuningMaxTemperature": 200,
129
+ "AutoTuningThresholdPercent": 2,
130
+ "AutoTuningTemperatureOffset": 9.5,
131
+ "AutoTuningLayerThicknessMultiplier": 2,
132
+ "AutoTuningTemperatureStep": 1,
133
+ "RecoaterPowderSpeedPercent": 100,
134
+ "RecoaterPrintSpeedPercent": 100,
135
+ "RecoaterShakePercent": 0,
136
+ "RecoaterPasses": 1,
137
+ "RecoaterMaxDistance": 0,
138
+ "CustomSinteredVolumePercent": 0,
139
+ "PowderVolumePercent": 110,
140
+ "ZMove": 700,
141
+ "HotspotXScalePercent": 100,
142
+ "HotspotYScalePercent": 100,
143
+ "HotspotScale": {},
144
+ "HalogenMaxPercent": 100
145
+ },
146
+ "ApplicationInfo": {
147
+ "Identity": {
148
+ "Architecture": "arm64",
149
+ "Platform": "linux",
150
+ "VersionString": "1.206.139.2317",
151
+ "Channel": "stable"
152
+ },
153
+ "ArchiveFormat": "zip",
154
+ "ArchiveUri": "https://compact.sls4all.com/ApplicationUpdate/download/sls4all.compact.1.206.139.2317.linux-arm64.zip?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429",
155
+ "PublishedAt": "2026-05-15T15:38:23.1283469+00:00",
156
+ "ArchiveSize": 130434907,
157
+ "ReleaseNotesUrl": "https://compact.sls4all.com/ApplicationUpdate/releasenotes/sls4all.compact.1.206.139.2317.linux-arm64?DeploymentId=7cfca654-4abe-4606-9678-462e2c5d6429"
158
+ }
159
+ }