Files
OrcaSlicer/resources/profiles/Z-Bolt/filament/Generic PA @Z-Bolt Base.json
Ian Chua 1c7022f4c8 fix: custom zbolt profile filament selection showing only @system (#13468)
* fix: custom zbolt profile filament selection showing only @system

* update renamed_from

* fixed renamed_from

* limit empty compatible_printers exclusion logic to OFL

* restore intended behaviour, updated base files

* rever exclusion logic fix

* reduce fix to just check parent in exclusion list

* remove m_errors increment
2026-05-12 20:17:22 +08:00

53 lines
797 B
JSON

{
"type": "filament",
"name": "Generic PA @Z-Bolt Base",
"inherits": "fdm_filament_pa",
"renamed_from": "Z-Bolt PA;Generic PA @Z-Bolt",
"from": "system",
"setting_id": "GFSL400",
"filament_id": "GFL400",
"instantiation": "false",
"filament_max_volumetric_speed": [
"8"
],
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_flow_ratio": [
"0.96"
],
"overhang_fan_speed": [
"30"
],
"overhang_fan_threshold": [
"0%"
],
"hot_plate_temp": [
"140"
],
"hot_plate_temp_initial_layer": [
"140"
],
"nozzle_temperature": [
"270"
],
"nozzle_temperature_initial_layer": [
"270"
],
"textured_plate_temp": [
"130"
],
"textured_plate_temp_initial_layer": [
"140"
],
"chamber_temperatures": [
"80"
]
}