Files
OrcaSlicer/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_common.json
T
timschneider 514749e121 Add per-nozzle volumetric flow limits and nozzle size in filename
Cap filament volumetric speed per nozzle (0.4: 14, 0.6: 20, 0.8: 26,
1.0: 30, 1.2: 40 mm3/s). Filaments whose limit exceeds a nozzle's
capability get a nozzle-scoped child profile that only lowers
filament_max_volumetric_speed; filament_id is inherited so all nozzle
variants remain the same material.

Also include layer height and nozzle diameter in the g-code filename.
2026-07-14 09:27:15 +02:00

40 lines
1.3 KiB
JSON

{
"type": "process",
"name": "fdm_process_meltingplot_chx_common",
"inherits": "fdm_process_common",
"from": "system",
"instantiation": "false",
"filename_format": "{input_filename_base}_L{layer_height}mm_N{nozzle_diameter[0]}_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode",
"brim_object_gap": "0",
"brim_type": "outer_only",
"default_acceleration": "6000",
"slowdown_for_curled_perimeters": "0",
"enable_support": "1",
"extrusion_rate_smoothing_external_perimeter_only": "1",
"gap_infill_speed": "250",
"infill_wall_overlap": "15%",
"initial_layer_acceleration": "500",
"initial_layer_infill_speed": "30",
"initial_layer_line_width": "120%",
"initial_layer_speed": "20",
"inner_wall_line_width": "110%",
"inner_wall_speed": "300",
"internal_solid_infill_line_width": "115%",
"internal_solid_infill_speed": "250",
"line_width": "120%",
"reduce_infill_retraction": "0",
"seam_gap": "0",
"skirt_speed": "20",
"skirt_type": "perobject",
"slow_down_layers": "3",
"sparse_infill_line_width": "110%",
"support_line_width": "110%",
"support_type": "tree(auto)",
"top_shell_layers": "5",
"top_surface_acceleration": "2000",
"top_surface_line_width": "110%",
"top_surface_speed": "200",
"travel_speed": "1000",
"wall_generator": "classic"
}