structur3d_discov3ry1_complete_um2plus.def.json 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "version": 2,
  3. "name": "Discov3ry Complete",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Andrew Finkle, CTO",
  9. "manufacturer": "Structur3d.io",
  10. "file_formats": "text/x-gcode",
  11. "platform": "ultimaker2_platform.obj",
  12. "firmware_file": "MarlinUltimaker2plus.hex",
  13. "first_start_actions": [],
  14. "has_machine_quality": false,
  15. "has_materials": true,
  16. "has_variants": true,
  17. "machine_extruder_trains": { "0": "structur3d_discov3ry1_complete_um2plus_extruder_0" },
  18. "platform_offset": [
  19. 0,
  20. 0,
  21. 0
  22. ],
  23. "platform_texture": "Ultimaker2Plusbackplate.png",
  24. "preferred_material": "structur3d_dap100silicone",
  25. "preferred_quality_type": "extra_fast",
  26. "preferred_variant_name": "0.84mm (Green)",
  27. "supported_actions": [],
  28. "variants_name": "Print core"
  29. },
  30. "overrides":
  31. {
  32. "adhesion_type": { "default_value": "skirt" },
  33. "gantry_height": { "value": "52" },
  34. "infill_sparse_density": { "value": 100 },
  35. "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
  36. "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
  37. "machine_depth": { "default_value": 205 },
  38. "machine_disallowed_areas":
  39. {
  40. "default_value": [
  41. [
  42. [-115, 112.5],
  43. [-78, 112.5],
  44. [-80, 102.5],
  45. [-115, 102.5]
  46. ],
  47. [
  48. [115, 112.5],
  49. [115, 102.5],
  50. [105, 102.5],
  51. [103, 112.5]
  52. ],
  53. [
  54. [-115, -112.5],
  55. [-115, -104.5],
  56. [-84, -104.5],
  57. [-82, -112.5]
  58. ],
  59. [
  60. [115, -112.5],
  61. [108, -112.5],
  62. [110, -104.5],
  63. [115, -104.5]
  64. ]
  65. ]
  66. },
  67. "machine_end_gcode": { "default_value": "M104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off (if you have it) \nM92 E282 ;reset extruder EEPROM steps/mm for plastic filament \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" },
  68. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  69. "machine_head_with_fans_polygon":
  70. {
  71. "default_value": [
  72. [-44, 14],
  73. [-44, -34],
  74. [64, 14],
  75. [64, -34]
  76. ]
  77. },
  78. "machine_heat_zone_length": { "default_value": 20 },
  79. "machine_height": { "default_value": 205 },
  80. "machine_name": { "default_value": "Discov3ry Complete (Ultimaker 2+)" },
  81. "machine_nozzle_head_distance": { "default_value": 5 },
  82. "machine_show_variants": { "default_value": true },
  83. "machine_start_gcode": { "default_value": "\n;Updated Firmware (.hex and Marlin .ino) for \n;Ultimaker 2+ with Discov3ry Extruder available at: \n;https://github.com/Structur3d/UM2.1Discov3ry-Firmware-beta \n;**Learn more at https://www.structur3d.io** \n \nM104 S{material_print_temperature} ;Start heating extruder \nM140 S{material_bed_temperature} ;Start heating bed \nG21 ;metric values \nG90 ;absolute positioning \nM82 ;set extruder to absolute mode \nM107 ;start with the fan off \nM302 ;allow cold extrusion \nM92 E2589 ;set extruder EEPROM steps/mm for paste \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..." },
  84. "machine_width": { "default_value": 205 },
  85. "retraction_hop_enabled": { "value": true },
  86. "skirt_brim_minimal_length": { "value": 1500 },
  87. "speed_print": { "value": 15 },
  88. "speed_support": { "value": "speed_wall_0" },
  89. "speed_wall_x": { "value": "speed_wall" }
  90. }
  91. }