ultimaker_original_dual.def.json 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "version": 2,
  3. "name": "Ultimaker Original Dual Extrusion",
  4. "inherits": "ultimaker",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Ultimaker",
  9. "manufacturer": "Ultimaker B.V.",
  10. "file_formats": "text/x-gcode",
  11. "platform": "ultimaker_platform.3mf",
  12. "exclude_materials": [
  13. "generic_cffcpe",
  14. "generic_cffpa",
  15. "generic_flexible",
  16. "generic_gffcpe",
  17. "generic_gffpa",
  18. "generic_hips",
  19. "generic_petcf",
  20. "generic_petg",
  21. "generic_pva",
  22. "generic_tough_pla",
  23. "structur3d_",
  24. "ultimaker_bam",
  25. "ultimaker_petcf",
  26. "ultimaker_petg",
  27. "ultimaker_pva",
  28. "ultimaker_tough_pla"
  29. ],
  30. "firmware_file": "MarlinUltimaker-{baudrate}-dual.hex",
  31. "firmware_hbk_file": "MarlinUltimaker-HBK-{baudrate}-dual.hex",
  32. "first_start_actions": [
  33. "UMOUpgradeSelection",
  34. "BedLevel"
  35. ],
  36. "has_machine_quality": true,
  37. "has_materials": true,
  38. "machine_extruder_trains":
  39. {
  40. "0": "ultimaker_original_dual_1st",
  41. "1": "ultimaker_original_dual_2nd"
  42. },
  43. "quality_definition": "ultimaker_original",
  44. "supported_actions": [
  45. "UMOUpgradeSelection",
  46. "BedLevel"
  47. ],
  48. "weight": 4
  49. },
  50. "overrides":
  51. {
  52. "gantry_height": { "value": "55" },
  53. "machine_center_is_zero": { "default_value": false },
  54. "machine_depth": { "default_value": 195 },
  55. "machine_end_gcode": { "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" },
  56. "machine_extruder_count": { "default_value": 2 },
  57. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  58. "machine_head_with_fans_polygon":
  59. {
  60. "default_value": [
  61. [-75, 35],
  62. [-75, -18],
  63. [18, 35],
  64. [18, -18]
  65. ]
  66. },
  67. "machine_height": { "default_value": 200 },
  68. "machine_name": { "default_value": "Ultimaker Original" },
  69. "machine_start_gcode": { "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..." },
  70. "machine_use_extruder_offset_to_offset_coords": { "default_value": true },
  71. "machine_width": { "default_value": 205 }
  72. }
  73. }