summaryrefslogtreecommitdiff
path: root/Sprinter/arc_func.cpp
AgeCommit message (Collapse)Author
2012-04-02Fixed small bug in arcs when segemnts are zeromidopple
Thanks to hurzl
2012-02-14Changed check in arc_funcmidopple
if (millimeters_of_travel == 0.0) => if (millimeters_of_travel < 0.001) (thanks mooselake)
2012-02-02Option to deaktivate the arc functionmidopple
2012-02-01Check Uart Puffer while circle processing (CMD: G2 / G3)midopple
2012-01-29New Version Sprinter V2midopple
- Look Vorward Funktion - - Stepper Control with Timer 1 - SOFT PWM for Extruder heating --> Free Timer 1 - G2 / G3 Command for arc real arc - Baudrate 250 kbaud - M30 Command delete file on SD Card - Text moved to flash to free RAM - M203 Command for Temp debugging