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
13
resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json
Normal file
13
resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Elegoo Neptune 4 Plus",
|
||||
"model_id": "Elegoo-Neptune-4-Plus",
|
||||
"nozzle_diameter": "0.2;0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Elegoo",
|
||||
"bed_model": "elegoo_neptune4plus_buildplate_model.stl",
|
||||
"bed_texture": "elegoo_neptune4plus_buildplate_texture.png",
|
||||
"bed_exclude_area": ["0x0"],
|
||||
"hotend_model": "",
|
||||
"default_materials": "Elegoo Generic PLA @0.2 nozzle;Elegoo Generic PETG @0.2 nozzle;Elegoo Generic ABS @0.2 nozzle;Elegoo Generic PLA @0.4 nozzle;Elegoo Generic PETG @0.4 nozzle;Elegoo Generic ABS @0.4 nozzle;Elegoo Generic PLA @0.6 nozzle;Elegoo Generic PETG @0.6 nozzle;Elegoo Generic ABS @0.6 nozzle;Elegoo Generic PLA @0.8 nozzle;Elegoo Generic PETG @0.8 nozzle;Elegoo Generic ABS @0.8 nozzle"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue