123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "version": 2,
- "name": "Ultimaker 2 Go",
- "inherits": "ultimaker2",
- "metadata": {
- "author": "Ultimaker",
- "manufacturer": "Ultimaker B.V.",
- "quality_definition": "ultimaker2",
- "weight": 3,
- "file_formats": "text/x-gcode",
- "icon": "icon_ultimaker2.png",
- "platform": "ultimaker2go_platform.obj",
- "platform_texture": "Ultimaker2Gobackplate.png",
- "platform_offset": [0, 0, 0],
- "first_start_actions": [],
- "supported_actions":["UpgradeFirmware"]
- },
- "overrides": {
- "machine_name": { "default_value": "Ultimaker 2 Go" },
- "machine_width": {
- "default_value": 120
- },
- "machine_depth": {
- "default_value": 120
- },
- "machine_height": {
- "default_value": 115
- },
- "machine_heated_bed": {
- "default_value": false
- },
- "machine_disallowed_areas": {
- "default_value": [
- [[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
- [[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
- [[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
- [[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
- ]
- }
- }
- }
|