mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-09 02:57:41 +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.
89 lines
2.9 KiB
JSON
89 lines
2.9 KiB
JSON
{
|
|
"type": "process",
|
|
"name": "fdm_process_re3D_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_process_common",
|
|
"adaptive_layer_height": "0",
|
|
"reduce_crossing_wall": "1",
|
|
"bridge_flow": "0.985",
|
|
"brim_width": "8",
|
|
"print_sequence": "by layer",
|
|
"bridge_no_support": "0",
|
|
"elefant_foot_compensation": "0",
|
|
"sparse_infill_density": "15%",
|
|
"sparse_infill_pattern": "rectilinear",
|
|
"infill_combination": "0",
|
|
"infill_wall_overlap": "25%",
|
|
"detect_overhang_wall": "1",
|
|
"reduce_infill_retraction": "0",
|
|
"filename_format": "{input_filename_base}.gcode",
|
|
"wall_loops": "3",
|
|
"wall_generator": "arachne",
|
|
"raft_layers": "0",
|
|
"seam_position": "nearest",
|
|
"skirt_distance": "8",
|
|
"skirt_height": "1",
|
|
"minimum_sparse_infill_area": "0",
|
|
"spiral_mode": "0",
|
|
"standby_temperature_delta": "-75",
|
|
"enable_support": "1",
|
|
"support_filament": "0",
|
|
"support_interface_filament": "0",
|
|
"support_on_build_plate_only": "0",
|
|
"support_interface_loop_pattern": "0",
|
|
"support_interface_top_layers": "2",
|
|
"support_interface_spacing": "0.05",
|
|
"support_base_pattern": "rectilinear",
|
|
"support_base_pattern_spacing": "2",
|
|
"support_threshold_angle": "30",
|
|
"support_object_xy_distance": "0.5",
|
|
"detect_thin_wall": "0",
|
|
"enable_prime_tower": "0",
|
|
"prime_tower_width": "60",
|
|
"xy_hole_compensation": "0",
|
|
"xy_contour_compensation": "0",
|
|
"max_travel_detour_distance": "0",
|
|
"bottom_surface_pattern": "monotonic",
|
|
"bottom_shell_layers": "3",
|
|
"bottom_shell_thickness": "0",
|
|
"brim_object_gap": "0.1",
|
|
"compatible_printers_condition": "",
|
|
"draft_shield": "disabled",
|
|
"enable_arc_fitting": "1",
|
|
"wall_infill_order": "inner wall/outer wall/infill",
|
|
"infill_direction": "45",
|
|
"interface_shells": "0",
|
|
"ironing_flow": "10%",
|
|
"ironing_spacing": "0.1",
|
|
"ironing_type": "no ironing",
|
|
"print_settings_id": "fdm_process_re3D_common",
|
|
"skirt_loops": "2",
|
|
"resolution": "0.0",
|
|
"support_type": "normal(auto)",
|
|
"support_style": "snug",
|
|
"support_interface_bottom_layers": "2",
|
|
"tree_support_branch_angle": "45",
|
|
"tree_support_wall_count": "0",
|
|
"top_surface_pattern": "monotonicline",
|
|
"top_shell_layers": "4",
|
|
"top_shell_thickness": "0.6",
|
|
"wipe_tower_no_sparse_layers": "0",
|
|
"precise_outer_wall": "0",
|
|
"accel_to_decel_enable": "0",
|
|
"prime_volume": "200",
|
|
"ooze_prevention": "1",
|
|
"preheat_time": "30",
|
|
"slow_down_layers": "2",
|
|
"small_perimeter_threshold": "10",
|
|
"exclude_object": "1",
|
|
"compatible_printers": [
|
|
"re3D Gigabot 4 0.4 nozzle",
|
|
"re3D Gigabot 4 0.8 nozzle",
|
|
"re3D Gigabot 4 XLT 0.4 nozzle",
|
|
"re3D Gigabot 4 XLT 0.8 nozzle",
|
|
"re3D Terabot 4 0.4 nozzle",
|
|
"re3D Terabot 4 0.8 nozzle"
|
|
]
|
|
}
|