alyanx3dp.def.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "version": 2,
  3. "name": "Alya NX",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Alya",
  9. "manufacturer": "Kati Hal ARGE",
  10. "file_formats": "text/x-gcode",
  11. "platform": "alya_nx_platform.3mf",
  12. "exclude_materials": [
  13. "chromatik_pla",
  14. "dsm_arnitel2045_175",
  15. "dsm_novamid1070_175",
  16. "fabtotum_abs",
  17. "fabtotum_nylon",
  18. "fabtotum_pla",
  19. "fabtotum_tpu",
  20. "fiberlogy_hd_pla",
  21. "filo3d_pla",
  22. "filo3d_pla_green",
  23. "filo3d_pla_red",
  24. "generic_abs",
  25. "generic_abs_175",
  26. "generic_bam",
  27. "generic_cpe",
  28. "generic_cpe_175",
  29. "generic_cpe_plus",
  30. "generic_hips",
  31. "generic_hips_175",
  32. "generic_nylon",
  33. "generic_nylon_175",
  34. "generic_pc",
  35. "generic_pc_175",
  36. "generic_petg",
  37. "generic_petg_175",
  38. "generic_pp",
  39. "generic_pva",
  40. "generic_pva_175",
  41. "generic_tough_pla",
  42. "generic_tpu",
  43. "generic_tpu_175",
  44. "imade3d_petg_green",
  45. "imade3d_petg_pink",
  46. "imade3d_pla_green",
  47. "imade3d_pla_pink",
  48. "innofill_innoflex60_175",
  49. "octofiber_pla",
  50. "polyflex_pla",
  51. "polymax_pla",
  52. "polyplus_pla",
  53. "polywood_pla",
  54. "verbatim_bvoh_175",
  55. "Vertex_Delta_ABS",
  56. "Vertex_Delta_PET",
  57. "Vertex_Delta_PLA",
  58. "Vertex_Delta_TPU",
  59. "zyyx_pro_flex",
  60. "zyyx_pro_pla",
  61. "tizyx_pla",
  62. "tizyx_abs",
  63. "tizyx_pla_bois"
  64. ],
  65. "has_machine_quality": true,
  66. "has_materials": true,
  67. "has_variants": false,
  68. "machine_extruder_trains": { "0": "alya3dp_extruder_0" },
  69. "platform_offset": [
  70. -104,
  71. 0,
  72. 93
  73. ],
  74. "preferred_material": "generic_pla",
  75. "supports_usb_connection": false
  76. },
  77. "overrides":
  78. {
  79. "adhesion_type":
  80. {
  81. "default_value": "raft",
  82. "options":
  83. {
  84. "brim": "Brim",
  85. "none": "None",
  86. "raft": "Raft"
  87. }
  88. },
  89. "gantry_height": { "value": "55" },
  90. "machine_center_is_zero": { "default_value": false },
  91. "machine_depth": { "default_value": 160 },
  92. "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}" },
  93. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  94. "machine_head_with_fans_polygon":
  95. {
  96. "default_value": [
  97. [75, 18],
  98. [18, 18],
  99. [18, 35],
  100. [75, 35]
  101. ]
  102. },
  103. "machine_heated_bed": { "default_value": false },
  104. "machine_height": { "default_value": 170 },
  105. "machine_name": { "default_value": "ALYA NX 3DP" },
  106. "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" },
  107. "machine_width": { "default_value": 180 },
  108. "retraction_amount": { "default_value": 1.5 },
  109. "support_enable": { "default_value": true }
  110. }
  111. }