chromag

Klipper Changes after Silver PLA

Feb 10th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. - First do the initial calibrations for esteps and flow: https://www.reddit.com/r/ender3/comments/ec2i9j/how_to_calibrate_your_printers_esteps_and/
  2.  
  3. - Recalculate e-steps by setting step_distance as follows:
  4.  
  5. # G1 E100 F100 - to extrude 100mm of filament
  6. # Do the same calibration as with ANY printer and then divide the result by 1 to get mm/step rather steps/mm (round to 6 digits)
  7.  
  8. - Calculate flow rate with the flow cube
  9. - Make sure square_corner_velocity is set to default at 5.0 (replacement for jerk settings)
  10. - Fix for stuttering - make sure above square_corner_velocity is not 0
  11. - Remove jerk AND acceleration from all gcode
  12. - Set acceleration to 25-300 in Klipper config (to help with ghosting)
  13. - Replace start and end code in Cura with Klipper macros
  14. - Print temperature calibration tower
  15. - Calibrate retraction settings with retraction tower tests
Add Comment
Please, Sign In to add comment