ultimaker2_go.def.json 1.3 KB

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