ultimaker2_go.def.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 2 Go",
  4. "inherits": "ultimaker2",
  5. "metadata":
  6. {
  7. "author": "Ultimaker",
  8. "manufacturer": "Ultimaker B.V.",
  9. "file_formats": "text/x-gcode",
  10. "platform": "ultimaker2go_platform.obj",
  11. "firmware_file": "MarlinUltimaker2go.hex",
  12. "machine_extruder_trains": { "0": "ultimaker2_go_extruder_0" },
  13. "platform_offset": [
  14. 0,
  15. 0,
  16. 0
  17. ],
  18. "platform_texture": "Ultimaker2Gobackplate.png",
  19. "quality_definition": "ultimaker2",
  20. "weight": 3
  21. },
  22. "overrides":
  23. {
  24. "machine_depth": { "default_value": 120 },
  25. "machine_disallowed_areas":
  26. {
  27. "default_value": [
  28. [
  29. [-60, 60],
  30. [-33, 60],
  31. [-35, 52],
  32. [-60, 52]
  33. ],
  34. [
  35. [60, 60],
  36. [60, 52],
  37. [35, 52],
  38. [33, 60]
  39. ],
  40. [
  41. [-60, -60],
  42. [-60, -52],
  43. [-35, -52],
  44. [-33, -60]
  45. ],
  46. [
  47. [60, -60],
  48. [33, -60],
  49. [35, -52],
  50. [60, -52]
  51. ]
  52. ]
  53. },
  54. "machine_heated_bed": { "default_value": false },
  55. "machine_height": { "default_value": 115 },
  56. "machine_name": { "default_value": "Ultimaker 2 Go" },
  57. "machine_width": { "default_value": 120 }
  58. }
  59. }