mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04_CREALITY_00",
|
||||
"name": "Creality Generic ABS @K2-all",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Creality Generic ABS",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_CREALITY_00",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
@@ -17,7 +17,9 @@
|
||||
"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"],
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user