mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
* 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
53 lines
797 B
JSON
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"
|
|
]
|
|
}
|