mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 20:32:06 +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).
55 lines
976 B
JSON
55 lines
976 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Creality Generic PETG @Hi-all",
|
|
"filament_vendor": [
|
|
"Creality"
|
|
],
|
|
"inherits": "Creality Generic PETG",
|
|
"from": "system",
|
|
"setting_id": "GFSG99_00",
|
|
"instantiation": "true",
|
|
"filament_max_volumetric_speed": [
|
|
"9"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"5"
|
|
],
|
|
"cool_plate_temp": [
|
|
"70"
|
|
],
|
|
"eng_plate_temp": [
|
|
"70"
|
|
],
|
|
"hot_plate_temp": [
|
|
"70"
|
|
],
|
|
"textured_plate_temp": [
|
|
"70"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"70"
|
|
],
|
|
"eng_plate_temp_initial_layer": [
|
|
"70"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"70"
|
|
],
|
|
"textured_plate_temp_initial_layer": [
|
|
"70"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"250"
|
|
],
|
|
"nozzle_temperature": [
|
|
"250"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n"
|
|
],
|
|
"compatible_printers": [
|
|
"Creality Hi 0.4 nozzle",
|
|
"Creality Hi 0.6 nozzle"
|
|
]
|
|
}
|