1234567891011121314151617181920212223242526 |
- {
- "id": "ultimaker2_go",
- "version": 1,
- "name": "Ultimaker 2 Go",
- "manufacturer": "Ultimaker",
- "author": "Ultimaker",
- "icon": "icon_ultimaker2.png",
- "platform": "ultimaker2go_platform.obj",
- "platform_texture": "Ultimaker2Gobackplate.png",
- "file_formats": "text/x-gcode",
- "inherits": "ultimaker2.json",
- "machine_settings": {
- "machine_width": { "default": 120 },
- "machine_depth": { "default": 120 },
- "machine_height": { "default": 115 },
- "machine_heated_bed": { "default": false },
- "machine_disallowed_areas": { "default": [
- [[-60.0, 60.0], [-33.0, 60.0], [-35.0, 52.0], [-60.0, 52.0]],
- [[ 60.0, 60.0], [ 60.0, 52.0], [ 35.0, 52.0], [ 33.0, 60.0]],
- [[-60.0, -60.0], [-60.0, -52.0], [-35.0, -52.0], [-33.0, -60.0]],
- [[ 60.0, -60.0], [ 33.0, -60.0], [ 35.0, -52.0], [ 60.0, -52.0]]
- ]},
- "machine_platform_offset": { "default": [0.0, 0.0, 0.0] }
- }
- }
|