Skip to content

The whitepaper describe how to completely get rid of the visible seam

License

Notifications You must be signed in to change notification settings

5axes/seam-hiding-whitepaper

 
 

Repository files navigation

Hide the Seam Completely

The whitepaper describes how to completely eliminate the visible seam.

Explanation

Every closed loop will eventually have a visible seam. However, if there is no specific point where the line ends, there is no seam, right?

  1. Begin the line with a height of 0 and gradually increase the height of the nozzle and the line over some length until it reaches the full height of the line.
  2. Move through the loop until reaching the end of the line, but continue extruding the filament due to the initial zero line height. Systematically reduce the line's height while maintaining the same nozzle height until reaching the end of the starting slope.
  3. Move on to the next perimeter or infill.

That's it. The algorithm is remarkably simple, though the result is astonishingly good. It is not an easy task to post-process already existing GCODE files, but if it works at the slicer level, it will work very well.

The python code

The repository includes an example demonstrating a basic implementation of the algorithm for printing a ring. This implementation allows specifying parameters such as the number of lines in the ring, layer height, line width, speed, etc.

Also there is an example of gcode file for printer Ender-3 nozzle 0.4 line 0.25x0.4

Photos of the Seam Details on the Printed Example.

The first layer (the top on the first photo) was printed without the algorithm to get better adhesion. botom 2 botom 3 photo_1_2023-12-20_16-13-32

In the photo below you can see there is no gap between the lines. top 1 side 1 botom 1 center 1 top 2

About

The whitepaper describe how to completely get rid of the visible seam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • G-code 99.8%
  • Python 0.2%