mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Initial release
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @LONGER LK10 (0.6 nozzle)",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"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.56",
|
||||
"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 (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"
|
||||
}
|
||||
Reference in New Issue
Block a user