-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding more Elegoo printer profiles (#993)
Elegoo Neptune X Elegoo Neptune 2 Elegoo Neptune 2S Elegoo Neptune 2D
- Loading branch information
Showing
48 changed files
with
3,256 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
114 changes: 114 additions & 0 deletions
114
resources/profiles/Elegoo/machine/Elegoo Neptune 2 0.4 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
{ | ||
"type": "machine", | ||
"setting_id": "GM001", | ||
"name": "Elegoo Neptune 2 0.4 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_elegoo_common", | ||
"printer_model": "Elegoo Neptune 2", | ||
"default_print_profile": "0.20mm Standard @Elegoo Neptune2", | ||
"nozzle_diameter": [ | ||
"0.4" | ||
], | ||
"printable_area": [ | ||
"0x0", | ||
"220x0", | ||
"220x220", | ||
"0x220" | ||
], | ||
"printable_height": "250", | ||
"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.28" | ||
], | ||
"min_layer_height": [ | ||
"0.08" | ||
], | ||
"printer_settings_id": "Elegoo", | ||
"retraction_minimum_travel": [ | ||
"2" | ||
], | ||
"retract_before_wipe": [ | ||
"70%" | ||
], | ||
"retraction_length": [ | ||
"2.5" | ||
], | ||
"retraction_speed": [ | ||
"60" | ||
], | ||
"retract_length_toolchange": [ | ||
"1" | ||
], | ||
"deretraction_speed": [ | ||
"40" | ||
], | ||
"single_extruder_multi_material": "0", | ||
"change_filament_gcode": "", | ||
"machine_pause_gcode": "M0", | ||
"default_filament_profile": [ | ||
"Elegoo Generic PLA" | ||
], | ||
"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[hot_plate_temp_initial_layer] ; 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[hot_plate_temp_initial_layer] ; 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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "machine_model", | ||
"name": "Elegoo Neptune 2", | ||
"model_id": "Elegoo-Neptune-2", | ||
"nozzle_diameter": "0.4", | ||
"machine_tech": "FFF", | ||
"family": "Elegoo", | ||
"bed_model": "elegoo_neptune2_buildplate_model.stl", | ||
"bed_texture": "elegoo_neptune2_buildplate_texture.png", | ||
"hotend_model": "", | ||
"default_materials": "Elegoo Generic ABS;Elegoo Generic PETG;Elegoo Generic PLA" | ||
} |
Oops, something went wrong.