mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +00:00
Two data-only fixes: #1 Strip undefined {if !multicolor_method} wrapper from filament_start_gcode on 110 K2-Plus profiles. The placeholder is a CrealityPrint-ism that survived the profile port; Orca has no such variable, so slicing failed with a hard parser error (reported on Hyper PLA by u/Gullible-Price-4257). Inner per-layer temp logic now runs unconditionally, which is the correct default. #4 Add filament_vendor: [Creality] to 50 Creality Generic profiles missing the field. Without it the UI grouped them under Generic instead of Creality (reported by u/mharrop94).
35 lines
750 B
JSON
35 lines
750 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Creality Generic PLA-CF @K2-all",
|
|
"filament_vendor": [
|
|
"Creality"
|
|
],
|
|
"inherits": "Creality Generic PLA-CF",
|
|
"from": "system",
|
|
"setting_id": "GFSL96_00",
|
|
"instantiation": "true",
|
|
"filament_max_volumetric_speed": [
|
|
"18"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"8"
|
|
],
|
|
"additional_cooling_fan_speed": [
|
|
"0"
|
|
],
|
|
"compatible_printers": [
|
|
"Creality K2 0.2 nozzle",
|
|
"Creality K2 0.4 nozzle",
|
|
"Creality K2 0.6 nozzle",
|
|
"Creality K2 0.8 nozzle",
|
|
"Creality K2 Plus 0.2 nozzle",
|
|
"Creality K2 Plus 0.4 nozzle",
|
|
"Creality K2 Plus 0.6 nozzle",
|
|
"Creality K2 Plus 0.8 nozzle",
|
|
"Creality K2 Pro 0.2 nozzle",
|
|
"Creality K2 Pro 0.4 nozzle",
|
|
"Creality K2 Pro 0.6 nozzle",
|
|
"Creality K2 Pro 0.8 nozzle"
|
|
]
|
|
}
|