inat_proton_x_rail.def.json 774 B

123456789101112131415161718192021222324252627
  1. {
  2. "version": 2,
  3. "name": "Proton X Rail",
  4. "inherits": "inat_base",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "platform": "inat_proton_x_buildplate.stl",
  9. "platform_offset": [
  10. 0,
  11. -1.1,
  12. 0
  13. ],
  14. "quality_definition": "inat_base"
  15. },
  16. "overrides":
  17. {
  18. "machine_depth": { "default_value": 304 },
  19. "machine_height": { "default_value": 300 },
  20. "machine_max_acceleration_x": { "value": 500 },
  21. "machine_max_acceleration_y": { "value": 800 },
  22. "machine_max_acceleration_z": { "value": 200 },
  23. "machine_max_jerk_xy": { "value": 10 },
  24. "machine_name": { "default_value": "Proton X Rail" },
  25. "machine_width": { "default_value": 304 }
  26. }
  27. }