alya3dp.def.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "version": 2,
  3. "name": "Alya",
  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_platform.3mf",
  12. "exclude_materials": [
  13. "dsm_arnitel2045",
  14. "dsm_novamid1070",
  15. "generic_abs",
  16. "generic_cpe",
  17. "generic_hips",
  18. "generic_nylon",
  19. "generic_pc",
  20. "generic_petg",
  21. "generic_pva",
  22. "generic_tpu",
  23. "innofill_innoflex60",
  24. "verbatim_bvoh"
  25. ],
  26. "has_machine_quality": true,
  27. "has_materials": true,
  28. "has_variants": false,
  29. "machine_extruder_trains": { "0": "alya3dp_extruder_0" },
  30. "platform_offset": [
  31. -60,
  32. -45,
  33. 75
  34. ],
  35. "preferred_material": "generic_pla",
  36. "supports_usb_connection": false
  37. },
  38. "overrides":
  39. {
  40. "adhesion_type":
  41. {
  42. "default_value": "raft",
  43. "options":
  44. {
  45. "brim": "Brim",
  46. "none": "None",
  47. "raft": "Raft"
  48. }
  49. },
  50. "gantry_height": { "value": "55" },
  51. "machine_center_is_zero": { "default_value": false },
  52. "machine_depth": { "default_value": 100 },
  53. "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}" },
  54. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  55. "machine_head_with_fans_polygon":
  56. {
  57. "default_value": [
  58. [75, 18],
  59. [18, 18],
  60. [18, 35],
  61. [75, 35]
  62. ]
  63. },
  64. "machine_heated_bed": { "default_value": false },
  65. "machine_height": { "default_value": 133 },
  66. "machine_name": { "default_value": "ALYA 3DP" },
  67. "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" },
  68. "machine_width": { "default_value": 100 },
  69. "retraction_amount": { "default_value": 1.5 },
  70. "support_enable": { "default_value": true }
  71. }
  72. }