Advertisement
Guest User

Ultimaker 2 Octoprint Def File

a guest
Dec 2nd, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.08 KB | None | 0 0
  1. {
  2.     "id": "ultimaker2_octoprint",
  3.     "version": 2,
  4.     "name": "Ultimaker Octoprint 2",
  5.     "inherits": "ultimaker",
  6.     "metadata": {
  7.         "visible": true,
  8.         "author": "Sascha",
  9.         "manufacturer": "Ultimaker",
  10.         "category": "Custom",
  11.         "weight": 3,
  12.         "file_formats": "text/x-gcode",
  13.         "icon": "icon_ultimaker2.png",
  14.         "platform": "ultimaker2_platform.obj",
  15.         "platform_texture": "Ultimaker2backplate.png",
  16.         "platform_offset": [9, 0, 0],
  17.         "has_materials": false,
  18.         "supported_actions":["UpgradeFirmware"]
  19.     },
  20.     "overrides": {
  21.         "machine_name": { "default_value": "Ultimaker Octoprint 2" },
  22.         "machine_start_gcode" : {
  23.             "default_value": "",
  24.             "value": "\"\"  if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nG28 Z0 ;move Z to bottom endstops\\nG28 X0 Y0 ;move X/Y to endstops\\nG1 X15 Y0 F4000 ;move X/Y to front of printer\\nG1 Z15.0 F9000 ;move the platform to 15mm\\nG92 E0 ;zero the extruded length\\nG1 F200 E10 ;extrude 10 mm of feed stock\\nG92 E0 ;zero the extruded length again\\nG1 F9000\\n;Put printing message on LCD screen\\nM117 Printing...\""
  25.         },
  26.         "machine_end_gcode" : {
  27.             "default_value": "",
  28.             "value": "\"\"  if machine_gcode_flavor == \"UltiGCode\" else \"M104 S0 ;extruder heater off\\nM140 S0 ;heated bed heater off (if you have it)\\nG91 ;relative positioning\\nG1 E-1 F300  ;retract the filament a bit before lifting the nozzle, to release some of the pressure\\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\\nM84 ;steppers off\\nG90 ;absolute positioning\""
  29.         },
  30.         "machine_width": {
  31.             "default_value": 223
  32.         },
  33.         "machine_depth": {
  34.             "default_value": 223
  35.         },
  36.         "machine_height": {
  37.             "default_value": 205
  38.         },
  39.         "machine_heated_bed": {
  40.             "default_value": true
  41.         },
  42.         "machine_head_with_fans_polygon":
  43.         {
  44.             "default_value": [
  45.                 [ -42, 12 ],
  46.                 [ -42, -32 ],
  47.                 [ 62, 12 ],
  48.                 [ 62, -32 ]
  49.             ]
  50.         },
  51.         "machine_center_is_zero": {
  52.             "default_value": false
  53.         },
  54.         "machine_nozzle_size": {
  55.             "default_value": 0.4,
  56.             "minimum_value": "0.001"
  57.         },
  58.         "machine_nozzle_heat_up_speed": {
  59.             "default_value": 2
  60.         },
  61.         "machine_nozzle_cool_down_speed": {
  62.             "default_value": 2
  63.         },
  64.         "gantry_height": {
  65.             "default_value": 48
  66.         },
  67.         "machine_use_extruder_offset_to_offset_coords": {
  68.             "default_value": true
  69.         },
  70.         "machine_gcode_flavor": {
  71.             "default_value": "RepRap"
  72.         },
  73.         "machine_disallowed_areas": {
  74.             "default_value": [
  75.               [[-115,  112.5], [ -82,  112.5], [ -84,  102.5], [-115,  102.5]],
  76.               [[ 115,  112.5], [ 115,  102.5], [ 110,  102.5], [ 108,  112.5]],
  77.               [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
  78.               [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
  79.         ]},
  80.         "machine_nozzle_tip_outer_diameter": {
  81.             "default_value": 1
  82.         },
  83.         "machine_nozzle_head_distance": {
  84.             "default_value": 3
  85.         },
  86.         "machine_nozzle_expansion_angle": {
  87.             "default_value": 45
  88.         },
  89.         "material_print_temperature": {
  90.             "enabled": "not (material_flow_dependent_temperature) and machine_gcode_flavor != \"UltiGCode\""
  91.         },
  92.         "material_bed_temperature": {
  93.             "enabled": "machine_heated_bed and machine_gcode_flavor != \"UltiGCode\""
  94.         },
  95.         "machine_max_feedrate_x": {
  96.             "default_value": 300
  97.         },
  98.         "machine_max_feedrate_y": {
  99.             "default_value": 300
  100.         },
  101.         "machine_max_feedrate_z": {
  102.             "default_value": 40
  103.         },
  104.         "machine_max_feedrate_e": {
  105.             "default_value": 45
  106.         },
  107.         "machine_acceleration": {
  108.             "default_value": 3000
  109.         },
  110.         "material_diameter": {
  111.             "enabled": "machine_gcode_flavor != \"UltiGCode\""
  112.         },
  113.         "material_flow": {
  114.             "enabled": "machine_gcode_flavor != \"UltiGCode\""
  115.         },
  116.         "retraction_amount": {
  117.             "enabled": "retraction_enable and machine_gcode_flavor != \"UltiGCode\""
  118.         },
  119.         "retraction_speed": {
  120.             "enabled": "retraction_enable and machine_gcode_flavor != \"UltiGCode\""
  121.         },
  122.         "retraction_retract_speed": {
  123.             "enabled": "retraction_enable and machine_gcode_flavor != \"UltiGCode\""
  124.         },
  125.         "retraction_prime_speed": {
  126.             "enabled": "retraction_enable and machine_gcode_flavor != \"UltiGCode\""
  127.         }
  128.     }
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement