tevo_blackwidow_normal.inst.cfg 701 B

123456789101112131415161718192021222324252627282930313233
  1. [general]
  2. version = 4
  3. name = Normal
  4. definition = tevo_blackwidow
  5. [metadata]
  6. setting_version = 17
  7. type = quality
  8. quality_type = normal
  9. weight = 0
  10. global_quality = True
  11. [values]
  12. brim_width = 4.0
  13. infill_pattern = zigzag
  14. layer_height = 0.2
  15. material_diameter = 1.75
  16. speed_infill = =math.ceil(speed_print * 60 / 50)
  17. speed_print = 50
  18. speed_support = 30
  19. speed_topbottom = =math.ceil(speed_print * 20 / 50)
  20. speed_travel = 100
  21. speed_wall = =speed_print
  22. speed_wall_x = =speed_print
  23. support_angle = 60
  24. support_enable = True
  25. support_interface_enable = True
  26. support_pattern = triangles
  27. support_type = everywhere
  28. support_use_towers = False
  29. support_xy_distance = 0.7
  30. top_bottom_thickness = 1.2
  31. wall_thickness = 1.2