Advertisement
Guest User

Ultimaker 2+ Octoprint Def File

a guest
Dec 2nd, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.36 KB | None | 0 0
  1. {
  2.     "id": "ultimaker2_octoprint_plus",
  3.     "version": 2,
  4.     "name": "Ultimaker Octoprint 2+",
  5.     "inherits": "ultimaker2_octoprint",
  6.     "metadata": {
  7.         "author": "Sascha",
  8.         "manufacturer": "Ultimaker",
  9.         "category": "Custom",
  10.         "weight": 1,
  11.         "file_formats": "text/x-gcode",
  12.         "platform": "ultimaker2_platform.obj",
  13.         "platform_texture": "Ultimaker2Plusbackplate.png",
  14.         "preferred_variant": "*0.4*",
  15.         "has_variants": true,
  16.         "has_materials": true,
  17.         "has_machine_materials": true,
  18.         "has_machine_quality": true,
  19.         "supported_actions":["UpgradeFirmware"]
  20.     },
  21.  
  22.     "overrides": {
  23.         "machine_name": { "default_value": "Ultimaker Octoprint 2+" },
  24.         "speed_infill": {
  25.             "value": "speed_print"
  26.         },
  27.         "speed_wall_x": {
  28.             "value": "speed_wall"
  29.         },
  30.         "layer_height_0": {
  31.             "value": "round(machine_nozzle_size / 1.5, 2)"
  32.         },
  33.         "line_width": {
  34.             "value": "round(machine_nozzle_size * 0.875, 2)"
  35.         },
  36.         "speed_layer_0": {
  37.             "default_value": 20
  38.         },
  39.         "speed_support": {
  40.             "value": "speed_wall_0"
  41.         },
  42.         "machine_height": {
  43.             "default_value": 205
  44.         },
  45.         "machine_show_variants": {
  46.             "default_value": true
  47.         },
  48.         "gantry_height": {
  49.             "default_value": 52
  50.         },
  51.         "machine_nozzle_head_distance": {
  52.             "default_value": 5
  53.         },
  54.         "machine_nozzle_expansion_angle": {
  55.             "default_value": 45
  56.         },
  57.         "machine_heat_zone_length": {
  58.             "default_value": 20
  59.         },
  60.         "machine_head_with_fans_polygon":
  61.         {
  62.             "default_value": [
  63.                 [ -44, 14 ],
  64.                 [ -44, -34 ],
  65.                 [ 64, 14 ],
  66.                 [ 64, -34 ]
  67.             ]
  68.         },
  69.         "machine_disallowed_areas": {
  70.             "default_value": [
  71.                 [[-115,  112.5], [ -78,  112.5], [ -80,  102.5], [-115,  102.5]],
  72.                 [[ 115,  112.5], [ 115,  102.5], [ 105,  102.5], [ 103,  112.5]],
  73.                 [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
  74.                 [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
  75.             ]
  76.         }
  77.     }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement