Agentic SLS
Collection
Agentic system for selective laser sintering • 4 items • Updated
source_file string | print_date timestamp[s] | job_name string | print_profile_id string | objects list | metadata dict |
|---|---|---|---|---|---|
D256 and D638 2026_05_25.s4a | 2026-05-25T00:00:00 | D256 and D638 | 52715389-d580-4be9-9194-ed300bdf911b | [
{
"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": "... | {
"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": [
{
... |
D256 and D638 2026_05_30.s4a | 2026-05-30T00:00:00 | D256 and D638 | feafe2b0-9a24-4a4a-8991-8cfd330d53d7 | [
{
"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",
... | {
"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": [
{
... |
D790 and D638 2026_06_07.s4a | 2026-06-07T00:00:00 | D790 and D638 | 40abd1a6-8655-4d2c-a743-70c561179c15 | [
{
"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",
... | {
"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": [
{
... |
D790 and D638 and Benchy 2026_06_02.s4a | 2026-06-02T00:00:00 | D790 and D638 and Benchy | feafe2b0-9a24-4a4a-8991-8cfd330d53d7 | [
{
"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",
... | {
"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": [
... |
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.
Domain-specific datasets (e.g. ppak10/Inova-Mk1-ASTM) reference rows here by ID and may embed frozen snapshots of the referenced state.
| Config | Description | Script | Output |
|---|---|---|---|
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 |
Planned (not yet implemented): sessions, profiles, objects.
source/
Jobs/ # .s4a archives (zip of STLs + .metadata.json)
PrintSessions/ # per-run session JSONs
PrintProfiles/ # material/energy profiles referenced by jobs
Objects/ # STL geometry library (ASTM/ + supporting prints)