um3_bb0.4_PVA_Normal_Quality.inst.cfg 748 B

123456789101112131415161718192021222324
  1. [general]
  2. version = 2
  3. name = Normal Quality
  4. definition = ultimaker3
  5. [metadata]
  6. weight = 0
  7. type = quality
  8. quality_type = normal
  9. material = generic_pva_ultimaker3_BB_0.4
  10. [values]
  11. acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
  12. acceleration_support_infill = =acceleration_support
  13. jerk_support = =math.ceil(jerk_print * 5 / 25)
  14. jerk_support_infill = =jerk_support
  15. support_infill_rate = 25
  16. support_interface_height = 0.8
  17. material_standby_temperature = 100
  18. prime_tower_enable = False
  19. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  20. jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
  21. acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
  22. support_xy_distance = =round(line_width * 1.5, 2)