Sync Elegoo profiles (#13790)

* Sync Elegoo profiles from ElegooSlicer

Update vendor Elegoo.json, filament/machine/process trees, and OrcaFilamentLibrary
Elegoo entries. Align machine default material names with existing filament preset names.

* feat: expose filament_name for G-code export filename format

Derive from filament_settings_id for the first active extruder and strip the suffix after @, matching ElegooSlicer so filename_format can use {filament_name}.

* chore: reorder Elegoo entries in OrcaFilamentLibrary

Group Elegoo @base profiles and bump library version to 02.03.02.62.

* sync OrcaFilamentLibrary.json with Elegoo filament profiles

* fix: clean up Elegoo process renamed_from for profile validation

Add single renamed_from only where preset names changed from legacy Orca
names; remove duplicate Rapid @System library entries that conflicted with
ECC2 vendor presets.

* fix(profiles): add missing Elegoo renamed_from for profile validation

CI custom-preset tests still inherit legacy Orca preset names that no
longer exist after the Elegoo bundle update. Add renamed_from on process,
Neptune 4 machines, OrcaFilamentLibrary filaments, and Giga profiles so
inherits resolve again, without changing print parameters.
This commit is contained in:
wujie
2026-05-27 22:58:39 +08:00
committed by GitHub
parent b230a97a50
commit 5b071d5013
772 changed files with 15462 additions and 19601 deletions

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Max 0.2 nozzle",
"inherits": "Elegoo Neptune 3 Max 0.4 nozzle",
"from": "system",
"setting_id": "EN3Max02",
"instantiation": "true",
"nozzle_diameter": [
"0.2"
],
"printer_model": "Elegoo Neptune 3 Max",
"printer_variant": "0.2",
"default_filament_profile": [
"Elegoo PLA @0.2 nozzle"
],
"default_print_profile": "0.10mm Standard @Elegoo N3Max 0.2 nozzle",
"retraction_minimum_travel": [
"0.4"
],
"wipe_distance": [
"0.8"
],
"retraction_length": [
"0.8"
],
"max_layer_height": [
"0.14"
],
"min_layer_height": [
"0.06"
]
}

View File

@@ -1,114 +1,45 @@
{
"type": "machine",
"setting_id": "EN3MAX04",
"name": "Elegoo Neptune 3 Max 0.4 nozzle",
"inherits": "fdm_elegoo_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"inherits": "Elegoo Neptune 3 Pro 0.4 nozzle",
"host_type": "elegoolink",
"printer_model": "Elegoo Neptune 3 Max",
"default_print_profile": "0.20mm Standard @Elegoo Neptune3Max",
"default_print_profile": "0.20mm Standard @Elegoo N3Max 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"420x0",
"420x420",
"0x420"
"425x0",
"425x425",
"0x425"
],
"printable_height": "500",
"nozzle_type": "hardened_steel",
"retract_lift_below": [
"499"
],
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
"700",
"700"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
"700",
"700"
],
"machine_max_acceleration_travel": [
"500",
"500"
"700",
"700"
],
"machine_max_acceleration_x": [
"500",
"500"
"700",
"700"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"10",
"10"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Elegoo",
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"85%"
],
"retraction_length": [
"2.5"
],
"retraction_speed": [
"25"
],
"retract_length_toolchange": [
"2"
],
"deretraction_speed": [
"0"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Generic PLA @Elegoo"
],
"machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"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"
"700",
"700"
]
}

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Max 0.6 nozzle",
"inherits": "Elegoo Neptune 3 Max 0.4 nozzle",
"from": "system",
"setting_id": "EN3Max06",
"instantiation": "true",
"nozzle_diameter": [
"0.6"
],
"printer_model": "Elegoo Neptune 3 Max",
"printer_variant": "0.6",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.30mm Standard @Elegoo N3Max 0.6 nozzle",
"retraction_minimum_travel": [
"1.2"
],
"wipe_distance": [
"1.5"
],
"retraction_length": [
"0.8"
],
"max_layer_height": [
"0.42"
],
"min_layer_height": [
"0.12"
]
}

View File

