Files
OrcaSlicer/resources/profiles/Z-Bolt/filament/Generic PLA @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

38 lines
613 B
JSON

{
"type": "filament",
"name": "Generic PLA @Z-Bolt Base",
"inherits": "fdm_filament_pla",
"renamed_from": "Z-Bolt PLA;Generic PLA @Z-Bolt",
"from": "system",
"setting_id": "GFSL100",
"filament_id": "GFL100",
"instantiation": "false",
"filament_max_volumetric_speed": [
"20"
],
"fan_min_speed": [
"100"
],
"full_fan_speed_layer": [
"4"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"225"
],
"nozzle_temperature_initial_layer": [
"225"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
]
}