um3_bb0.4_PVA_Draft_Print.inst.cfg 809 B

1234567891011121314151617181920212223242526
  1. [general]
  2. version = 2
  3. name = Draft Print
  4. definition = ultimaker3
  5. [metadata]
  6. type = quality
  7. quality_type = draft
  8. weight = -2
  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. material_print_temperature = =default_material_print_temperature + 10
  16. material_standby_temperature = 100
  17. skin_overlap = 20
  18. support_interface_height = 0.8
  19. prime_tower_enable = False
  20. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  21. jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
  22. acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
  23. support_xy_distance = =round(line_width * 1.5, 2)