@@ -0,0 +1,35 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Max 0.8 nozzle",
"inherits": "Elegoo Neptune 3 Max 0.4 nozzle",
"from": "system",
"setting_id": "EN3Max08",
"instantiation": "true",
"nozzle_diameter": [
"0.8"
],
"printer_model": "Elegoo Neptune 3 Max",
"printer_variant": "0.8",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.40mm Standard @Elegoo N3Max 0.8 nozzle",
"retraction_minimum_travel": [
"1.6"
],
"wipe_distance": [
"2.0"
],
"retraction_length": [
"1.6"
],
"max_layer_height": [
"0.56"
],
"min_layer_height": [
"0.16"
],
"retract_length_toolchange": [
"3"
]
}

View File

@@ -0,0 +1,35 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Max 1.0 nozzle",
"inherits": "Elegoo Neptune 3 Max 0.4 nozzle",
"from": "system",
"setting_id": "EN3Max10",
"instantiation": "true",
"nozzle_diameter": [
"1.0"
],
"printer_model": "Elegoo Neptune 3 Max",
"printer_variant": "1.0",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.50mm Standard @Elegoo N3Max 1.0 nozzle",
"retraction_minimum_travel": [
"2.0"
],
"wipe_distance": [
"2.0"
],
"retraction_length": [
"2.0"
],
"max_layer_height": [
"0.7"
],
"min_layer_height": [
"0.2"
],
"retract_length_toolchange": [
"3.5"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Elegoo Neptune 3 Max",
"model_id": "Elegoo-Neptune-3-Max",
"nozzle_diameter": "0.4",
"model_id": "Elegoo-N3Max",
"nozzle_diameter": "0.4;0.2;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "Elegoo",
"bed_model": "elegoo_neptune3max_buildplate_model.stl",
"bed_texture": "elegoo_neptune3max_buildplate_texture.svg",
"hotend_model": "",
"default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo"
"default_materials": "Elegoo ASA @0.2 nozzle;Elegoo ASA @EN3 Series;Elegoo PETG @0.2 nozzle;Elegoo PETG @EN3 Series;Elegoo PETG PRO @0.2 nozzle;Elegoo PETG PRO @EN3 Series;Elegoo PLA @0.2 nozzle;Elegoo PLA Matte @0.2 nozzle;Elegoo PLA Matte @EN3 Series;Elegoo PLA PRO @0.2 nozzle;Elegoo PLA PRO @EN3 Series;Elegoo PLA Silk @0.2 nozzle;Elegoo PLA Silk @EN3 Series;Elegoo PLA-CF @EN3 Series;Elegoo PLA @EN3 Series;Elegoo PLA+ @0.2 nozzle;Elegoo PLA+ @EN3 Series;Elegoo Rapid PETG @0.2 nozzle;Elegoo Rapid PETG @EN3 Series;Elegoo Rapid PLA+ @0.2 nozzle;Elegoo Rapid PLA+ @EN3 Series;Elegoo TPU 95A @EN3 Series;Elegoo PLA Basic @0.2 nozzle;Elegoo PLA Basic @EN3 Series;Elegoo PLA Galaxy @EN3 Series;Elegoo PLA Marble @EN3 Series;Elegoo PLA Sparkle @EN3 Series;Elegoo PLA Wood @EN3 Series;Elegoo Rapid TPU 95A @EN3 Series;Elegoo PETG-CF @EN3 Series;Elegoo PETG-GF @EN3 Series;Elegoo PETG Translucent @0.2 nozzle;Elegoo PETG Translucent @EN3 Series"
}

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Plus 0.2 nozzle",
"inherits": "Elegoo Neptune 3 Plus 0.4 nozzle",
"from": "system",
"setting_id": "EN3Plus02",
"instantiation": "true",
"nozzle_diameter": [
"0.2"
],
"printer_model": "Elegoo Neptune 3 Plus",
"printer_variant": "0.2",
"default_filament_profile": [
"Elegoo PLA @0.2 nozzle"
],
"default_print_profile": "0.10mm Standard @Elegoo N3Plus 0.2 nozzle",
"retraction_minimum_travel": [
"0.4"
],
"wipe_distance": [
"0.8"
],
"retraction_length": [
"0.8"
],
"max_layer_height": [
"0.14"
],
"min_layer_height": [
"0.06"
]
}

View File

