mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
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
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Generic ABS @Z-Bolt Base",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"renamed_from": "Z-Bolt ABS;Generic ABS @Z-Bolt",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL200",
|
||||
"filament_id": "GFL200",
|
||||
"instantiation": "false",
|
||||
"filament_max_volumetric_speed": [
|
||||
"20"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user