mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +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"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.06mm High Quality @Eryone ER20 Klipper 0.2 nozzle",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.06_nozzle_0.2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Optimal @Eryone ER20 Klipper 0.2 nozzle",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.08_nozzle_0.2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.10_nozzle_0.2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.2 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.12_nozzle_0.2",
|
||||
"instantiation": "true",
|
||||
"name": "0.12mm Draft @Eryone ER20 Klipper 0.2 nozzle",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.4 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.12",
|
||||
"instantiation": "true",
|
||||
"name": "0.12mm High Quality @Eryone ER20 Klipper",
|
||||
"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 Klipper 0.2 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.14_nozzle_0.2",
|
||||
"instantiation": "true",
|
||||
"name": "0.14mm Extra Draft @Eryone ER20 Klipper 0.2 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.5 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.15_nozzle_0.5",
|
||||
"instantiation": "true",
|
||||
"name": "0.15mm Optimal @Eryone ER20 Klipper 0.5 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.4 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.16",
|
||||
"instantiation": "true",
|
||||
"name": "0.16mm Optimal @Eryone ER20 Klipper",
|
||||
"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 Klipper 0.6 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.18_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.18mm Fine @Eryone ER20 Klipper 0.6 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.4 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.20",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.20",
|
||||
"name": "0.20mm Standard @Eryone ER20 Klipper",
|
||||
"notes": "",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.4 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.20",
|
||||
"instantiation": "true",
|
||||
"name": "0.20mm Strength @Eryone ER20 Klipper",
|
||||
"sparse_infill_density": "25%",
|
||||
"type": "process",
|
||||
"wall_loops": "6"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.4 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.24",
|
||||
"instantiation": "true",
|
||||
"name": "0.24mm Draft @Eryone ER20 Klipper",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.24_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.24mm Fine @Eryone ER20 Klipper 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.24_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.24mm Optimal @Eryone ER20 Klipper 0.6 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.5 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.25_nozzle_0.5",
|
||||
"instantiation": "true",
|
||||
"name": "0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.4 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.28",
|
||||
"instantiation": "true",
|
||||
"name": "0.28mm Extra Draft @Eryone ER20 Klipper",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.30_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.30_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.30mm Strength @Eryone ER20 Klipper 0.6 nozzle",
|
||||
"sparse_infill_density": "25%",
|
||||
"type": "process",
|
||||
"wall_loops": "4"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.32_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.32mm Optimal @Eryone ER20 Klipper 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.36_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.36mm Draft @Eryone ER20 Klipper 0.6 nozzle",
|
||||
"travel_speed": "250",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.40_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.6 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.42_nozzle_0.6",
|
||||
"instantiation": "true",
|
||||
"name": "0.42mm Extra Draft @Eryone ER20 Klipper 0.6 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.48_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.48mm Draft @Eryone ER20 Klipper 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Eryone ER20 Klipper 0.8 nozzle"
|
||||
],
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ER20_Klipper_0.56_nozzle_0.8",
|
||||
"instantiation": "true",
|
||||
"name": "0.56mm Extra Draft @Eryone ER20 Klipper 0.8 nozzle",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"bottom_shell_layers": "5",
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.12",
|
||||
"name": "fdm_process_ER20_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.16",
|
||||
"name": "fdm_process_ER20_Klipper_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_Klipper_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_Klipper_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_Klipper_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.20",
|
||||
"name": "fdm_process_ER20_Klipper_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_Klipper_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.24",
|
||||
"name": "fdm_process_ER20_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_common",
|
||||
"initial_layer_line_width": "0.52",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"inner_wall_line_width": "0.52",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_line_width": "0.52",
|
||||
"ironing_inset": "0.21",
|
||||
"layer_height": "0.25",
|
||||
"line_width": "0.52",
|
||||
"name": "fdm_process_ER20_Klipper_0.25_nozzle_0.5",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.52",
|
||||
"support_line_width": "0.52",
|
||||
"top_surface_line_width": "0.52",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"elefant_foot_compensation": "0",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_Klipper_common",
|
||||
"instantiation": "false",
|
||||
"layer_height": "0.28",
|
||||
"name": "fdm_process_ER20_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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_Klipper_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,22 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_Klipper_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_Klipper_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",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_Klipper_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_Klipper_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,22 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_Klipper_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_Klipper_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",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"type": "process"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"bridge_flow": "1",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_eryone_ER20_Klipper_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_Klipper_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"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_eryone_ER20_Klipper_common",
|
||||
"inherits": "fdm_process_eryone_ER20_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"bridge_speed": "30",
|
||||
"compatible_printers": [],
|
||||
"default_acceleration": "3200",
|
||||
"default_jerk": "10",
|
||||
"gap_infill_speed": "250",
|
||||
"infill_jerk": "10",
|
||||
"initial_layer_jerk": "9",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"inner_wall_jerk": "10",
|
||||
"inner_wall_speed": "220",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "250",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"line_width": "0.42",
|
||||
"max_bridge_length": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"only_one_wall_top": "1",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"outer_wall_speed": "200",
|
||||
"outer_wall_jerk": "9",
|
||||
"prime_tower_width": "35",
|
||||
"sparse_infill_speed": "250",
|
||||
"seam_gap": "0%",
|
||||
"support_interface_speed": "150",
|
||||
"support_speed": "250",
|
||||
"support_threshold_angle": "25",
|
||||
"top_surface_jerk": "9",
|
||||
"top_surface_speed": "200",
|
||||
"top_surface_acceleration": "2500",
|
||||
"travel_acceleration": "3200",
|
||||
"travel_jerk": "12",
|
||||
"travel_speed": "250",
|
||||
"tree_support_adaptive_layer_height": "1"
|
||||
}
|
||||
@@ -0,0 +1,211 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_eryone_ER20_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"adaptive_layer_height": "0",
|
||||
"alternate_extra_wall": "0",
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bottom_solid_infill_flow_ratio": "1",
|
||||
"bottom_surface_pattern": "monotonicline",
|
||||
"bridge_acceleration": "50%",
|
||||
"bridge_density": "100%",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_no_support": "0",
|
||||
"bridge_speed": "25",
|
||||
"brim_object_gap": "0.1",
|
||||
"brim_width": "5",
|
||||
"compatible_printers": [],
|
||||
"compatible_printers_condition": "",
|
||||
"default_acceleration": "1200",
|
||||
"default_jerk": "9",
|
||||
"detect_narrow_internal_solid_infill": "0",
|
||||
"detect_overhang_wall": "1",
|
||||
"detect_thin_wall": "0",
|
||||
"dont_filter_internal_bridges": "disabled",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"elefant_foot_compensation_layers": "1",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_extra_bridge_layer": "disabled",
|
||||
"enable_overhang_speed": "1",
|
||||
"enable_prime_tower": "0",
|
||||
"enable_support": "0",
|
||||
"enforce_support_layers": "0",
|
||||
"ensure_vertical_shell_thickness": "ensure_all",
|
||||
"exclude_object": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filter_out_gap_fill": "0",
|
||||
"gap_fill_target": "nowhere",
|
||||
"gap_infill_speed": "30",
|
||||
"gcode_add_line_number": "0",
|
||||
"gcode_comments": "0",
|
||||
"gcode_label_objects": "1",
|
||||
"infill_combination": "0",
|
||||
"infill_combination_max_layer_height": "100%",
|
||||
"infill_direction": "45",
|
||||
"infill_jerk": "9",
|
||||
"infill_wall_overlap": "20%",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"initial_layer_jerk": "9",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_min_bead_width": "85%",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "30",
|
||||
"initial_layer_travel_speed": "100%",
|
||||
"inner_wall_acceleration": "1000",
|
||||
"inner_wall_jerk": "9",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"inner_wall_speed": "80",
|
||||
"interface_shells": "0",
|
||||
"internal_bridge_support_thickness": "0.8",
|
||||
"internal_bridge_angle": "0",
|
||||
"internal_bridge_density": "100%",
|
||||
"internal_bridge_flow": "1",
|
||||
"internal_bridge_speed": "150%",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"internal_solid_infill_pattern": "monotonicline",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"line_width": "0.42",
|
||||
"max_bridge_length": "30",
|
||||
"max_travel_detour_distance": "0",
|
||||
"min_bead_width": "85%",
|
||||
"min_feature_size": "25%",
|
||||
"min_length_factor": "0.5",
|
||||
"min_skirt_length": "0",
|
||||
"min_width_top_surface": "300%",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"only_one_wall_first_layer": "0",
|
||||
"only_one_wall_top": "1",
|
||||
"ooze_prevention": "0",
|
||||
"outer_wall_acceleration": "800",
|
||||
"outer_wall_jerk": "9",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "60",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "60",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_reverse": "0",
|
||||
"overhang_reverse_internal_only": "0",
|
||||
"overhang_reverse_threshold": "50%",
|
||||
"overhang_speed_classic": "0",
|
||||
"precise_outer_wall": "1",
|
||||
"precise_z_height": "1",
|
||||
"preheat_time": "30",
|
||||
"prime_tower_brim_width": "3",
|
||||
"prime_tower_width": "35",
|
||||
"prime_volume": "45",
|
||||
"print_flow_ratio": "1",
|
||||
"print_order": "default",
|
||||
"print_sequence": "by layer",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"reduce_crossing_wall": "1",
|
||||
"reduce_infill_retraction": "1",
|
||||
"resolution": "0.012",
|
||||
"role_based_wipe_speed": "0",
|
||||
"scarf_angle_threshold": "155",
|
||||
"scarf_joint_flow_ratio": "1",
|
||||
"scarf_joint_speed": "100%",
|
||||
"scarf_overhang_threshold": "40%",
|
||||
"seam_gap": "4%",
|
||||
"seam_position": "back",
|
||||
"seam_slope_conditional": "0",
|
||||
"seam_slope_entire_loop": "0",
|
||||
"seam_slope_inner_walls": "0",
|
||||
"seam_slope_min_length": "20",
|
||||
"seam_slope_start_height": "0",
|
||||
"seam_slope_steps": "10",
|
||||
"seam_slope_type": "none",
|
||||
"single_extruder_multi_material_priming": "1",
|
||||
"single_loop_draft_shield": "0",
|
||||
"skirt_loops": "0",
|
||||
"smooth_coefficient": "80",
|
||||
"slow_down_layers": "1",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"solid_infill_direction": "45",
|
||||
"solid_infill_filament": "1",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"sparse_infill_density": "20%",
|
||||
"sparse_infill_filament": "1",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "80",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_bottom_interface_spacing": "0.5",
|
||||
"support_bottom_z_distance": "0.16",
|
||||
"support_expansion": "0",
|
||||
"support_filament": "0",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_not_for_body": "1",
|
||||
"support_interface_pattern": "rectilinear_interlaced",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "80",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_line_width": "0.42",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_speed": "100",
|
||||
"support_threshold_angle": "40",
|
||||
"support_threshold_overlap": "50%",
|
||||
"support_top_z_distance": "0.16",
|
||||
"support_type": "tree(auto)",
|
||||
"thick_bridges": "0",
|
||||
"thick_internal_bridges": "1",
|
||||
"timelapse_type": "0",
|
||||
"top_bottom_infill_wall_overlap": "25%",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0",
|
||||
"top_solid_infill_flow_ratio": "1",
|
||||
"top_surface_jerk": "9",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_speed": "50",
|
||||
"top_surface_acceleration": "800",
|
||||
"travel_acceleration": "1200",
|
||||
"travel_jerk": "11",
|
||||
"travel_speed": "120",
|
||||
"travel_speed_z": "0",
|
||||
"tree_support_adaptive_layer_height": "1",
|
||||
"tree_support_angle_slow": "25",
|
||||
"tree_support_auto_brim": "1",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_branch_angle_organic": "40",
|
||||
"tree_support_branch_diameter": "2",
|
||||
"tree_support_branch_diameter_angle": "5",
|
||||
"tree_support_branch_diameter_organic": "2",
|
||||
"tree_support_branch_distance": "5",
|
||||
"tree_support_branch_distance_organic": "5",
|
||||
"tree_support_brim_width": "3",
|
||||
"tree_support_tip_diameter": "0.8",
|
||||
"tree_support_wall_count": "0",
|
||||
"wall_generator": "classic",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"wall_loops": "2",
|
||||
"wall_sequence": "inner wall/outer wall",
|
||||
"wall_transition_angle": "10",
|
||||
"wall_transition_filter_deviation": "25%",
|
||||
"wall_transition_length": "100%",
|
||||
"wipe_speed": "80%",
|
||||
"wipe_on_loops": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0"
|
||||
}
|
||||
Reference in New Issue
Block a user