@@ -1,114 +1,24 @@
{
"type": "machine",
"setting_id": "EN3PLUS04",
"name": "Elegoo Neptune 3 Plus 0.4 nozzle",
"inherits": "fdm_elegoo_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"inherits": "Elegoo Neptune 3 Pro 0.4 nozzle",
"host_type": "elegoolink",
"printer_model": "Elegoo Neptune 3 Plus",
"default_print_profile": "0.20mm Standard @Elegoo Neptune3Plus",
"default_print_profile": "0.20mm Standard @Elegoo N3Plus 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"320x0",
"320x320",
"0x320"
"325x0",
"325x325",
"0x325"
],
"printable_height": "400",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"500",
"500"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"10",
"10"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Elegoo",
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"85%"
],
"retraction_length": [
"2.5"
],
"retraction_speed": [
"25"
],
"retract_length_toolchange": [
"2"
],
"deretraction_speed": [
"0"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Generic PLA @Elegoo"
],
"machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"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"
"retract_lift_below": [
"399"
]
}

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Plus 0.6 nozzle",
"inherits": "Elegoo Neptune 3 Plus 0.4 nozzle",
"from": "system",
"setting_id": "EN3Plus06",
"instantiation": "true",
"nozzle_diameter": [
"0.6"
],
"printer_model": "Elegoo Neptune 3 Plus",
"printer_variant": "0.6",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.30mm Standard @Elegoo N3Plus 0.6 nozzle",
"retraction_minimum_travel": [
"1.2"
],
"wipe_distance": [
"1.8"
],
"retraction_length": [
"1.5"
],
"max_layer_height": [
"0.42"
],
"min_layer_height": [
"0.12"
]
}

View File

@@ -0,0 +1,35 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Plus 0.8 nozzle",
"inherits": "Elegoo Neptune 3 Plus 0.4 nozzle",
"from": "system",
"setting_id": "EN3Plus08",
"instantiation": "true",
"nozzle_diameter": [
"0.8"
],
"printer_model": "Elegoo Neptune 3 Plus",
"printer_variant": "0.8",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.40mm Standard @Elegoo N3Plus 0.8 nozzle",
"retraction_minimum_travel": [
"1.6"
],
"wipe_distance": [
"2.0"
],
"retraction_length": [
"1.6"
],
"max_layer_height": [
"0.56"
],
"min_layer_height": [
"0.16"
],
"retract_length_toolchange": [
"3"
]
}

View File

@@ -0,0 +1,35 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Plus 1.0 nozzle",
"inherits": "Elegoo Neptune 3 Plus 0.4 nozzle",
"from": "system",
"setting_id": "EN3Plus10",
"instantiation": "true",
"nozzle_diameter": [
"1.0"
],
"printer_model": "Elegoo Neptune 3 Plus",
"printer_variant": "1.0",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.50mm Standard @Elegoo N3Plus 1.0 nozzle",
"retraction_minimum_travel": [
"2.0"
],
"wipe_distance": [
"2.0"
],
"retraction_length": [
"2.0"
],
"max_layer_height": [
"0.7"
],
"min_layer_height": [
"0.2"
],
"retract_length_toolchange": [
"3.5"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Elegoo Neptune 3 Plus",
"model_id": "Elegoo-Neptune-3-Plus",
"nozzle_diameter": "0.4",
"model_id": "Elegoo-N3Plus",
"nozzle_diameter": "0.4;0.2;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "Elegoo",
"bed_model": "elegoo_neptune3plus_buildplate_model.stl",
"bed_texture": "elegoo_neptune3plus_buildplate_texture.svg",
"hotend_model": "",
"default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo"
"default_materials": "Elegoo ASA @0.2 nozzle;Elegoo ASA @EN3 Series;Elegoo PETG @0.2 nozzle;Elegoo PETG @EN3 Series;Elegoo PETG PRO @0.2 nozzle;Elegoo PETG PRO @EN3 Series;Elegoo PLA @0.2 nozzle;Elegoo PLA Matte @0.2 nozzle;Elegoo PLA Matte @EN3 Series;Elegoo PLA PRO @0.2 nozzle;Elegoo PLA PRO @EN3 Series;Elegoo PLA Silk @0.2 nozzle;Elegoo PLA Silk @EN3 Series;Elegoo PLA-CF @EN3 Series;Elegoo PLA @EN3 Series;Elegoo PLA+ @0.2 nozzle;Elegoo PLA+ @EN3 Series;Elegoo Rapid PETG @0.2 nozzle;Elegoo Rapid PETG @EN3 Series;Elegoo Rapid PLA+ @0.2 nozzle;Elegoo Rapid PLA+ @EN3 Series;Elegoo TPU 95A @EN3 Series;Elegoo PLA Basic @0.2 nozzle;Elegoo PLA Basic @EN3 Series;Elegoo PLA Galaxy @EN3 Series;Elegoo PLA Marble @EN3 Series;Elegoo PLA Sparkle @EN3 Series;Elegoo PLA Wood @EN3 Series;Elegoo Rapid TPU 95A @EN3 Series;Elegoo PETG-CF @EN3 Series;Elegoo PETG-GF @EN3 Series;Elegoo PETG Translucent @0.2 nozzle;Elegoo PETG Translucent @EN3 Series"
}

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Pro 0.2 nozzle",
"inherits": "Elegoo Neptune 3 Pro 0.4 nozzle",
"from": "system",
"setting_id": "EN3Pro02",
"instantiation": "true",
"nozzle_diameter": [
"0.2"
],
"printer_model": "Elegoo Neptune 3 Pro",
"printer_variant": "0.2",
"default_filament_profile": [
"Elegoo PLA @0.2 nozzle"
],
"default_print_profile": "0.10mm Standard @Elegoo N3Pro 0.2 nozzle",
"retraction_minimum_travel": [
"0.4"
],
"wipe_distance": [
"0.8"
],
"retraction_length": [
"0.8"
],
"max_layer_height": [
"0.14"
],
"min_layer_height": [
"0.06"
]
}

