mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 16:22:08 +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).
27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Creality Generic PC @K1-all",
|
|
"filament_vendor": [
|
|
"Creality"
|
|
],
|
|
"inherits": "Creality Generic PC",
|
|
"from": "system",
|
|
"setting_id": "GFSC99_06",
|
|
"instantiation": "true",
|
|
"chamber_temperatures": [
|
|
"60"
|
|
],
|
|
"compatible_printers": [
|
|
"Creality K1 (0.4 nozzle)",
|
|
"Creality K1 (0.6 nozzle)",
|
|
"Creality K1 (0.8 nozzle)",
|
|
"Creality K1C 0.4 nozzle",
|
|
"Creality K1C 0.6 nozzle",
|
|
"Creality K1C 0.8 nozzle",
|
|
"Creality K1 SE 0.4 nozzle",
|
|
"Creality K1 Max (0.4 nozzle)",
|
|
"Creality K1 Max (0.6 nozzle)",
|
|
"Creality K1 Max (0.8 nozzle)"
|
|
]
|
|
}
|