mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Initial add of Neptune 4 Plus profile (#2980)
* Initial add of N4Plus profile Still some tuning to get it "right" but way better than nothing or just copying the Max profile. * Fixing machine_start and manual filament change Adding PRINT_START to the machine_start_gcode Adding manual_filament_change override to True since this printer doesn't have automatic filament change. * Adjusting accelerations and removing Z-Hop Bumping accelerations to stock levels for all sizes and removing Z-Hop by default. * Adding Z-Hop back in to be safe Getting more stringing with Z-hop on but also rubbing prints during some moves. * Removing print_start and lower accels a little PRINT_START is automatically called on this printer so removing it from machine start gcode Lowering accelerations a tiny bit. May bump it back up later but wanted a safer value.
This commit is contained in:
parent
82cb9e3565
commit
dae9d62be5
37 changed files with 1269 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "Generic @Elegoo Neptune4 Plus",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "9",
|
||||
"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",
|
||||
"resolution": "0.012",
|
||||
"support_top_z_distance": "0.08",
|
||||
"support_line_width": "0.2",
|
||||
"support_interface_spacing": "0.2",
|
||||
"top_surface_line_width": "0.2",
|
||||
"top_shell_layers": "11",
|
||||
"top_shell_thickness": "0.8",
|
||||
"compatible_printers": [
|
||||
"Elegoo Neptune 4 Plus (0.2 nozzle)"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue