mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Add Creality CR-10 SE (#4757)
* Add CR-10 SE and standard profiles * Misc Add more perimeters to CR-10 SE profiles Add printer to filament profiles Link everything in Creality.json * Fix two bugs * Forgot this
This commit is contained in:
parent
6ae128b9e7
commit
64d0c324c1
19 changed files with 766 additions and 8 deletions
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Creality CR10SE 0.6",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"infill_combination": "1",
|
||||
"infill_wall_overlap": "20%",
|
||||
"initial_layer_acceleration": "3000",
|
||||
"initial_layer_infill_speed": "150",
|
||||
"initial_layer_travel_speed": "120",
|
||||
"inner_wall_speed": "300",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"outer_wall_acceleration": "2300",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "200",
|
||||
"overhang_3_4_speed": "35",
|
||||
"reduce_crossing_wall": "1",
|
||||
"seam_gap": "15%",
|
||||
"skirt_distance": "8",
|
||||
"skirt_loops": "1",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_density": "10%",
|
||||
"sparse_infill_speed": "300",
|
||||
"support_base_pattern_spacing": "4",
|
||||
"support_bottom_z_distance": "0.4",
|
||||
"support_interface_bottom_layers": "1",
|
||||
"support_interface_pattern": "rectilinear",
|
||||
"support_interface_top_layers": "1",
|
||||
"support_line_width": "0.42",
|
||||
"support_object_xy_distance": "0.8",
|
||||
"support_style": "snug",
|
||||
"support_threshold_angle": "60",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "120",
|
||||
"travel_acceleration": "5000",
|
||||
"wall_loops": "2",
|
||||
"compatible_printers": [
|
||||
"Creality CR-10 SE 0.6 nozzle"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue