mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 08:12: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).
100 lines
1.7 KiB
JSON
100 lines
1.7 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "Creality Generic PLA @Hi-all",
|
|
"filament_vendor": [
|
|
"Creality"
|
|
],
|
|
"inherits": "Creality Generic PLA",
|
|
"from": "system",
|
|
"setting_id": "GFSL99_00",
|
|
"instantiation": "true",
|
|
"filament_max_volumetric_speed": [
|
|
"18"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20"
|
|
],
|
|
"cool_plate_temp": [
|
|
"55"
|
|
],
|
|
"eng_plate_temp": [
|
|
"55"
|
|
],
|
|
"hot_plate_temp": [
|
|
"55"
|
|
],
|
|
"textured_plate_temp": [
|
|
"55"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"eng_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"textured_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"filament_cooling_final_speed": [
|
|
"3.4"
|
|
],
|
|
"filament_cooling_initial_speed": [
|
|
"2.2"
|
|
],
|
|
"filament_cooling_moves": [
|
|
"4"
|
|
],
|
|
"filament_load_time": [
|
|
"0"
|
|
],
|
|
"filament_loading_speed": [
|
|
"28"
|
|
],
|
|
"filament_loading_speed_start": [
|
|
"3"
|
|
],
|
|
"filament_toolchange_delay": [
|
|
"0"
|
|
],
|
|
"filament_unload_time": [
|
|
"0"
|
|
],
|
|
"filament_unloading_speed": [
|
|
"90"
|
|
],
|
|
"filament_unloading_speed_start": [
|
|
"100"
|
|
],
|
|
"filament_long_retractions_when_cut": [
|
|
"nil"
|
|
],
|
|
"filament_minimal_purge_on_wipe_tower": [
|
|
"15"
|
|
],
|
|
"filament_multitool_ramming": [
|
|
"0"
|
|
],
|
|
"filament_multitool_ramming_flow": [
|
|
"0"
|
|
],
|
|
"filament_multitool_ramming_volume": [
|
|
"0"
|
|
],
|
|
"filament_notes": [
|
|
""
|
|
],
|
|
"filament_ramming_parameters": [
|
|
"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
|
|
],
|
|
"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"
|
|
]
|
|
}
|