elegoo_neptune_3max.def.json 1.2 KB

1234567891011121314151617181920212223242526
  1. {
  2. "version": 2,
  3. "name": "ELEGOO NEPTUNE 3 Max",
  4. "inherits": "elegoo_neptune_3pro",
  5. "metadata":
  6. {
  7. "platform": "elegoo_platform_max.3mf",
  8. "platform_offset": [
  9. -2.1,
  10. -0.2,
  11. 0
  12. ]
  13. },
  14. "overrides":
  15. {
  16. "acceleration_wall": { "value": 700 },
  17. "machine_acceleration": { "value": 700 },
  18. "machine_depth": { "default_value": 426 },
  19. "machine_height": { "default_value": 510 },
  20. "machine_max_acceleration_x": { "value": 700 },
  21. "machine_max_acceleration_y": { "value": 500 },
  22. "machine_name": { "default_value": "ELEGOO NEPTUNE 3 Max" },
  23. "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" },
  24. "machine_width": { "default_value": 426 }
  25. }
  26. }