ultimaker2_go.def.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "platform": "ultimaker2go_platform.obj",
  12. "platform_texture": "Ultimaker2Gobackplate.png",
  13. "platform_offset": [0, 0, 0],
  14. "first_start_actions": [],
  15. "machine_extruder_trains":
  16. {
  17. "0": "ultimaker2_go_extruder_0"
  18. },
  19. "firmware_file": "MarlinUltimaker2go.hex"
  20. },
  21. "overrides": {
  22. "machine_name": { "default_value": "Ultimaker 2 Go" },
  23. "machine_width": {
  24. "default_value": 120
  25. },
  26. "machine_depth": {
  27. "default_value": 120
  28. },
  29. "machine_height": {
  30. "default_value": 115
  31. },
  32. "machine_heated_bed": {
  33. "default_value": false
  34. },
  35. "machine_disallowed_areas": {
  36. "default_value": [
  37. [[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
  38. [[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
  39. [[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
  40. [[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
  41. ]
  42. }
  43. }
  44. }