mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-11 19:19:28 -07:00
* Added Elegoolink connection * Set Elegoo CC default bed to btPTE * Friendly output of some error codes of PrintHost * feat: Add elegoo centauri carbon profile * fix: Fix the issue where the bed type in the printer configuration does not match the bed temperature settings when multiple bed types are not supported. * feat: Modify the elegoo process parameters to disable slowdown_for_curled_perimeters. * feat: Update comment to clarify plate visibility for multi bed support, BBL printer, and selected bed type. * fix: Optimize ElegooLink upload; The code is clearer than before. * feat: Format the ElegooPrintHostSendDialog code. * fix: Remove the unnecessary instantiation attribute in the Elegoo process. * fix: Flatpak compilation failed --------- Co-authored-by: anjis <anjis.zhou@elegoo.com>
30 lines
No EOL
881 B
JSON
30 lines
No EOL
881 B
JSON
{
|
|
"type": "process",
|
|
"name": "fdm_process_ecc_02010",
|
|
"inherits": "fdm_process_ecc",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"layer_height": "0.1",
|
|
"initial_layer_print_height": "0.15",
|
|
"elefant_foot_compensation": "0.05",
|
|
"wall_loops": "4",
|
|
"bottom_shell_layers": "5",
|
|
"top_shell_layers": "7",
|
|
"bridge_flow": "1",
|
|
"line_width": "0.22",
|
|
"outer_wall_line_width": "0.22",
|
|
"initial_layer_line_width": "0.3",
|
|
"sparse_infill_line_width": "0.25",
|
|
"inner_wall_line_width": "0.22",
|
|
"internal_solid_infill_line_width": "0.22",
|
|
"support_line_width": "0.22",
|
|
"top_surface_line_width": "0.22",
|
|
"initial_layer_speed": "35",
|
|
"initial_layer_infill_speed": "60",
|
|
"sparse_infill_speed": "100",
|
|
"inner_wall_speed": "100",
|
|
"internal_solid_infill_speed": "100",
|
|
"is_custom_defined": "0",
|
|
"outer_wall_speed": "60",
|
|
"top_surface_speed": "80"
|
|
} |