View File

@@ -1,43 +1,46 @@
{
"type": "machine",
"setting_id": "EN3PRO04",
"name": "Elegoo Neptune 3 Pro 0.4 nozzle",
"inherits": "fdm_elegoo_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"inherits": "fdm_elegoo_common",
"host_type": "elegoolink",
"printer_model": "Elegoo Neptune 3 Pro",
"default_print_profile": "0.20mm Standard @Elegoo Neptune3Pro",
"default_print_profile": "0.20mm Standard @Elegoo N3Pro 0.4 nozzle",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"225x0",
"225x225",
"0x225"
"230x0",
"230x230",
"0x230"
],
"printable_height": "280",
"nozzle_type": "hardened_steel",
"retract_lift_below": [
"279"
],
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
"1000",
"1000"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"500",
"500"
"1000",
"1000"
],
"machine_max_acceleration_x": [
"500",
"500"
"1000",
"1000"
],
"machine_max_acceleration_y": [
"500",
"500"
"1000",
"1000"
],
"machine_max_acceleration_z": [
"100",
@@ -48,12 +51,12 @@
"60"
],
"machine_max_speed_x": [
"500",
"500"
"300",
"300"
],
"machine_max_speed_y": [
"500",
"500"
"300",
"300"
],
"machine_max_speed_z": [
"10",
@@ -76,12 +79,11 @@
"0.4"
],
"max_layer_height": [
"0.32"
"0.28"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Elegoo",
"retraction_minimum_travel": [
"1"
],
@@ -89,26 +91,30 @@
"85%"
],
"retraction_length": [
"2.5"
"1.5"
],
"retraction_speed": [
"25"
"30"
],
"retract_length_toolchange": [
"2"
],
"deretraction_speed": [
"0"
"30"
],
"thumbnails": [
"200x200/COLPIC/#30394F",
"160x160/COLPIC/#30394F",
"160x160/PNG"
],
"thumbnails_format": "COLPIC",
"single_extruder_multi_material": "1",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M0",
"machine_pause_gcode": "M600",
"default_filament_profile": [
"Generic PLA @Elegoo"
"Elegoo PLA @EN3 Series"
],
"machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"machine_start_gcode": ";;===== date: 20240520 =====================\nM400 ; wait for buffer to clear\n;[printer_model]\n;initial_filament:{filament_type[initial_extruder]}\n;curr_bed_type={curr_bed_type}\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z10 F300\nG1 X{print_bed_max[0]*0.5-50} Y0.5 F6000\nG1 Z0.4 F300\nM109 S[nozzle_temperature_initial_layer]\nG92 E0 ;Reset Extruder\nG1 X{print_bed_max[0]*0.5+50} E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X{print_bed_max[0]*0.5+47} F3000\nG92 E0 ;Reset Extruder\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0\n",
"machine_end_gcode": ";PRINT_END\nG90 ;Absolute positionning\nM83 ; extruder relative mode\nG1 X10 Y{print_bed_max[1]*0.8} Z{min(max_layer_z+50, printable_height)} E-5 F{travel_speed*60} ; Move print head up\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z",
"scan_first_layer": "0"
}

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Pro 0.6 nozzle",
"inherits": "Elegoo Neptune 3 Pro 0.4 nozzle",
"from": "system",
"setting_id": "EN3Pro06",
"instantiation": "true",
"nozzle_diameter": [
"0.6"
],
"printer_model": "Elegoo Neptune 3 Pro",
"printer_variant": "0.6",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.30mm Standard @Elegoo N3Pro 0.6 nozzle",
"retraction_minimum_travel": [
"1.2"
],
"wipe_distance": [
"1.8"
],
"retraction_length": [
"1.5"
],
"max_layer_height": [
"0.42"
],
"min_layer_height": [
"0.12"
]
}

