tizyx_evy.def.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "version": 2,
  3. "name": "Tizyx Evy",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Tizyx",
  9. "manufacturer": "Tizyx",
  10. "file_formats": "text/x-gcode",
  11. "platform": "tizyx_k25_platform.3mf",
  12. "exclude_materials": [
  13. "dsm_arnitel2045",
  14. "dsm_novamid1070",
  15. "generic_cpe",
  16. "generic_hips",
  17. "generic_nylon",
  18. "generic_pc",
  19. "generic_pva",
  20. "generic_tpu",
  21. "innofill_innoflex60",
  22. "verbatim_bvoh"
  23. ],
  24. "first_start_actions": [ "MachineSettingsAction" ],
  25. "has_machine_quality": true,
  26. "has_materials": true,
  27. "has_variants": true,
  28. "machine_extruder_trains": { "0": "tizyx_evy_extruder_0" },
  29. "platform_offset": [
  30. 0,
  31. -4,
  32. 0
  33. ],
  34. "preferred_material": "tizyx_pla",
  35. "preferred_quality_type": "normal",
  36. "preferred_variant_name": "0.4mm",
  37. "supported_actions": [ "MachineSettingsAction" ]
  38. },
  39. "overrides":
  40. {
  41. "acceleration_enabled": { "value": "False" },
  42. "acceleration_print": { "value": "1500" },
  43. "adhesion_type": { "default_value": "skirt" },
  44. "cool_min_layer_time": { "default_value": 11 },
  45. "fill_outline_gaps": { "default_value": true },
  46. "gantry_height": { "value": "500" },
  47. "infill_sparse_density": { "default_value": 15 },
  48. "layer_height": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" },
  49. "layer_height_0": { "maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" },
  50. "machine_center_is_zero": { "default_value": false },
  51. "machine_depth": { "default_value": 255 },
  52. "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG91\nG1 E-5 F300\nG1 Z+3 F3000\nG1 Y245 F3000\nM84" },
  53. "machine_extruder_count": { "default_value": 1 },
  54. "machine_head_with_fans_polygon":
  55. {
  56. "default_value": [
  57. [25, 49],
  58. [25, -49],
  59. [-25, -49],
  60. [-25, 49]
  61. ]
  62. },
  63. "machine_heated_bed": { "default_value": true },
  64. "machine_height": { "default_value": 255 },
  65. "machine_start_gcode": { "default_value": "M82\nG90\nG28 X\nG28 Y\nG28 Z\nG29\nG91\nG1 Z0\nG90\nM82\nG92 E0\nG1 X125 Y245 F3000\nG1 Z0" },
  66. "machine_width": { "default_value": 255 },
  67. "retraction_amount": { "default_value": 2.5 },
  68. "retraction_combing": { "value": "'off'" },
  69. "retraction_speed": { "default_value": 30 },
  70. "skirt_gap": { "default_value": 2 },
  71. "skirt_line_count": { "default_value": 2 },
  72. "speed_print": { "default_value": 60 },
  73. "z_seam_type": { "default_value": "back" },
  74. "z_seam_x": { "value": "127.5" },
  75. "z_seam_y": { "value": "250" }
  76. }
  77. }