OrcaSlicer Files

This commit is contained in:
Aria 2025-04-30 11:48:52 +10:00
parent e5468753cf
commit 181bd92f5e
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
1113 changed files with 69943 additions and 8 deletions

View file

@ -0,0 +1,27 @@
{
"type": "filament",
"setting_id": "GFSA04_00",
"name": "Creality Generic ASA @K2-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic ASA",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"14"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"20"
],
"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\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n"],
"compatible_printers": [
"Creality K2 Plus 0.2 nozzle",
"Creality K2 Plus 0.4 nozzle",
"Creality K2 Plus 0.6 nozzle",
"Creality K2 Plus 0.8 nozzle"
]
}