ultimaker_s7_cc06.inst.cfg 863 B

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