Adding Z-Bolt profiles (#9240)

Added profiles for Z-Bolt S300, S300 Dual, S400, S400 Dual, S600, S600 Dual
This commit is contained in:
Vlad
2025-04-13 10:11:50 +03:00
committed by GitHub
parent cc81be0992
commit 9e53b079c6
141 changed files with 4046 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Z-Bolt S400",
"model_id": "Z-Bolt-S400",
"nozzle_diameter": "0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Z-Bolt",
"bed_model": "Z-Bolt_S400_buildplate_model.stl",
"bed_texture": "Z-Bolt_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Z-Bolt PLA @base;Z-Bolt ABS @base;Z-Bolt PETG @base;Z-Bolt PA @base;Z-Bolt ABS HT @base"
}