Files
OrcaSlicer-bambulab/resources/profiles/LONGER/process/0.12mm Fine @LONGER LK10 (0.2 nozzle).json
2026-05-11 19:29:55 +01:00

25 lines
983 B
JSON

{
"type": "process",
"name": "0.12mm Fine @LONGER LK10 (0.2 nozzle)",
"inherits": "fdm_process_common",
"from": "system",
"instantiation": "true",
"layer_height": "0.12",
"bottom_shell_layers": "6",
"outer_wall_line_width": "0.2",
"line_width": "0.2",
"initial_layer_line_width": "0.22",
"sparse_infill_line_width": "0.25",
"inner_wall_line_width": "0.25",
"internal_solid_infill_line_width": "0.25",
"support_line_width": "0.2",
"top_surface_line_width": "0.2",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_print_height": "0.2",
"support_top_z_distance": "0.12",
"compatible_printers": ["LONGER LK10 (0.2 nozzle)"],
"start_gcode": "START_PRINT BED_TEMP={first_layer_bed_temperature[0]} EXTRUDER_TEMP_1ST={first_layer_temperature[0]} EXTRUDER_TEMP={temperature[0]} FILAMENT_DIAMETER={filament_diameter[0]}\nG92 E0\nG1 X2 Y2 F6000\nG1 Z0.28 F1000\nG1 X200 E12 F1000\nG1 E-0.8 F1800\n",
"end_gcode": "END_PRINT\n"
}