ultimaker2_go.def.json 1.4 KB

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