structur3d_discov3ry1_complete_um2plus.def.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "version": 2,
  3. "name": "Discov3ry Complete",
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "author": "Andrew Finkle, CTO",
  7. "manufacturer": "Structur3d.io",
  8. "visible": true,
  9. "file_formats": "text/x-gcode",
  10. "platform": "ultimaker2_platform.obj",
  11. "platform_texture": "Ultimaker2Plusbackplate.png",
  12. "platform_offset": [0, 0, 0],
  13. "has_materials": true,
  14. "has_variants": true,
  15. "variants_name": "Print core",
  16. "preferred_variant_name": "0.84mm (Green)",
  17. "has_machine_materials": true,
  18. "preferred_material": "structur3d_dap100silicone",
  19. "has_variant_materials": false,
  20. "has_machine_quality": false,
  21. "preferred_quality_type": "extra_fast",
  22. "first_start_actions": [],
  23. "supported_actions": [],
  24. "machine_extruder_trains":
  25. {
  26. "0": "structur3d_discov3ry1_complete_um2plus_extruder_0"
  27. },
  28. "firmware_file": "MarlinUltimaker2plus.hex"
  29. },
  30. "overrides": {
  31. "machine_name": { "default_value": "Discov3ry Complete (Ultimaker 2+)" },
  32. "speed_infill": {
  33. "value": "speed_print"
  34. },
  35. "infill_sparse_density": {
  36. "value": 100
  37. },
  38. "retraction_hop_enabled": {
  39. "value": true
  40. },
  41. "adhesion_type": {
  42. "default_value": "skirt"
  43. },
  44. "skirt_brim_minimal_length": {
  45. "value": 1500
  46. },
  47. "speed_print": {
  48. "value": 15
  49. },
  50. "speed_wall_x": {
  51. "value": "speed_wall"
  52. },
  53. "layer_height_0": {
  54. "value": "round(machine_nozzle_size / 1.5, 2)"
  55. },
  56. "line_width": {
  57. "value": "round(machine_nozzle_size * 0.875, 2)"
  58. },
  59. "speed_layer_0": {
  60. "default_value": 10
  61. },
  62. "speed_support": {
  63. "value": "speed_wall_0"
  64. },
  65. "machine_height": {
  66. "default_value": 205
  67. },
  68. "machine_width": {
  69. "default_value": 205
  70. },
  71. "machine_depth": {
  72. "default_value": 205
  73. },
  74. "machine_show_variants": {
  75. "default_value": true
  76. },
  77. "gantry_height": {
  78. "value": "52"
  79. },
  80. "machine_nozzle_head_distance": {
  81. "default_value": 5
  82. },
  83. "machine_nozzle_expansion_angle": {
  84. "default_value": 45
  85. },
  86. "machine_heat_zone_length": {
  87. "default_value": 20
  88. },
  89. "machine_head_with_fans_polygon":
  90. {
  91. "default_value": [
  92. [ -44, 14 ],
  93. [ -44, -34 ],
  94. [ 64, 14 ],
  95. [ 64, -34 ]
  96. ]
  97. },
  98. "machine_disallowed_areas": {
  99. "default_value": [
  100. [[-115, 112.5], [ -78, 112.5], [ -80, 102.5], [-115, 102.5]],
  101. [[ 115, 112.5], [ 115, 102.5], [ 105, 102.5], [ 103, 112.5]],
  102. [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
  103. [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
  104. ]
  105. },
  106. "machine_gcode_flavor": {
  107. "default_value": "RepRap (Marlin/Sprinter)"
  108. },
  109. "machine_start_gcode": {
  110. "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..."
  111. },
  112. "machine_end_gcode": {
  113. "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"
  114. }
  115. }
  116. }