From dae9d62be5245a9fbbe5694b927180ab913fa3db Mon Sep 17 00:00:00 2001 From: Kalooth <46543001+Kalooth@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:35:34 -0600 Subject: [PATCH] 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. --- resources/profiles/Elegoo.json | 120 ++++++++++++++++++ .../Elegoo/Elegoo Neptune 4 Plus_cover.png | Bin 0 -> 21553 bytes .../elegoo_neptune4plus_buildplate_model.stl | Bin 0 -> 18684 bytes ...elegoo_neptune4plus_buildplate_texture.png | Bin 0 -> 7562 bytes .../Elegoo/filament/Elegoo Generic ABS.json | 4 + .../Elegoo/filament/Elegoo Generic PETG.json | 4 + .../Elegoo/filament/Elegoo Generic PLA.json | 4 + .../Elegoo Neptune 4 Plus (0.2 nozzle).json | 98 ++++++++++++++ .../Elegoo Neptune 4 Plus (0.4 nozzle).json | 98 ++++++++++++++ .../Elegoo Neptune 4 Plus (0.6 nozzle).json | 98 ++++++++++++++ .../Elegoo Neptune 4 Plus (0.8 nozzle).json | 98 ++++++++++++++ .../Elegoo/machine/Elegoo Neptune 4 Plus.json | 13 ++ ...ne @Elegoo Neptune4 Plus (0.2 nozzle).json | 26 ++++ ...ne @Elegoo Neptune4 Plus (0.4 nozzle).json | 26 ++++ ...ne @Elegoo Neptune4 Plus (0.6 nozzle).json | 26 ++++ ...ne @Elegoo Neptune4 Plus (0.8 nozzle).json | 26 ++++ ...ne @Elegoo Neptune4 Plus (0.2 nozzle).json | 26 ++++ ...ne @Elegoo Neptune4 Plus (0.4 nozzle).json | 26 ++++ ...ne @Elegoo Neptune4 Plus (0.6 nozzle).json | 26 ++++ ...ne @Elegoo Neptune4 Plus (0.8 nozzle).json | 26 ++++ ...al @Elegoo Neptune4 Plus (0.2 nozzle).json | 26 ++++ ...al @Elegoo Neptune4 Plus (0.4 nozzle).json | 26 ++++ ...al @Elegoo Neptune4 Plus (0.6 nozzle).json | 26 ++++ ...al @Elegoo Neptune4 Plus (0.8 nozzle).json | 26 ++++ ...rd @Elegoo Neptune4 Plus (0.2 nozzle).json | 26 ++++ ...rd @Elegoo Neptune4 Plus (0.4 nozzle).json | 26 ++++ ...rd @Elegoo Neptune4 Plus (0.6 nozzle).json | 26 ++++ ...rd @Elegoo Neptune4 Plus (0.8 nozzle).json | 26 ++++ ...ft @Elegoo Neptune4 Plus (0.2 nozzle).json | 26 ++++ ...ft @Elegoo Neptune4 Plus (0.4 nozzle).json | 26 ++++ ...ft @Elegoo Neptune4 Plus (0.6 nozzle).json | 26 ++++ ...ft @Elegoo Neptune4 Plus (0.8 nozzle).json | 26 ++++ ...ft @Elegoo Neptune4 Plus (0.2 nozzle).json | 26 ++++ ...ft @Elegoo Neptune4 Plus (0.4 nozzle).json | 26 ++++ ...ft @Elegoo Neptune4 Plus (0.6 nozzle).json | 26 ++++ ...ft @Elegoo Neptune4 Plus (0.8 nozzle).json | 26 ++++ .../Generic @Elegoo Neptune4 Plus.json | 108 ++++++++++++++++ 37 files changed, 1269 insertions(+) create mode 100644 resources/profiles/Elegoo/Elegoo Neptune 4 Plus_cover.png create mode 100644 resources/profiles/Elegoo/elegoo_neptune4plus_buildplate_model.stl create mode 100644 resources/profiles/Elegoo/elegoo_neptune4plus_buildplate_texture.png create mode 100644 resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.2 nozzle).json create mode 100644 resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.4 nozzle).json create mode 100644 resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.6 nozzle).json create mode 100644 resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.8 nozzle).json create mode 100644 resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json create mode 100644 resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json create mode 100644 resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json create mode 100644 resources/profiles/Elegoo/process/Generic @Elegoo Neptune4 Plus.json diff --git a/resources/profiles/Elegoo.json b/resources/profiles/Elegoo.json index a5c0576488..2ed148c55d 100644 --- a/resources/profiles/Elegoo.json +++ b/resources/profiles/Elegoo.json @@ -51,6 +51,10 @@ { "name": "Elegoo Neptune 4 Max", "sub_path": "machine/Elegoo Neptune 4 Max.json" + }, + { + "name": "Elegoo Neptune 4 Plus", + "sub_path": "machine/Elegoo Neptune 4 Plus.json" } ], "process_list": [ @@ -62,6 +66,10 @@ "name": "fdm_process_elegoo_common", "sub_path": "process/fdm_process_elegoo_common.json" }, + { + "name": "Generic @Elegoo Neptune4 Plus", + "sub_path": "process/Generic @Elegoo Neptune4 Plus.json" + }, { "name": "0.08mm Extra Fine @Elegoo Neptune", "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune.json" @@ -310,6 +318,22 @@ "name": "0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle)", "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Max (0.8 nozzle).json" }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, { "name": "0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle)", "sub_path": "process/0.08mm Extra Fine @Elegoo Neptune4Pro (0.2 nozzle).json" @@ -358,6 +382,22 @@ "name": "0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle)", "sub_path": "process/0.12mm Fine @Elegoo Neptune4Max (0.8 nozzle).json" }, + { + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, { "name": "0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle)", "sub_path": "process/0.12mm Fine @Elegoo Neptune4Pro (0.2 nozzle).json" @@ -406,6 +446,22 @@ "name": "0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle)", "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Max (0.8 nozzle).json" }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, { "name": "0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle)", "sub_path": "process/0.16mm Optimal @Elegoo Neptune4Pro (0.2 nozzle).json" @@ -454,6 +510,22 @@ "name": "0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle)", "sub_path": "process/0.20mm Standard @Elegoo Neptune4Max (0.8 nozzle).json" }, + { + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, { "name": "0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle)", "sub_path": "process/0.20mm Standard @Elegoo Neptune4Pro (0.2 nozzle).json" @@ -502,6 +574,22 @@ "name": "0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle)", "sub_path": "process/0.24mm Draft @Elegoo Neptune4Max (0.8 nozzle).json" }, + { + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, { "name": "0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle)", "sub_path": "process/0.24mm Draft @Elegoo Neptune4Pro (0.2 nozzle).json" @@ -550,6 +638,22 @@ "name": "0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle)", "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Max (0.8 nozzle).json" }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json" + }, + { + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle)", + "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json" + }, { "name": "0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle)", "sub_path": "process/0.28mm Extra Draft @Elegoo Neptune4Pro (0.2 nozzle).json" @@ -674,6 +778,22 @@ "name": "Elegoo Neptune 4 Max (0.8 nozzle)", "sub_path": "machine/Elegoo Neptune 4 Max (0.8 nozzle).json" }, + { + "name": "Elegoo Neptune 4 Plus (0.2 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Plus (0.2 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Plus (0.4 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Plus (0.4 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Plus (0.6 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Plus (0.6 nozzle).json" + }, + { + "name": "Elegoo Neptune 4 Plus (0.8 nozzle)", + "sub_path": "machine/Elegoo Neptune 4 Plus (0.8 nozzle).json" + }, { "name": "Elegoo Neptune 4 Pro (0.2 nozzle)", "sub_path": "machine/Elegoo Neptune 4 Pro (0.2 nozzle).json" diff --git a/resources/profiles/Elegoo/Elegoo Neptune 4 Plus_cover.png b/resources/profiles/Elegoo/Elegoo Neptune 4 Plus_cover.png new file mode 100644 index 0000000000000000000000000000000000000000..a283f2834f4606ee3696a18fb7901252da3cd082 GIT binary patch literal 21553 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

jJm^ z<}JASJ@3KaeBn8xW&tVNNh7;C!SFpSX{8?ND|n{L7rPkk4!otXiw z0xVjDfQF%ewAoz!z#Vsd^w5C=PdACt4-m$tTHPqO%8XHhiM+@s2%)Py-y6?zxhl)^ zIsl?%2Ep*^$A0Hyzxwt2|N7#xeu!@p1A|^-yz=T;_a!jo|Huu z0Jj#@TFbRoi~yWa&J6*fWo(>u=g=4$hTy(qY^WO^NeDrAeimUE#1j(}zrJ_R?kgyX zFMQz(?>u$t)PoN_^w6zCLql&!zh${3)6+AJ{Rf`ha`526$#=i|UHkv|55L%6k`LuA z#EM7?f03|pa-9XRfBW|BcJn*8?)i(a{pF+6Gc(~2e(=Na$l;@v}7hl)w)KA0-#_GV2$(Mj1s6Kw@K7huYb>r7cc(7jW^!-nX4Hy z00h3U0NMZ!mB-H|1_r%M*tl`y`qQURKQ*~-tp*U4$5ru(PkzELYPB!MNeq}PlQ>5= z0@hmVFWR(c*REZ3&z?P>zI^%e+yf6h@Z-1XQdSgxp|^EgPF%Qf;RYc@_osb6>6Jsu z7O?)lFpGK%UyrG&srPof-Op{?w(T2l*@>@k3=Dc1@RhH8Wo;Bi>+ibjuAh3aVHk#{ zQmH)S3GYW?5WX4&L7Na#ZXD_iItYRbzVD}Z-+i~YW51MO}6Lk{b{`R-!efQn>@#mg< zPE@N^E~Vsa*RHKMo6SupPo8{dtJUJZ@Bi~Hx7;#+;>3wx3xePSTefWZy?gGtr?nK< zwo)))IhF`}9@#^_`n9kATfJVtSxR{>2!al!wC4N%v-NuY`%0 zDujqDmCD7@(a{%IuU>s#DHU$syt(u6!w=8jaKjDey6dhZ4?g(d)Xtqd@4W4{+w$eU z=B38KpqCI2J@k-wFMdP)9I{hx7({IrK5z9kvz{g2SIR6nx>`ckkZ0+}E-k7$k)&3`0Xh8bDeed&&bxj~*qhR?GY5H@`V5 zrL0IPd6FbUzVA;)QFMb4q9dgov)10aWy_XNFXuH3Fu(u<3^2d|0}L?000Rs#zyJdb pFu(u<3^2d|0}L?000S&7{ujCwoDJ;9>G%Ku002ovPDHLkV1jiOUA6!K literal 0 HcmV?d00001 diff --git a/resources/profiles/Elegoo/elegoo_neptune4plus_buildplate_model.stl b/resources/profiles/Elegoo/elegoo_neptune4plus_buildplate_model.stl new file mode 100644 index 0000000000000000000000000000000000000000..7465a18db92b3b7fb19f422dd08b54ea59e622d1 GIT binary patch literal 18684 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 literal 0 HcmV?d00001 diff --git a/resources/profiles/Elegoo/filament/Elegoo Generic ABS.json b/resources/profiles/Elegoo/filament/Elegoo Generic ABS.json index 1ba91627cc..96cbcdaabb 100644 --- a/resources/profiles/Elegoo/filament/Elegoo Generic ABS.json +++ b/resources/profiles/Elegoo/filament/Elegoo Generic ABS.json @@ -27,6 +27,10 @@ "Elegoo Neptune 4 Max (0.4 nozzle)", "Elegoo Neptune 4 Max (0.6 nozzle)", "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", "Elegoo Neptune 4 Pro (0.2 nozzle)", "Elegoo Neptune 4 Pro (0.4 nozzle)", "Elegoo Neptune 4 Pro (0.6 nozzle)", diff --git a/resources/profiles/Elegoo/filament/Elegoo Generic PETG.json b/resources/profiles/Elegoo/filament/Elegoo Generic PETG.json index 4297b2515d..10cf1ae1b6 100644 --- a/resources/profiles/Elegoo/filament/Elegoo Generic PETG.json +++ b/resources/profiles/Elegoo/filament/Elegoo Generic PETG.json @@ -37,6 +37,10 @@ "Elegoo Neptune 4 Max (0.4 nozzle)", "Elegoo Neptune 4 Max (0.6 nozzle)", "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", "Elegoo Neptune 4 Pro (0.2 nozzle)", "Elegoo Neptune 4 Pro (0.4 nozzle)", "Elegoo Neptune 4 Pro (0.6 nozzle)", diff --git a/resources/profiles/Elegoo/filament/Elegoo Generic PLA.json b/resources/profiles/Elegoo/filament/Elegoo Generic PLA.json index ec8b59ad0c..1a2c92df3a 100644 --- a/resources/profiles/Elegoo/filament/Elegoo Generic PLA.json +++ b/resources/profiles/Elegoo/filament/Elegoo Generic PLA.json @@ -28,6 +28,10 @@ "Elegoo Neptune 4 Max (0.4 nozzle)", "Elegoo Neptune 4 Max (0.6 nozzle)", "Elegoo Neptune 4 Max (0.8 nozzle)", + "Elegoo Neptune 4 Plus (0.2 nozzle)", + "Elegoo Neptune 4 Plus (0.4 nozzle)", + "Elegoo Neptune 4 Plus (0.6 nozzle)", + "Elegoo Neptune 4 Plus (0.8 nozzle)", "Elegoo Neptune 4 Pro (0.2 nozzle)", "Elegoo Neptune 4 Pro (0.4 nozzle)", "Elegoo Neptune 4 Pro (0.6 nozzle)", diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.2 nozzle).json new file mode 100644 index 0000000000..2c4c499b7c --- /dev/null +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.2 nozzle).json @@ -0,0 +1,98 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Elegoo Neptune 4 Plus (0.2 nozzle)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_elegoo_common", + "printer_model": "Elegoo Neptune 4 Plus", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "385", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "380", + "extruder_clearance_height_to_rod": "10", + "extruder_clearance_radius": "60", + "extruder_colour": ["#FCE94F"], + "extruder_offset": ["0x0"], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "machine_max_acceleration_e": ["5000", "5000"], + "machine_max_acceleration_extruding": ["7000", "7000"], + "machine_max_acceleration_retracting": ["7000", "7000"], + "machine_max_acceleration_travel": ["7000", "7000"], + "machine_max_acceleration_x": ["7000", "7000"], + "machine_max_acceleration_y": ["7000", "7000"], + "machine_max_acceleration_z": ["300", "300"], + "machine_max_speed_e": ["60", "25"], + "machine_max_speed_x": ["500", "500"], + "machine_max_speed_y": ["500", "500"], + "machine_max_speed_z": ["20", "20"], + "machine_max_jerk_e": ["2.5", "5"], + "machine_max_jerk_x": ["8", "12"], + "machine_max_jerk_y": ["8", "12"], + "machine_max_jerk_z": ["0.2", "0.4"], + "machine_min_extruding_rate": ["0", "0"], + "machine_min_travel_rate": ["0","0"], + "max_layer_height": [ + "0.15" + ], + "min_layer_height": [ + "0.05" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": ["0%"], + "retract_length_toolchange": ["2"], + "deretraction_speed": ["45"], + "retract_lift_above": ["0"], + "retract_lift_below": ["0"], + "retract_lift_enforce": ["All Surfaces"], + "retract_restart_extra": ["0"], + "retract_restart_extra_toolchange": ["0"], + "retract_when_changing_layer": ["1"], + "retraction_length": ["0.5"], + "retraction_minimum_travel": ["1"], + "retraction_speed": ["45"], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "use_relative_e_distances": "1", + "wipe": ["1"], + "wipe_distance": ["1"], + "z_hop": ["0.4"], + "z_hop_types": ["Normal Lift"], + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Elegoo Generic PLA @0.2 nozzle" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 s[first_layer_bed_temperature]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0 F6000\nG1 Z0 F300\nM109 s[first_layer_temperature]\nG92 E0 ;Reset Extruder\nG1 X115 Y0 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.4 nozzle).json new file mode 100644 index 0000000000..0c4ba34d9a --- /dev/null +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.4 nozzle).json @@ -0,0 +1,98 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Elegoo Neptune 4 Plus (0.4 nozzle)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_elegoo_common", + "printer_model": "Elegoo Neptune 4 Plus", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "385", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "380", + "extruder_clearance_height_to_rod": "10", + "extruder_clearance_radius": "60", + "extruder_colour": ["#FCE94F"], + "extruder_offset": ["0x0"], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "machine_max_acceleration_e": ["5000", "5000"], + "machine_max_acceleration_extruding": ["7000", "7000"], + "machine_max_acceleration_retracting": ["7000", "7000"], + "machine_max_acceleration_travel": ["7000", "7000"], + "machine_max_acceleration_x": ["7000", "7000"], + "machine_max_acceleration_y": ["7000", "7000"], + "machine_max_acceleration_z": ["300", "300"], + "machine_max_speed_e": ["60", "25"], + "machine_max_speed_x": ["500", "500"], + "machine_max_speed_y": ["500", "500"], + "machine_max_speed_z": ["20", "20"], + "machine_max_jerk_e": ["2.5", "5"], + "machine_max_jerk_x": ["8", "12"], + "machine_max_jerk_y": ["8", "12"], + "machine_max_jerk_z": ["0.2", "0.4"], + "machine_min_extruding_rate": ["0", "0"], + "machine_min_travel_rate": ["0","0"], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.10" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": ["0%"], + "retract_length_toolchange": ["2"], + "deretraction_speed": ["45"], + "retract_lift_above": ["0"], + "retract_lift_below": ["0"], + "retract_lift_enforce": ["All Surfaces"], + "retract_restart_extra": ["0"], + "retract_restart_extra_toolchange": ["0"], + "retract_when_changing_layer": ["1"], + "retraction_length": ["0.5"], + "retraction_minimum_travel": ["1"], + "retraction_speed": ["45"], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "use_relative_e_distances": "1", + "wipe": ["1"], + "wipe_distance": ["1"], + "z_hop": ["0.4"], + "z_hop_types": ["Normal Lift"], + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Elegoo Generic PLA @0.4 nozzle" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 s[first_layer_bed_temperature]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0 F6000\nG1 Z0 F300\nM109 s[first_layer_temperature]\nG92 E0 ;Reset Extruder\nG1 X115 Y0 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.6 nozzle).json new file mode 100644 index 0000000000..a485bc0e18 --- /dev/null +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.6 nozzle).json @@ -0,0 +1,98 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Elegoo Neptune 4 Plus (0.6 nozzle)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_elegoo_common", + "printer_model": "Elegoo Neptune 4 Plus", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "385", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "380", + "extruder_clearance_height_to_rod": "10", + "extruder_clearance_radius": "60", + "extruder_colour": ["#FCE94F"], + "extruder_offset": ["0x0"], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "machine_max_acceleration_e": ["5000", "5000"], + "machine_max_acceleration_extruding": ["7000", "7000"], + "machine_max_acceleration_retracting": ["7000", "7000"], + "machine_max_acceleration_travel": ["7000", "7000"], + "machine_max_acceleration_x": ["7000", "7000"], + "machine_max_acceleration_y": ["7000", "7000"], + "machine_max_acceleration_z": ["300", "300"], + "machine_max_speed_e": ["60", "25"], + "machine_max_speed_x": ["300", "200"], + "machine_max_speed_y": ["300", "200"], + "machine_max_speed_z": ["25", "12"], + "machine_max_jerk_e": ["2.5", "5"], + "machine_max_jerk_x": ["8", "12"], + "machine_max_jerk_y": ["8", "12"], + "machine_max_jerk_z": ["0.2", "0.4"], + "machine_min_extruding_rate": ["0", "0"], + "machine_min_travel_rate": ["0","0"], + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.15" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": ["0%"], + "retract_length_toolchange": ["2"], + "deretraction_speed": ["45"], + "retract_lift_above": ["0"], + "retract_lift_below": ["0"], + "retract_lift_enforce": ["All Surfaces"], + "retract_restart_extra": ["0"], + "retract_restart_extra_toolchange": ["0"], + "retract_when_changing_layer": ["1"], + "retraction_length": ["0.5"], + "retraction_minimum_travel": ["1"], + "retraction_speed": ["45"], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "use_relative_e_distances": "1", + "wipe": ["1"], + "wipe_distance": ["1"], + "z_hop": ["0.4"], + "z_hop_types": ["Normal Lift"], + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Elegoo Generic PLA @0.6 nozzle" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 s[first_layer_bed_temperature]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0 F6000\nG1 Z0 F300\nM109 s[first_layer_temperature]\nG92 E0 ;Reset Extruder\nG1 X115 Y0 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.8 nozzle).json new file mode 100644 index 0000000000..14f1ff994b --- /dev/null +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus (0.8 nozzle).json @@ -0,0 +1,98 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Elegoo Neptune 4 Plus (0.8 nozzle)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_elegoo_common", + "printer_model": "Elegoo Neptune 4 Plus", + "printer_notes": "", + "default_print_profile": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printable_area": [ + "0x0", + "320x0", + "320x320", + "0x320" + ], + "printable_height": "385", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "enable_filament_ramming": "1", + "parking_pos_retraction": "92", + "auxiliary_fan": "1", + "extra_loading_move": "-2", + "extruder_clearance_height_to_lid": "380", + "extruder_clearance_height_to_rod": "10", + "extruder_clearance_radius": "60", + "extruder_colour": ["#FCE94F"], + "extruder_offset": ["0x0"], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "machine_load_filament_time": "0", + "machine_unload_filament_time": "0", + "machine_max_acceleration_e": ["5000", "5000"], + "machine_max_acceleration_extruding": ["7000", "7000"], + "machine_max_acceleration_retracting": ["7000", "7000"], + "machine_max_acceleration_travel": ["7000", "7000"], + "machine_max_acceleration_x": ["7000", "7000"], + "machine_max_acceleration_y": ["7000", "7000"], + "machine_max_acceleration_z": ["300", "300"], + "machine_max_speed_e": ["60", "25"], + "machine_max_speed_x": ["300", "200"], + "machine_max_speed_y": ["300", "200"], + "machine_max_speed_z": ["25", "12"], + "machine_max_jerk_e": ["2.5", "5"], + "machine_max_jerk_x": ["8", "12"], + "machine_max_jerk_y": ["8", "12"], + "machine_max_jerk_z": ["0.2", "0.4"], + "machine_min_extruding_rate": ["0", "0"], + "machine_min_travel_rate": ["0","0"], + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.20" + ], + "printer_settings_id": "Elegoo", + "retract_before_wipe": ["0%"], + "retract_length_toolchange": ["2"], + "deretraction_speed": ["45"], + "retract_lift_above": ["0"], + "retract_lift_below": ["0"], + "retract_lift_enforce": ["All Surfaces"], + "retract_restart_extra": ["0"], + "retract_restart_extra_toolchange": ["0"], + "retract_when_changing_layer": ["1"], + "retraction_length": ["0.5"], + "retraction_minimum_travel": ["1"], + "retraction_speed": ["45"], + "use_firmwware_retraction": "0", + "single_extruder_multi_material": "1", + "manual_filament_change": "1", + "use_relative_e_distances": "1", + "wipe": ["1"], + "wipe_distance": ["1"], + "z_hop": ["0.4"], + "z_hop_types": ["Normal Lift"], + "change_filament_gcode": "", + "machine_pause_gcode": "M0", + "default_filament_profile": [ + "Elegoo Generic PLA @0.8 nozzle" + ], + "machine_start_gcode": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 s[first_layer_bed_temperature]\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0 F6000\nG1 Z0 F300\nM109 s[first_layer_temperature]\nG92 E0 ;Reset Extruder\nG1 X115 Y0 Z0.4 F300 ;Move to start position\nG1 X215.0 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder", + "machine_end_gcode": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "scan_first_layer": "0" +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json new file mode 100644 index 0000000000..9d60ea7ac9 --- /dev/null +++ b/resources/profiles/Elegoo/machine/Elegoo Neptune 4 Plus.json @@ -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" +} diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json new file mode 100644 index 0000000000..6807a9ba45 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -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)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json new file mode 100644 index 0000000000..58a1038341 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.4 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.08", + "bottom_shell_layers": "9", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.08", + "support_line_width": "0.38", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.38", + "top_shell_layers": "11", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json new file mode 100644 index 0000000000..83090d175a --- /dev/null +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.6 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.08", + "bottom_shell_layers": "9", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.08", + "support_line_width": "0.55", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.56", + "top_shell_layers": "11", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json new file mode 100644 index 0000000000..0337ae3757 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @Elegoo Neptune4 Plus (0.8 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.08", + "bottom_shell_layers": "9", + "outer_wall_line_width": "0.8", + "line_width": "0.8", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.85", + "inner_wall_line_width": "0.85", + "internal_solid_infill_line_width": "0.85", + "resolution": "0.012", + "support_top_z_distance": "0.08", + "support_line_width": "0.78", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.78", + "top_shell_layers": "11", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json new file mode 100644 index 0000000000..e9bb23120f --- /dev/null +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.2 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.12", + "bottom_shell_layers": "6", + "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.12", + "support_line_width": "0.2", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.2", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json new file mode 100644 index 0000000000..7a291c3f14 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.4 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.12", + "bottom_shell_layers": "6", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.12", + "support_line_width": "0.38", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.38", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json new file mode 100644 index 0000000000..96bfa0ce59 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.6 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.12", + "bottom_shell_layers": "6", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.12", + "support_line_width": "0.55", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.56", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json new file mode 100644 index 0000000000..6fa4e66553 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @Elegoo Neptune4 Plus (0.8 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.12", + "bottom_shell_layers": "6", + "outer_wall_line_width": "0.8", + "line_width": "0.8", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.85", + "inner_wall_line_width": "0.85", + "internal_solid_infill_line_width": "0.85", + "resolution": "0.012", + "support_top_z_distance": "0.12", + "support_line_width": "0.78", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.78", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json new file mode 100644 index 0000000000..012283e8bf --- /dev/null +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.2 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.16", + "bottom_shell_layers": "4", + "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.16", + "support_line_width": "0.2", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.2", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json new file mode 100644 index 0000000000..8dcc090bd2 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.4 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.16", + "bottom_shell_layers": "4", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.16", + "support_line_width": "0.38", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json new file mode 100644 index 0000000000..2a23fe9409 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.6 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.16", + "bottom_shell_layers": "4", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.16", + "support_line_width": "0.55", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.56", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json new file mode 100644 index 0000000000..d1619e1887 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.16mm Optimal @Elegoo Neptune4 Plus (0.8 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.16", + "bottom_shell_layers": "4", + "outer_wall_line_width": "0.8", + "line_width": "0.8", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.85", + "inner_wall_line_width": "0.85", + "internal_solid_infill_line_width": "0.85", + "resolution": "0.012", + "support_top_z_distance": "0.16", + "support_line_width": "0.78", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.78", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json new file mode 100644 index 0000000000..5e857f0110 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.2 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "4", + "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.2", + "support_line_width": "0.2", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.2", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json new file mode 100644 index 0000000000..380b4ca517 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "4", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.2", + "support_line_width": "0.38", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.38", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json new file mode 100644 index 0000000000..94573f8a0c --- /dev/null +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.6 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "4", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.2", + "support_line_width": "0.55", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.56", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json new file mode 100644 index 0000000000..25f0d62f8c --- /dev/null +++ b/resources/profiles/Elegoo/process/0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @Elegoo Neptune4 Plus (0.8 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.2", + "bottom_shell_layers": "4", + "outer_wall_line_width": "0.8", + "line_width": "0.8", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.85", + "inner_wall_line_width": "0.85", + "internal_solid_infill_line_width": "0.85", + "resolution": "0.012", + "support_top_z_distance": "0.2", + "support_line_width": "0.78", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.78", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json new file mode 100644 index 0000000000..3478932005 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.2 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.24", + "bottom_shell_layers": "3", + "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.24", + "support_line_width": "0.2", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.2", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json new file mode 100644 index 0000000000..44b583fc85 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.4 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.24", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.24", + "support_line_width": "0.38", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.38", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json new file mode 100644 index 0000000000..b3d6727ab6 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.6 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.24", + "support_line_width": "0.55", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.56", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json new file mode 100644 index 0000000000..7d226c5b30 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft @Elegoo Neptune4 Plus (0.8 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.24", + "bottom_shell_layers": "3", + "outer_wall_line_width": "0.8", + "line_width": "0.8", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.85", + "inner_wall_line_width": "0.85", + "internal_solid_infill_line_width": "0.85", + "resolution": "0.012", + "support_top_z_distance": "0.24", + "support_line_width": "0.78", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.78", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json new file mode 100644 index 0000000000..11b2fad149 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.2 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.28", + "bottom_shell_layers": "3", + "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.28", + "support_line_width": "0.2", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.2", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json new file mode 100644 index 0000000000..60e58c5053 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.4 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.28", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.28", + "support_line_width": "0.38", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.38", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json new file mode 100644 index 0000000000..689a88b540 --- /dev/null +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.6 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.28", + "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", + "resolution": "0.012", + "support_top_z_distance": "0.28", + "support_line_width": "0.55", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.56", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.6 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json new file mode 100644 index 0000000000..85acf6062c --- /dev/null +++ b/resources/profiles/Elegoo/process/0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle).json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.28mm Extra Draft @Elegoo Neptune4 Plus (0.8 nozzle)", + "from": "system", + "inherits": "Generic @Elegoo Neptune4 Plus", + "instantiation": "true", + "layer_height": "0.28", + "bottom_shell_layers": "3", + "outer_wall_line_width": "0.8", + "line_width": "0.8", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.85", + "inner_wall_line_width": "0.85", + "internal_solid_infill_line_width": "0.85", + "resolution": "0.012", + "support_top_z_distance": "0.28", + "support_line_width": "0.78", + "support_interface_spacing": "0.2", + "top_surface_line_width": "0.78", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "compatible_printers": [ + "Elegoo Neptune 4 Plus (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Elegoo/process/Generic @Elegoo Neptune4 Plus.json b/resources/profiles/Elegoo/process/Generic @Elegoo Neptune4 Plus.json new file mode 100644 index 0000000000..7373dc7073 --- /dev/null +++ b/resources/profiles/Elegoo/process/Generic @Elegoo Neptune4 Plus.json @@ -0,0 +1,108 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "Generic @Elegoo Neptune4 Plus", + "from": "system", + "inherits": "fdm_process_elegoo_common", + "instantiation": "true", + "layer_height": "0.08", + "adaptive_layer_height": "1", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "9", + "bottom_shell_thickness": "0", + "bridge_flow": "0.95", + "bridge_speed": "25", + "internal_bridge_speed" : "70", + "brim_width": "0", + "brim_object_gap": "0.1", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "8000", + "top_surface_acceleration": "8000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.1", + "enable_arc_fitting": "0", + "outer_wall_line_width": "0.2", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.2", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "grid", + "initial_layer_acceleration": "8000", + "travel_acceleration": "8000", + "inner_wall_acceleration": "8000", + "outer_wall_acceleration": "8000", + "accel_to_decel_factor": "62%", + "initial_layer_line_width": "0.22", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "inner_wall_line_width": "0.45", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "1", + "skirt_height": "2", + "skirt_loops": "1", + "minimum_sparse_infill_area": "25", + "internal_solid_infill_line_width": "0.45", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.08", + "support_filament": "0", + "support_line_width": "0.2", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.2", + "support_interface_speed": "60", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2", + "support_speed": "150", + "support_threshold_angle": "45", + "support_object_xy_distance": "0.35", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonic", + "top_surface_line_width": "0.2", + "top_shell_layers": "11", + "top_shell_thickness": "0.8", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "60", + "outer_wall_speed": "125", + "inner_wall_speed": "162", + "internal_solid_infill_speed": "225", + "top_surface_speed": "125", + "gap_infill_speed": "80", + "sparse_infill_speed": "225", + "travel_speed": "400", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0" +}