ultimaker_s3_cc04.inst.cfg 947 B

123456789101112131415161718192021222324252627282930313233
  1. [general]
  2. name = CC 0.4
  3. version = 4
  4. definition = ultimaker_s3
  5. [metadata]
  6. setting_version = 20
  7. type = variant
  8. hardware_type = nozzle
  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_layer_0 = 20
  18. speed_print = 45
  19. speed_support = =speed_topbottom
  20. speed_topbottom = =math.ceil(speed_print * 25 / 45)
  21. speed_travel_layer_0 = 50
  22. speed_wall = =math.ceil(speed_print * 30 / 45)
  23. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  24. speed_wall_x = =speed_wall
  25. support_angle = 60
  26. support_bottom_distance = =support_z_distance / 2
  27. support_top_distance = =support_z_distance
  28. support_z_distance = =layer_height * 2
  29. switch_extruder_prime_speed = =switch_extruder_retraction_speeds
  30. switch_extruder_retraction_amount = =machine_heat_zone_length
  31. top_bottom_thickness = =layer_height * 6