Post processor for G-code files for hiding a FDM seam.
This post processor modifies the G-code commands to hide the seam. The post processor enhances the surface quality and toughness of the printed part by concealing the seam. Works with gcode produced by ORCA or PRUSA slicer.
- Python 3.12
--path to python folder--\python.exe "--path to python script--\postprocessor_seam_slope.py" "--path to gcode file--\slicer_x.gcode" --first_layer=0.3 --other_layers=0.3 --slope_min_length=10 --slope_steps=20 --start_slope_height=0.05;
--path to python folder--\python.exe "--path to python script--\postprocessor_seam_slope.py" --first_layer=0.3 --other_layers=0.3 -slope_min_length=10 --slope_steps=20 --start_slope_height=0.05;
- Line height = 0.3
- Line width 0.44 for external perimeter works very well
- Slope steps = 6-20 steps (Many steps over a short distance may cause unusual behavior of the extruder if use LA)
- Don't use any dynamic speed control
- Use dynamic acceleration control with min acceleration for external perimeter (like 500)