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,30 @@
{
"type": "machine",
"name": "Z-Bolt S300 Dual 0.8 nozzle",
"inherits": "Z-Bolt S300 Dual 0.4 nozzle",
"from": "system",
"setting_id": "GM006",
"printer_settings_id": "Z-Bolt",
"instantiation": "true",
"nozzle_diameter": [
"0.8", "0.8"
],
"printer_model": "Z-Bolt S300 Dual",
"printer_variant": "0.8",
"default_print_profile": "0.40mm Standard @Z-Bolt S300 0.8 nozzle",
"max_layer_height": [
"0.48"
],
"min_layer_height": [
"0.16"
],
"retraction_length": [
"3"
],
"retract_length_toolchange": [
"3"
],
"retraction_minimum_travel": [
"3"
]
}