ultimaker_s7_cc04.inst.cfg 903 B

1234567891011121314151617181920212223242526272829303132
  1. [general]
  2. definition = ultimaker_s7
  3. name = CC 0.4
  4. version = 4
  5. [metadata]
  6. hardware_type = nozzle
  7. setting_version = 22
  8. type = variant
  9. [values]
  10. brim_width = 7
  11. machine_nozzle_cool_down_speed = 0.9
  12. machine_nozzle_id = CC 0.4
  13. machine_nozzle_size = 0.4
  14. retraction_min_travel = =line_width * 2
  15. retraction_prime_speed = =retraction_speed
  16. speed_infill = =speed_print
  17. speed_print = 45
  18. speed_support = =speed_topbottom
  19. speed_topbottom = =math.ceil(speed_print * 25 / 45)
  20. speed_wall = =math.ceil(speed_print * 30 / 45)
  21. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  22. speed_wall_x = =speed_wall
  23. support_angle = 60
  24. support_bottom_distance = =support_z_distance / 2
  25. support_top_distance = =support_z_distance
  26. support_z_distance = =layer_height * 2
  27. switch_extruder_prime_speed = =switch_extruder_retraction_speeds
  28. switch_extruder_retraction_amount = =machine_heat_zone_length
  29. top_bottom_thickness = =layer_height * 6