kupido.def.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "version": 2,
  3. "name": "Kupido",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Kupido",
  9. "manufacturer": "Kati Hal ARGE",
  10. "file_formats": "text/x-gcode",
  11. "exclude_materials": [
  12. "chromatik_pla",
  13. "dsm_arnitel2045_175",
  14. "dsm_novamid1070_175",
  15. "fabtotum_abs",
  16. "fabtotum_nylon",
  17. "fabtotum_pla",
  18. "fabtotum_tpu",
  19. "fiberlogy_hd_pla",
  20. "filo3d_pla",
  21. "filo3d_pla_green",
  22. "filo3d_pla_red",
  23. "generic_bam",
  24. "generic_cpe",
  25. "generic_cpe_175",
  26. "generic_cpe_plus",
  27. "generic_hips",
  28. "generic_hips_175",
  29. "generic_nylon",
  30. "generic_nylon_175",
  31. "generic_pc",
  32. "generic_pc_175",
  33. "generic_petg",
  34. "generic_petg_175",
  35. "generic_pp",
  36. "generic_pva",
  37. "generic_pva_175",
  38. "generic_tough_pla",
  39. "generic_tpu",
  40. "generic_tpu_175",
  41. "imade3d_petg_green",
  42. "imade3d_petg_pink",
  43. "imade3d_pla_green",
  44. "imade3d_pla_pink",
  45. "innofill_innoflex60_175",
  46. "octofiber_pla",
  47. "polyflex_pla",
  48. "polymax_pla",
  49. "polyplus_pla",
  50. "polywood_pla",
  51. "verbatim_bvoh_175",
  52. "Vertex_Delta_ABS",
  53. "Vertex_Delta_PET",
  54. "Vertex_Delta_PLA",
  55. "Vertex_Delta_TPU",
  56. "zyyx_pro_flex",
  57. "zyyx_pro_pla",
  58. "tizyx_pla",
  59. "tizyx_abs",
  60. "tizyx_pla_bois"
  61. ],
  62. "has_machine_quality": true,
  63. "has_materials": true,
  64. "has_variants": false,
  65. "machine_extruder_trains": { "0": "kupido_extruder_0" },
  66. "platform_offset": [
  67. 0,
  68. 0,
  69. 0
  70. ],
  71. "preferred_material": "generic_pla",
  72. "supports_usb_connection": false
  73. },
  74. "overrides":
  75. {
  76. "adhesion_type":
  77. {
  78. "default_value": "raft",
  79. "options":
  80. {
  81. "brim": "Brim",
  82. "none": "None",
  83. "raft": "Raft"
  84. }
  85. },
  86. "gantry_height": { "value": "55" },
  87. "machine_center_is_zero": { "default_value": false },
  88. "machine_depth": { "default_value": 195 },
  89. "machine_end_gcode": { "default_value": ";End GCode\nM104 S0 ;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 F{speed_travel} ;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\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}" },
  90. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  91. "machine_head_with_fans_polygon":
  92. {
  93. "default_value": [
  94. [75, 18],
  95. [18, 18],
  96. [18, 35],
  97. [75, 35]
  98. ]
  99. },
  100. "machine_heated_bed": { "default_value": true },
  101. "machine_height": { "default_value": 190 },
  102. "machine_name": { "default_value": "KUPIDO" },
  103. "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time} \n ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} \n ;Print time: {print_time} \n ;Filament used: {filament_amount}m {filament_weight}g \n ;Filament cost: {filament_cost} \n G28 X0 Y0 ;move X Y to endstops \n G28 Z0 ;move Z to endstops \n M190 S{material_bed_temperature} ;bed temp \n M107 ; switch fan off \n M109 S{material_print_temperature} ;extruder temp set \n G1 F3000 \n G1 Z10 \n G92 E0 ;zero the extruded length \n G1 F200 E1 ;extrude 1mm of feed stock \n G92 E0 ;zero the extruded length again \n G4 P7000 ; wait 7000ms \n M117 Printing... ;Put printing message on LCD screen" },
  104. "machine_width": { "default_value": 195 },
  105. "retraction_amount": { "default_value": 1 },
  106. "support_enable": { "default_value": true }
  107. }
  108. }