mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 06:53:47 -07:00
27 lines
1005 B
JSON
27 lines
1005 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.20mm Standard @LONGER LK10 Plus (0.4 nozzle)",
|
|
"inherits": "fdm_process_common",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"layer_height": "0.2",
|
|
"bottom_shell_layers": "3",
|
|
"outer_wall_line_width": "0.4",
|
|
"line_width": "0.4",
|
|
"initial_layer_line_width": "0.42",
|
|
"sparse_infill_line_width": "0.45",
|
|
"inner_wall_line_width": "0.45",
|
|
"internal_solid_infill_line_width": "0.45",
|
|
"support_line_width": "0.38",
|
|
"top_surface_line_width": "0.38",
|
|
"top_shell_layers": "4",
|
|
"top_shell_thickness": "0.8",
|
|
"initial_layer_print_height": "0.2",
|
|
"support_top_z_distance": "0.2",
|
|
"compatible_printers": [
|
|
"LONGER LK10 Plus (0.4 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 X300 E15 F1000\nG1 E-0.8 F1800\n",
|
|
"end_gcode": "END_PRINT\n"
|
|
}
|