mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Add re:3D printer profiles (#12935)
# Description * Add re:3D printer profiles. # Screenshots/Recordings/Graphs <img width="404" height="275" alt="image" src="https://github.com/user-attachments/assets/b7a747a8-4d1a-440f-a214-4a98619e6723" /> ## Tests * Tested build on Linux Ubuntu. * Ran profile validation script: <img width="439" height="74" alt="image" src="https://github.com/user-attachments/assets/ad10e0a0-de9b-45c6-a40e-6cacb6e7b779" />
This commit is contained in:
committed by
GitHub
parent
f72de427cb
commit
ebcefdf037
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.4mm Draft @re3D fdm 0.8",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_re3D_common",
|
||||
"compatible_printers": [
|
||||
"re3D Gigabot 4 0.8 nozzle",
|
||||
"re3D Gigabot 4 XLT 0.8 nozzle",
|
||||
"re3D Terabot 4 0.8 nozzle"
|
||||
],
|
||||
|
||||
"layer_height": "0.4",
|
||||
"initial_layer_print_height": "0.6",
|
||||
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.6",
|
||||
"bottom_shell_layers": "3",
|
||||
|
||||
"line_width": "1",
|
||||
"outer_wall_line_width": "1",
|
||||
"inner_wall_line_width": "1",
|
||||
"initial_layer_line_width": "1",
|
||||
"sparse_infill_line_width": "1",
|
||||
"internal_solid_infill_line_width": "1",
|
||||
"top_surface_line_width": "1",
|
||||
"support_line_width": "1",
|
||||
|
||||
|
||||
"overhang_1_4_speed": "45",
|
||||
"overhang_2_4_speed": "35",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "15",
|
||||
|
||||
"initial_layer_speed": "30",
|
||||
"initial_layer_infill_speed": "30",
|
||||
"initial_layer_travel_speed": "50",
|
||||
|
||||
|
||||
"outer_wall_speed": "45",
|
||||
"inner_wall_speed": "45",
|
||||
"small_perimeter_speed": "45",
|
||||
"small_perimeter_threshold": "45",
|
||||
"sparse_infill_speed": "45",
|
||||
"internal_solid_infill_speed": "45",
|
||||
"top_surface_speed": "45",
|
||||
"gap_infill_speed": "45",
|
||||
"support_speed": "45",
|
||||
"support_interface_speed": "45",
|
||||
|
||||
|
||||
"travel_speed": "300",
|
||||
|
||||
|
||||
"standby_temperature_delta": "-55",
|
||||
|
||||
"support_top_z_distance": "0.42",
|
||||
"support_bottom_z_distance": "0.42"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user