doobie42 / OpenPegasus

Open Source Firmware for the Pegasus Touch 3D Printer
MIT License
17 stars 5 forks source link

Translation from gcode position -> galvo position is slow #4

Open doobie42 opened 7 years ago

doobie42 commented 7 years ago

The code to translate from gcode -> galvo uses floating point variables and is slow. I need to work to enable a working method not using floating point (initial attempts are 5-10 times faster, but are not accurate).