View File

@@ -0,0 +1,35 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Pro 0.8 nozzle",
"inherits": "Elegoo Neptune 3 Pro 0.4 nozzle",
"from": "system",
"setting_id": "EN3Pro08",
"instantiation": "true",
"nozzle_diameter": [
"0.8"
],
"printer_model": "Elegoo Neptune 3 Pro",
"printer_variant": "0.8",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.40mm Standard @Elegoo N3Pro 0.8 nozzle",
"retraction_minimum_travel": [
"1.6"
],
"wipe_distance": [
"2.0"
],
"retraction_length": [
"1.6"
],
"max_layer_height": [
"0.56"
],
"min_layer_height": [
"0.16"
],
"retract_length_toolchange": [
"3"
]
}

View File

@@ -0,0 +1,35 @@
{
"type": "machine",
"name": "Elegoo Neptune 3 Pro 1.0 nozzle",
"inherits": "Elegoo Neptune 3 Pro 0.4 nozzle",
"from": "system",
"setting_id": "EN3Pro10",
"instantiation": "true",
"nozzle_diameter": [
"1.0"
],
"printer_model": "Elegoo Neptune 3 Pro",
"printer_variant": "1.0",
"default_filament_profile": [
"Elegoo PLA @EN3 Series"
],
"default_print_profile": "0.50mm Standard @Elegoo N3Pro 1.0 nozzle",
"retraction_minimum_travel": [
"2.0"
],
"wipe_distance": [
"2.0"
],
"retraction_length": [
"2.0"
],
"max_layer_height": [
"0.7"
],
"min_layer_height": [
"0.2"
],
"retract_length_toolchange": [
"3.5"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Elegoo Neptune 3 Pro",
"model_id": "Elegoo-Neptune-3-Pro",
"nozzle_diameter": "0.4",
"model_id": "Elegoo-N3Pro",
"nozzle_diameter": "0.4;0.2;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "Elegoo",
"bed_model": "elegoo_neptune3pro_buildplate_model.stl",
"bed_texture": "elegoo_neptune3pro_buildplate_texture.svg",
"hotend_model": "",
"default_materials": "Generic ABS @Elegoo;Generic PETG @Elegoo;Generic PLA @Elegoo"
"default_materials": "Elegoo ASA @0.2 nozzle;Elegoo ASA @EN3 Series;Elegoo PETG @0.2 nozzle;Elegoo PETG @EN3 Series;Elegoo PETG PRO @0.2 nozzle;Elegoo PETG PRO @EN3 Series;Elegoo PLA @0.2 nozzle;Elegoo PLA Matte @0.2 nozzle;Elegoo PLA Matte @EN3 Series;Elegoo PLA PRO @0.2 nozzle;Elegoo PLA PRO @EN3 Series;Elegoo PLA Silk @0.2 nozzle;Elegoo PLA Silk @EN3 Series;Elegoo PLA-CF @EN3 Series;Elegoo PLA @EN3 Series;Elegoo PLA+ @0.2 nozzle;Elegoo PLA+ @EN3 Series;Elegoo Rapid PETG @0.2 nozzle;Elegoo Rapid PETG @EN3 Series;Elegoo Rapid PLA+ @0.2 nozzle;Elegoo Rapid PLA+ @EN3 Series;Elegoo TPU 95A @EN3 Series;Elegoo PLA Basic @0.2 nozzle;Elegoo PLA Basic @EN3 Series;Elegoo PLA Galaxy @EN3 Series;Elegoo PLA Marble @EN3 Series;Elegoo PLA Sparkle @EN3 Series;Elegoo PLA Wood @EN3 Series;Elegoo Rapid TPU 95A @EN3 Series;Elegoo PETG-CF @EN3 Series;Elegoo PETG-GF @EN3 Series;Elegoo PETG Translucent @0.2 nozzle;Elegoo PETG Translucent @EN3 Series"
}