mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 06:53:47 -07:00
25 lines
986 B
JSON
25 lines
986 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.24mm Draft @LONGER LK10 (0.6 nozzle)",
|
|
"inherits": "fdm_process_common",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"layer_height": "0.24",
|
|
"bottom_shell_layers": "3",
|
|
"outer_wall_line_width": "0.6",
|
|
"line_width": "0.6",
|
|
"initial_layer_line_width": "0.62",
|
|
"sparse_infill_line_width": "0.65",
|
|
"inner_wall_line_width": "0.65",
|
|
"internal_solid_infill_line_width": "0.65",
|
|
"support_line_width": "0.55",
|
|
"top_surface_line_width": "0.65",
|
|
"top_shell_layers": "4",
|
|
"top_shell_thickness": "0.8",
|
|
"initial_layer_print_height": "0.2",
|
|
"support_top_z_distance": "0.24",
|
|
"compatible_printers": ["LONGER LK10 (0.6 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"
|
|
}
|