dagoma_neva.def.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "Dagoma NEVA",
  3. "version": 2,
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": true,
  7. "author": "Dagoma",
  8. "manufacturer": "Dagoma",
  9. "file_formats": "text/x-gcode",
  10. "platform": "dagoma_neva.stl",
  11. "platform_offset": [0, -28, -35],
  12. "has_machine_quality": true,
  13. "has_materials": true,
  14. "preferred_material": "chromatik_pla",
  15. "machine_extruder_trains":
  16. {
  17. "0": "dagoma_neva_extruder_0"
  18. }
  19. },
  20. "overrides": {
  21. "machine_width": {
  22. "default_value": 195.55
  23. },
  24. "machine_height": {
  25. "default_value": 205
  26. },
  27. "machine_depth": {
  28. "default_value": 195.55
  29. },
  30. "machine_center_is_zero": {
  31. "default_value": true
  32. },
  33. "machine_head_with_fans_polygon": {
  34. "default_value": [
  35. [-36, -42],
  36. [-36, 42],
  37. [36, 42],
  38. [36, -42]
  39. ]
  40. },
  41. "gantry_height": {
  42. "value": "0"
  43. },
  44. "machine_shape": {
  45. "default_value": "elliptic"
  46. },
  47. "machine_start_gcode": {
  48. "default_value": ";Gcode by Cura\nG90\nG28\nM107\nM109 R100\nG29\nM109 S{material_print_temperature_layer_0} U-55 X55 V-85 Y-85 W0.26 Z0.26\nM82\nG92 E0\nG1 F200 E6\nG92 E0\nG1 F200 E-3.5\nG0 Z0.15\nG0 X10\nG0 Z3\nG1 F6000\n"
  49. },
  50. "machine_end_gcode": {
  51. "default_value": "\nM104 S0\nM106 S255\nM140 S0\nG91\nG1 E-1 F300\nG1 Z+3 E-2 F9000\nG90\nG28\n"
  52. },
  53. "default_material_print_temperature": {
  54. "default_value": 205
  55. },
  56. "speed_print": {
  57. "default_value": 40
  58. },
  59. "retraction_amount": {
  60. "default_value": 3.8
  61. },
  62. "retraction_speed": {
  63. "default_value": 60
  64. },
  65. "adhesion_type": {
  66. "default_value": "skirt"
  67. },
  68. "skirt_line_count": {
  69. "default_value": 2
  70. },
  71. "layer_height_0": {
  72. "default_value": 0.26
  73. },
  74. "top_bottom_thickness": {
  75. "default_value": 1
  76. }
  77. }
  78. }