orcaslicer/resources/profiles/Blocks/process/fdm_process_common 0.8 nozzle.json
Hugo Costa 88ca0bc5b9
Add BLOCKS RD50, ProS100 and RF50 printers (#7190)
* Add BLOCKS RD50, ProS100 and RF50 printers

Add printer configurations and profiles for Blockstech printers to OrcaSlicer

* Update RF50 thumbnail

Added the definative thumbnail for the RF50 printer model.
2024-10-26 00:31:11 +08:00

81 lines
2.5 KiB
JSON

{
"type": "process",
"name": "fdm_process_common 0.8 nozzle",
"inherits": "fdm_process_blocks_common",
"from": "system",
"instantiation": "false",
"compatible_printers": [
"BLOCKS Pro S100",
"BLOCKS Pro S100 0.8 nozzle",
"BLOCKS RD50 V2",
"BLOCKS RD50 V2 0.8 nozzle",
"BLOCKS RF50",
"BLOCKS RF50 0.8 nozzle"
],
"sparse_infill_line_width": "0.82",
"outer_wall_line_width": "0.82",
"line_width": "0.82",
"initial_layer_line_width": "0.82",
"inner_wall_line_width": "0.82",
"initial_layer_print_height": "0.3",
"internal_solid_infill_line_width": "0.82",
"support_line_width": "0.82",
"top_surface_line_width": "0.82",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"bridge_flow": "0.95",
"brim_width": "5",
"print_sequence": "by layer",
"default_acceleration": "4500",
"bridge_no_support": "0",
"elefant_foot_compensation": "0.1",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"infill_combination": "0",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"detect_overhang_wall": "0",
"reduce_infill_retraction": "0",
"filename_format": "{input_filename_base}.gcode",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "nearest",
"seam_gap": "2%",
"skirt_distance": "2",
"skirt_height": "2",
"minimum_sparse_infill_area": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"support_filament": "0",
"support_interface_filament": "0",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_interface_loop_pattern": "0",
"support_interface_top_layers": "2",
"support_interface_spacing": "0",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.5",
"detect_thin_wall": "0",
"infill_direction": "45",
"enable_prime_tower": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"support_interface_speed": "80",
"support_speed": "80",
"bridge_speed": "80",
"internal_bridge_speed": "100%",
"top_surface_speed": "80",
"travel_speed": "250",
"outer_wall_speed": "80",
"inner_wall_speed": "100",
"initial_layer_speed": "20",
"gap_infill_speed": "70",
"sparse_infill_speed": "80",
"internal_solid_infill_speed": "80",
"exclude_object": "1"
}