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,57 @@
{
"type": "filament",
"name": "Z-Bolt PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"instantiation": "false",
"filament_id": "GFL300",
"setting_id": "GFSL300",
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"45"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"full_fan_speed_layer": [
"3"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [
"20"
],
"nozzle_temperature": [
"235"
],
"nozzle_temperature_initial_layer": [
"235"
],
"hot_plate_temp": [
"75"
],
"hot_plate_temp_initial_layer": [
"75"
],
"textured_plate_temp": [
"75"
],
"textured_plate_temp_initial_layer": [
"75"
]
}