Files
OrcaSlicer/resources/profiles/Creality/filament/Creality Generic PC.json
grant0013 7349464392 harktech: fix Creality filament profile bugs from Reddit feedback
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).
2026-05-20 08:50:52 +00:00

18 lines
284 B
JSON

{
"type": "filament",
"name": "Creality Generic PC",
"filament_vendor": [
"Creality"
],
"inherits": "fdm_filament_pc",
"from": "system",
"filament_id": "GFC99",
"instantiation": "false",
"filament_max_volumetric_speed": [
"16"
],
"filament_flow_ratio": [
"0.94"
]
}