Commit graph

5 commits

Author SHA1 Message Date
Lars Brubaker
a2cdad80f0 make sure the tests pass 2017-01-04 14:20:18 -08:00
Lars Brubaker
522a049cc6 Added support for M83 and M82 extruder relative / absolute positioning 2017-01-04 14:13:05 -08:00
Lars Brubaker
71f22acc75 SetPrinterPosition no longer returns a value
Every function that tracks position implements SetPerinterPosition
Moved GCodeStreamProxy to its own file
Created a new PauseHandlingStream
Wrote a test for same
Fixed the bug with pausing not returning to correct extrusion
Fixed print leveling to pass on the correct offset to SetPrinterPosition
Made sure we always send the shut off extruders on exit
Make agg parse double able to handle a space between the negative sign and the number "- 10".
Put in a test for same.
2016-01-19 15:16:05 -08:00
Lars Brubaker
c0cf671e6a Need to not send the M91 2015-12-04 15:46:21 -08:00
Lars Brubaker
9f0ceb73b9 Made a new stream to always keep the printer running in absolute mode. 2015-12-04 15:31:22 -08:00