ultimaker_original_dual.def.json 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "id": "ultimaker_original_dual",
  3. "version": 2,
  4. "name": "Ultimaker Original Dual Extrusion",
  5. "inherits": "ultimaker",
  6. "metadata": {
  7. "visible": true,
  8. "author": "Ultimaker",
  9. "manufacturer": "Ultimaker",
  10. "category": "Ultimaker",
  11. "weight": 4,
  12. "file_formats": "text/x-gcode",
  13. "icon": "icon_ultimaker.png",
  14. "platform": "ultimaker_platform.stl",
  15. "has_materials": true,
  16. "preferred_material": "*pla*",
  17. "preferred_quality": "*normal*",
  18. "machine_extruder_trains":
  19. {
  20. "0": "ultimaker_original_dual_1st",
  21. "1": "ultimaker_original_dual_2nd"
  22. },
  23. "first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"],
  24. "supported_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel", "UpgradeFirmware"]
  25. },
  26. "overrides": {
  27. "machine_width": {
  28. "default_value": 205
  29. },
  30. "machine_height": {
  31. "default_value": 200
  32. },
  33. "machine_depth": {
  34. "default_value": 195
  35. },
  36. "machine_center_is_zero": {
  37. "default_value": false
  38. },
  39. "machine_nozzle_size": {
  40. "default_value": 0.4
  41. },
  42. "machine_nozzle_heat_up_speed": {
  43. "default_value": 2
  44. },
  45. "machine_nozzle_cool_down_speed": {
  46. "default_value": 2
  47. },
  48. "machine_head_with_fans_polygon":
  49. {
  50. "default_value": [
  51. [ -75, 35 ],
  52. [ -75, -18 ],
  53. [ 18, 35 ],
  54. [ 18, -18 ]
  55. ]
  56. },
  57. "gantry_height": {
  58. "default_value": 55
  59. },
  60. "machine_use_extruder_offset_to_offset_coords": {
  61. "default_value": true
  62. },
  63. "machine_gcode_flavor": {
  64. "default_value": "RepRap (Marlin/Sprinter)"
  65. },
  66. "machine_start_gcode": {
  67. "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nT1 ;Switch to the 2nd extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F200 E-{switch_extruder_retraction_amount}\nT0 ;Switch to the 1st extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
  68. },
  69. "machine_end_gcode": {
  70. "default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd 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"
  71. },
  72. "machine_extruder_count": {
  73. "default_value": 2
  74. },
  75. "print_sequence": {
  76. "enabled": false
  77. },
  78. "prime_tower_position_x": {
  79. "default_value": 185
  80. },
  81. "prime_tower_position_y": {
  82. "default_value": 175
  83. }
  84. }
  85. }