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,24 @@
{
"type": "process",
"name": "0.16mm High Quality @Z-Bolt S600",
"inherits": "fdm_process_zbolt_0.16",
"from": "system",
"setting_id": "GP208",
"instantiation": "true",
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
"default_acceleration": "4000",
"gap_infill_speed": "250",
"inner_wall_speed": "150",
"internal_solid_infill_speed": "200",
"outer_wall_acceleration": "2000",
"outer_wall_speed": "60",
"sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "200",
"top_surface_speed": "150",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [
"Z-Bolt S600 0.4 nozzle",
"Z-Bolt S600 Dual 0.4 nozzle"
]
}