mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
[Profiles] Add printer profiles for Eryone Er20 (Marlin and Klipper configuration) (#10607)
* add printer profiles for Eryone Er20 (Marlin and Klipper) : - machine_model_list: ER20, ER20 Klipper - nozzle printer profiles: 0.2, 0.4, 0.5, 0.6, 0.8 - added Bambulab and Sunlu filament profiles per nozzle size - cover images - buildplate_model * changed machine configuration: gcode flavur marlin to marlin2, gcodes and limits * changed process configuration: added more values as default , fixed speeds and accel * changed process configuration: fixed width values for 0.5 nozzle * process configuration syntax fix * deleted default print profile * changes machine config: added default standard print profile to each nozzle size * machine conf: fixed nozzle size and variant * machine conf: fixed max yerk settings * process conf: fixed layer height * process confs reorganized , tuned jerk, accel values * process conf: changed initial layer speed * cover images without background color * process conf klipper: changed default jerk settings * deleted duplicate of generic pla filament * filaments: deleted filament start/end code * removed incorrect filament retraction length values for the filaments * deleted Bambulab and Sunlu filaments * process conf: set default skirt_loop to 0 * machine conf: changed retract wipe settings, modified start /end code * machine conf: changed retract /wipe settings * deleted Bambulab / SUNLU filaments from Eryone.json * version number adapted and reorganized * Update Eryone.json merge commits * fix duplicate, conflict key errors --------- Co-authored-by: Ioannis Giannakas <59056762+igiannakas@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.06mm High Quality @Eryone ER20 0.2 nozzle",
|
||||
"inherits": "fdm_process_ER20_0.06_nozzle_0.2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Optimal @Eryone ER20 0.2 nozzle",
|
||||
"inherits": "fdm_process_ER20_0.08_nozzle_0.2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.10mm Standard @Eryone ER20 0.2 nozzle",
|
||||
"inherits": "fdm_process_ER20_0.10_nozzle_0.2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.2 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.12_nozzle_0.2",
|
||||
"instantiation": "true",
|
||||
"name": "0.12mm Draft @Eryone ER20 0.2 nozzle",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.4 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.12",
|
||||
"instantiation": "true",
|
||||
"name": "0.12mm High Quality @Eryone ER20",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_reverse": "0",
|
||||
"overhang_reverse_internal_only": "0",
|
||||
"overhang_reverse_threshold": "50%",
|
||||
"overhang_speed_classic": "0",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.2 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.14_nozzle_0.2",
|
||||
"instantiation": "true",
|
||||
"name": "0.14mm Extra Draft @Eryone ER20 0.2 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.5 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.15_nozzle_0.5",
|
||||
"instantiation": "true",
|
||||
"name": "0.15mm Optimal @Eryone ER20 0.5 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.4 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.16",
|
||||
"instantiation": "true",
|
||||
"name": "0.16mm Optimal @Eryone ER20",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_reverse": "0",
|
||||
"overhang_reverse_internal_only": "0",
|
||||
"overhang_reverse_threshold": "50%",
|
||||
"overhang_speed_classic": "0",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.6 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.18_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.18mm Fine @Eryone ER20 0.6 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.4 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.20",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.20",
|
||||
"name": "0.20mm Standard @Eryone ER20",
|
||||
"notes": "",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.4 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.20",
|
||||
"instantiation": "true",
|
||||
"name": "0.20mm Strength @Eryone ER20",
|
||||
"sparse_infill_density": "25%",
|
||||
"type": "process",
|
||||
"wall_loops": "6"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.4 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.24",
|
||||
"instantiation": "true",
|
||||
"name": "0.24mm Draft @Eryone ER20",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.24_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.24mm Fine @Eryone ER20 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.24_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.24mm Optimal @Eryone ER20 0.6 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.5 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.25_nozzle_0.5",
|
||||
"instantiation": "true",
|
||||
"name": "0.25mm Standard @Eryone ER20 0.5 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.4 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.28",
|
||||
"instantiation": "true",
|
||||
"name": "0.28mm Extra Draft @Eryone ER20",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.30_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.30mm Standard @Eryone ER20 0.6 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.30_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.30mm Strength @Eryone ER20 0.6 nozzle",
|
||||
"sparse_infill_density": "25%",
|
||||
"type": "process",
|
||||
"wall_loops": "4"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.32_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.32mm Optimal @Eryone ER20 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.36_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.36mm Draft @Eryone ER20 0.6 nozzle",
|
||||
"travel_speed": "250",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.40_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.40mm Standard @Eryone ER20 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.42_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.42mm Extra Draft @Eryone ER20 0.6 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.48_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.48mm Draft @Eryone ER20 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_0.56_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.56mm Extra Draft @Eryone ER20 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.25",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.06",
|
||||
"line_width": "0.22",
|
||||
"name": "fdm_process_ER20_0.06_nozzle_0.2",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"support_bottom_z_distance": "0.06",
|
||||
"support_line_width": "0.22",
|
||||
"support_top_z_distance": "0.06",
|
||||
"top_shell_layers": "7",
|
||||
"top_surface_line_width": "0.22",
|
||||
"type": "process",
|
||||
"wall_loops": "4"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.25",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.08",
|
||||
"line_width": "0.22",
|
||||
"name": "fdm_process_ER20_0.08_nozzle_0.2",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"support_bottom_z_distance": "0.08",
|
||||
"support_line_width": "0.22",
|
||||
"support_top_z_distance": "0.08",
|
||||
"top_shell_layers": "7",
|
||||
"top_surface_line_width": "0.22",
|
||||
"type": "process",
|
||||
"wall_loops": "4"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.25",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.1",
|
||||
"line_width": "0.22",
|
||||
"name": "fdm_process_ER20_0.10_nozzle_0.2",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"support_bottom_z_distance": "0.1",
|
||||
"support_line_width": "0.22",
|
||||
"support_top_z_distance": "0.1",
|
||||
"top_shell_layers": "7",
|
||||
"top_surface_line_width": "0.22",
|
||||
"type": "process",
|
||||
"wall_loops": "4"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_flow": "1",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.12",
|
||||
"name": "fdm_process_ER20_0.12",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "10",
|
||||
"support_bottom_z_distance": "0.12",
|
||||
"support_threshold_angle": "25",
|
||||
"support_top_z_distance": "0.16",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.6",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.25",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.12",
|
||||
"line_width": "0.22",
|
||||
"name": "fdm_process_ER20_0.12_nozzle_0.2",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"support_bottom_z_distance": "0.12",
|
||||
"support_line_width": "0.22",
|
||||
"support_top_z_distance": "0.12",
|
||||
"top_shell_layers": "7",
|
||||
"top_surface_line_width": "0.22",
|
||||
"type": "process",
|
||||
"wall_loops": "4"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.25",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.14",
|
||||
"line_width": "0.22",
|
||||
"name": "fdm_process_ER20_0.14_nozzle_0.2",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"support_bottom_z_distance": "0.14",
|
||||
"support_line_width": "0.22",
|
||||
"support_top_z_distance": "0.14",
|
||||
"top_shell_layers": "7",
|
||||
"top_surface_line_width": "0.22",
|
||||
"type": "process",
|
||||
"wall_loops": "4"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.52",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"ironing_inset": "0.21",
|
||||
"layer_height": "0.15",
|
||||
"line_width": "0.52",
|
||||
"name": "fdm_process_ER20_0.15_nozzle_0.5",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "10",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"support_bottom_z_distance": "0.15",
|
||||
"support_line_width": "0.52",
|
||||
"support_threshold_angle": "25",
|
||||
"support_top_z_distance": "0.15",
|
||||
"top_shell_layers": "6",
|
||||
"top_shell_thickness": "0",
|
||||
"top_surface_line_width": "0.52",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"bottom_shell_layers": "5",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.16",
|
||||
"name": "fdm_process_ER20_0.16",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "10",
|
||||
"support_bottom_z_distance": "0.16",
|
||||
"support_top_z_distance": "0.16",
|
||||
"top_shell_layers": "6",
|
||||
"top_shell_thickness": "0",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.18",
|
||||
"line_width": "0.62",
|
||||
"name": "fdm_process_ER20_0.18_nozzle_0.6",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"support_bottom_z_distance": "0.18",
|
||||
"support_line_width": "0.62",
|
||||
"support_top_z_distance": "0.18",
|
||||
"top_surface_line_width": "0.62",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"bottom_shell_layers": "5",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.20",
|
||||
"name": "fdm_process_ER20_0.20",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "10",
|
||||
"support_bottom_z_distance": "0.16",
|
||||
"support_top_z_distance": "0.16",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.24",
|
||||
"name": "fdm_process_ER20_0.24",
|
||||
"support_bottom_z_distance": "0.16",
|
||||
"support_top_z_distance": "0.16",
|
||||
"support_threshold_angle": "35",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0",
|
||||
"top_surface_line_width": "0.45",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.24",
|
||||
"line_width": "0.62",
|
||||
"name": "fdm_process_ER20_0.24_nozzle_0.6",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"support_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.4",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.24",
|
||||
"line_width": "0.82",
|
||||
"name": "fdm_process_ER20_0.24_nozzle_0.8",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
"support_line_width": "0.82",
|
||||
"top_surface_line_width": "0.82",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.55",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"ironing_inset": "0.21",
|
||||
"layer_height": "0.25",
|
||||
"line_width": "0.55",
|
||||
"name": "fdm_process_ER20_0.25_nozzle_0.5",
|
||||
"outer_wall_line_width": "0.55",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.28",
|
||||
"name": "fdm_process_ER20_0.28",
|
||||
"support_bottom_z_distance": "0.16",
|
||||
"support_threshold_angle": "40",
|
||||
"support_top_z_distance": "0.16",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0",
|
||||
"top_surface_line_width": "0.45",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.3",
|
||||
"line_width": "0.62",
|
||||
"name": "fdm_process_ER20_0.30_nozzle_0.6",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"support_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.4",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.32",
|
||||
"line_width": "0.82",
|
||||
"name": "fdm_process_ER20_0.32_nozzle_0.8",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
"support_line_width": "0.82",
|
||||
"top_surface_line_width": "0.82",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.36",
|
||||
"line_width": "0.62",
|
||||
"name": "fdm_process_ER20_0.36_nozzle_0.6",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"support_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.4",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.4",
|
||||
"line_width": "0.82",
|
||||
"name": "fdm_process_ER20_0.40_nozzle_0.8",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
"support_line_width": "0.82",
|
||||
"top_surface_line_width": "0.82",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.42",
|
||||
"line_width": "0.62",
|
||||
"name": "fdm_process_ER20_0.42_nozzle_0.6",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"support_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.4",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.48",
|
||||
"line_width": "0.82",
|
||||
"name": "fdm_process_ER20_0.48_nozzle_0.8",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
"support_line_width": "0.82",
|
||||
"top_surface_line_width": "0.82",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"initial_layer_line_width": "0.82",
|
||||
"initial_layer_print_height": "0.4",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.56",
|
||||
"line_width": "0.82",
|
||||
"name": "fdm_process_ER20_0.56_nozzle_0.8",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
"support_line_width": "0.82",
|
||||
"top_surface_line_width": "0.82",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"type": "process"
|
||||
}
|
||||
Reference in New Issue
Block a user