sovol_base.def.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "version": 2,
  3. "name": "Sovol Base Printer",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": false,
  8. "author": "ed3d.net",
  9. "manufacturer": "Sovol 3D",
  10. "file_formats": "text/x-gcode",
  11. "exclude_materials": [
  12. "Vertex_Delta_ABS",
  13. "Vertex_Delta_PET",
  14. "Vertex_Delta_PLA",
  15. "Vertex_Delta_TPU",
  16. "chromatik_pla",
  17. "dsm_arnitel2045_175",
  18. "dsm_novamid1070_175",
  19. "fabtotum_abs",
  20. "fabtotum_nylon",
  21. "fabtotum_pla",
  22. "fabtotum_tpu",
  23. "fiberlogy_hd_pla",
  24. "filo3d_pla",
  25. "filo3d_pla_green",
  26. "filo3d_pla_red",
  27. "generic_abs",
  28. "generic_bam",
  29. "generic_cffcpe",
  30. "generic_cffpa",
  31. "generic_cpe",
  32. "generic_cpe_plus",
  33. "generic_gffcpe",
  34. "generic_gffpa",
  35. "generic_hips",
  36. "generic_nylon",
  37. "generic_pc",
  38. "generic_petg",
  39. "generic_pla",
  40. "generic_pp",
  41. "generic_pva",
  42. "generic_tough_pla",
  43. "generic_tpu",
  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. "structur3d_dap100silicone",
  55. "tizyx_abs",
  56. "tizyx_pla",
  57. "tizyx_pla_bois",
  58. "verbatim_bvoh_175",
  59. "zyyx_pro_flex",
  60. "zyyx_pro_pla"
  61. ],
  62. "first_start_actions": [ "MachineSettingsAction" ],
  63. "has_machine_quality": true,
  64. "has_materials": true,
  65. "has_variants": true,
  66. "preferred_quality_type": "standard",
  67. "preferred_variant_name": "0.4mm Nozzle",
  68. "variants_name": "Nozzle Size"
  69. },
  70. "overrides":
  71. {
  72. "acceleration_enabled": { "value": true },
  73. "acceleration_print": { "value": 500 },
  74. "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
  75. "acceleration_travel": { "value": 500 },
  76. "acceleration_travel_layer_0": { "value": "acceleration_travel" },
  77. "adaptive_layer_height_variation": { "value": 0.04 },
  78. "adaptive_layer_height_variation_step": { "value": 0.04 },
  79. "adhesion_type": { "value": "'skirt'" },
  80. "infill_before_walls": { "value": false },
  81. "infill_line_distance": { "value": "0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1))))" },
  82. "infill_overlap": { "value": 30.0 },
  83. "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 89 else 'cubic'" },
  84. "infill_sparse_density": { "value": 10.0 },
  85. "infill_wipe_dist": { "value": 0.0 },
  86. "jerk_enabled": { "value": true },
  87. "jerk_print": { "value": 8 },
  88. "jerk_travel": { "value": "jerk_print * 2" },
  89. "jerk_travel_layer_0": { "value": "jerk_travel" },
  90. "machine_acceleration": { "value": 500 },
  91. "machine_heated_bed": { "default_value": true },
  92. "machine_max_acceleration_e": { "value": 5000 },
  93. "machine_max_acceleration_x": { "value": 500 },
  94. "machine_max_acceleration_y": { "value": 500 },
  95. "machine_max_feedrate_e": { "value": 50 },
  96. "machine_max_feedrate_x": { "value": 500 },
  97. "machine_max_feedrate_y": { "value": 500 },
  98. "machine_max_feedrate_z": { "value": 10 },
  99. "machine_max_jerk_xy": { "value": 8 },
  100. "material_diameter": { "default_value": 1.75 },
  101. "material_final_print_temperature": { "value": "material_print_temperature" },
  102. "material_initial_print_temperature": { "value": "material_print_temperature" },
  103. "optimize_wall_printing_order": { "value": "True" },
  104. "retraction_amount": { "default_value": 0.5 },
  105. "retraction_speed": { "default_value": 40 },
  106. "skin_monotonic": { "value": true },
  107. "skin_overlap": { "value": 10.0 },
  108. "speed_layer_0": { "value": 20.0 },
  109. "speed_print": { "value": 50.0 },
  110. "speed_topbottom": { "value": "math.ceil(speed_print * (50 / 100))" },
  111. "speed_wall": { "value": "math.ceil(speed_print * (50 / 100))" },
  112. "wall_0_wipe_dist": { "value": 0.0 },
  113. "wall_thickness": { "value": "line_width * 2" },
  114. "z_seam_corner": { "value": "'z_seam_corner_inner'" },
  115. "z_seam_type": { "value": "'sharpest_corner'" }
  116. }
  117. }