ultimaker2_go.json 1005 B

1234567891011121314151617181920212223242526
  1. {
  2. "id": "ultimaker2_go",
  3. "version": 1,
  4. "name": "Ultimaker 2 Go",
  5. "manufacturer": "Ultimaker",
  6. "author": "Ultimaker",
  7. "icon": "icon_ultimaker2.png",
  8. "platform": "ultimaker2go_platform.obj",
  9. "platform_texture": "Ultimaker2Gobackplate.png",
  10. "file_formats": "text/x-gcode",
  11. "inherits": "ultimaker2.json",
  12. "machine_settings": {
  13. "machine_width": { "default": 120 },
  14. "machine_depth": { "default": 120 },
  15. "machine_height": { "default": 115 },
  16. "machine_heated_bed": { "default": false },
  17. "machine_disallowed_areas": { "default": [
  18. [[-60.0, 60.0], [-33.0, 60.0], [-35.0, 52.0], [-60.0, 52.0]],
  19. [[ 60.0, 60.0], [ 60.0, 52.0], [ 35.0, 52.0], [ 33.0, 60.0]],
  20. [[-60.0, -60.0], [-60.0, -52.0], [-35.0, -52.0], [-33.0, -60.0]],
  21. [[ 60.0, -60.0], [ 33.0, -60.0], [ 35.0, -52.0], [ 60.0, -52.0]]
  22. ]},
  23. "machine_platform_offset": { "default": [0.0, 0.0, 0.0] }
  24. }
  25. }