Add Phrozen Arco machine profiles and bed plate assets (#9486)

* feat: add Phrozen Arco machine profiles and bed plate assets

- Upload JSON profiles for the Phrozen Arco printer series
- Include 3D bed plate model and corresponding texture files
- Enables accurate slicing configuration and scene rendering for Arco

* fix: add missing "instantiation" attribute

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
_mightyMax147
2025-06-14 21:26:07 +08:00
committed by GitHub
parent 3ecca6116d
commit 153c478c35
21 changed files with 1921 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"machine_tech": "FFF",
"family": "Phrozen",
"name": "Phrozen Arco",
"model_id": "Phrozen Arco",
"nozzle_diameter": "0.4",
"bed_model": "Phrozen Arco_buildplate_model.stl",
"bed_texture": "Phrozen Arco_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Phrozen PLA @Phrozen Arco 0.4 nozzle"
}