brandonagr / gocupi

Polargraph (vertical plotter / drawing machine) written in Go
GNU Lesser General Public License v3.0
102 stars 26 forks source link

Acceleration in imagearc is to high #20

Closed sergio-daniels closed 9 years ago

sergio-daniels commented 9 years ago

when I draw an imagarc and the thickness is just a line gocupi draws to fast, so the gondola beginns to shake. How could the acceleration be specified for imagearc?

brandonagr commented 9 years ago

-slowfactor=# can be used to slow down the max drawing speed, it divides the top speed by #, so higher number = slower drawing. The other way to control the top speed is to use a different spool with a smaller diameter

Also the gocupi_config.xml file specifies an Acceleration_Seconds value that can be increased to make it accelerate slower