mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-29 21:07:11 +00:00
* re:3D profile updates. - Replace vendor-specific "re3D Greengate rPETG" filament with a generic "re3D rPETG" (base + @0.8/@1.75 nozzle variants), matching the naming convention used for rPLA/rPETG elsewhere in the re:3D vendor pack. - Add fdm_filament_pp as a proper filament-type parent and switch re3D rPP to inherit from it instead of overriding filament_type on top of fdm_filament_pet. - Added filament_type to the specific printer JSON file and removed from the base printer JSON file [fixes Issue#14693] - Updates to speeds and accelerations for re:3D profiles, moved from common to machine processes [closed: PR#14259] - Updates to fdm profile filename format so that it lists the filename and extruder number in the sliced .gcode file * Fix setting IDs * Add rename from for changed material names.
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"type": "process",
|
|
"setting_id": "u9PNexqDf7jWUnnH",
|
|
"name": "0.2 Fine",
|
|
"renamed_from": "0.2mm Fine @re3D fdm 0.4",
|
|
"from": "system",
|
|
"inherits": "fdm_process_re3D_common",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"re3D Gigabot 4 0.4 nozzle",
|
|
"re3D Gigabot 4 XLT 0.4 nozzle",
|
|
"re3D Terabot 4 0.4 nozzle"
|
|
],
|
|
"layer_height": "0.2",
|
|
"initial_layer_print_height": "0.4",
|
|
"line_width": "0.44",
|
|
"outer_wall_line_width": "0.44",
|
|
"inner_wall_line_width": "0.44",
|
|
"initial_layer_line_width": "0.6",
|
|
"sparse_infill_line_width": "0.48",
|
|
"internal_solid_infill_line_width": "0.48",
|
|
"top_surface_line_width": "0.44",
|
|
"support_line_width": "0.48",
|
|
"support_top_z_distance": "0.2",
|
|
"support_bottom_z_distance": "0.2",
|
|
"outer_wall_speed": "60",
|
|
"initial_layer_speed": "50",
|
|
"gap_infill_speed": "60",
|
|
"sparse_infill_speed": "80",
|
|
"inner_wall_speed": "80",
|
|
"internal_solid_infill_speed": "80",
|
|
"support_interface_speed": "30",
|
|
"support_speed": "90",
|
|
"top_surface_speed": "50",
|
|
"travel_speed": "300",
|
|
"top_surface_acceleration": "2500",
|
|
"initial_layer_acceleration": "1000",
|
|
"travel_acceleration": "5000",
|
|
"inner_wall_acceleration": "5000",
|
|
"ironing_speed": "25",
|
|
"overhang_1_4_speed": "0",
|
|
"overhang_2_4_speed": "50",
|
|
"overhang_3_4_speed": "30",
|
|
"overhang_4_4_speed": "10",
|
|
"initial_layer_infill_speed": "50",
|
|
"outer_wall_acceleration": "2500",
|
|
"bridge_acceleration": "3500",
|
|
"sparse_infill_acceleration": "5000",
|
|
"internal_solid_infill_acceleration": "5000",
|
|
"initial_layer_travel_speed": "100%",
|
|
"small_perimeter_speed": "50%",
|
|
"filename_format": "{input_filename_base}_{\"E\"}{initial_tool}_{filament_type[initial_tool]}_{print_time}.gcode"
|
|
}
|