Hello Guest it is March 28, 2024, 07:47:03 AM

Author Topic: Path smoothing  (Read 1224 times)

0 Members and 1 Guest are viewing this topic.

Path smoothing
« on: November 25, 2020, 06:00:43 AM »
I'm using a program that enables a person to grab the arm of a 5 axis machine and record a path while moving it by hand.  The problem I'm having is the encoders read every jagged movement that I make.  For example a straight line in gcode is pretty clean, but when I pull/push the machine it might be 300 lines of g-code. 

My question:  Is there software that would take my generated g-code/path and clean/smooth it up and make a jagged path to a smooth vector and generate new g-code? 
The finished g-code tolerance could be +/- .250'' max.

Offline Graham Waterworth

*
  • *
  •  2,668 2,668
  • Yorkshire Dales, England
    • View Profile
Re: Path smoothing
« Reply #1 on: November 27, 2020, 08:35:02 PM »
Most 3D CAM systems can import a point cloud and smooth it out.
Without engineers the world stops
Re: Path smoothing
« Reply #2 on: November 28, 2020, 02:02:55 PM »
Thanks for responding.  I'll look into that.