Cura/resources/definitions/elegoo_neptune_3max.def.json
NARUTOfzr 1dab09a8c4 Elegoo Neptune series Printer Configuration
These are the config files that add the Neptune series from Elegoo.
2023-01-07 17:01:11 +08:00

25 lines
1.3 KiB
JSON

{
"name": "ELEGOO NEPTUNE 3 Max",
"version": 2,
"inherits": "elegoo_neptune_3pro",
"metadata": {
"platform_offset": [-2.1, -0.2, 0],
"platform": "elegoo_platform_max.3mf"
},
"overrides": {
"machine_max_acceleration_x":{"value": 700},
"machine_max_acceleration_y":{"value": 500},
"machine_acceleration":{"value": 700},
"machine_name": {"default_value": "ELEGOO NEPTUNE 3 Max"},
"machine_width": {"default_value": 426},
"machine_depth": {"default_value": 426},
"machine_height": {"default_value": 510},
"acceleration_wall":{"value": 700},
"machine_start_gcode" : {
"default_value": ";ELEGOO NEPTUNE 3 Max\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nG90\nG28 ;home\n;M420 S1 Z10;Uncomment to enable progressive compensation height of 10mm\nG92 E0 ;Reset Extruder\nG1 Z0.45 F300\nG1 X1.5 Y20 F5000.0 ;Move to start position\nG1 Y120.0 F600.0 E15 ;Draw the first line\nG1 X0.5 F1000.0 ;Move to side a little\nG1 Y20 F600 E30 ;Draw the second line\nG92 E0 ;Reset Extruder"
}
}
}