ultimaker_original_dual.def.json 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "version": 2,
  3. "name": "Ultimaker Original Dual Extrusion",
  4. "inherits": "ultimaker",
  5. "metadata": {
  6. "visible": true,
  7. "author": "Ultimaker",
  8. "manufacturer": "Ultimaker B.V.",
  9. "weight": 4,
  10. "file_formats": "text/x-gcode",
  11. "icon": "icon_ultimaker.png",
  12. "platform": "ultimaker_platform.stl",
  13. "has_materials": true,
  14. "has_machine_quality": true,
  15. "quality_definition": "ultimaker_original",
  16. "exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "ultimaker_bam", "generic_pva", "ultimaker_pva", "generic_tough_pla", "ultimaker_tough_pla_black", "ultimaker_tough_pla_green", "ultimaker_tough_pla_red", "ultimaker_tough_pla_white"],
  17. "machine_extruder_trains":
  18. {
  19. "0": "ultimaker_original_dual_1st",
  20. "1": "ultimaker_original_dual_2nd"
  21. },
  22. "first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"],
  23. "supported_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel", "UpgradeFirmware"]
  24. },
  25. "overrides": {
  26. "machine_name": { "default_value": "Ultimaker Original" },
  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_head_with_fans_polygon":
  43. {
  44. "default_value": [
  45. [ -75, 35 ],
  46. [ -75, -18 ],
  47. [ 18, 35 ],
  48. [ 18, -18 ]
  49. ]
  50. },
  51. "gantry_height": {
  52. "default_value": 55
  53. },
  54. "machine_use_extruder_offset_to_offset_coords": {
  55. "default_value": true
  56. },
  57. "machine_gcode_flavor": {
  58. "default_value": "RepRap (Marlin/Sprinter)"
  59. },
  60. "machine_start_gcode": {
  61. "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..."
  62. },
  63. "machine_end_gcode": {
  64. "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"
  65. },
  66. "machine_extruder_count": {
  67. "default_value": 2
  68. },
  69. "prime_tower_position_x": {
  70. "value": "195"
  71. },
  72. "prime_tower_position_y": {
  73. "value": "149"
  74. }
  75. }
  76. }