Commit graph

11 commits

Author SHA1 Message Date
Lars Brubaker
4a2e7677e9 typo. small fix for a null. 2015-05-19 15:37:51 -07:00
Lars Brubaker
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
d911e64ee3 check the filament used in the background task so it is cached before the ui is created. 2015-04-06 10:53:21 -07:00
Lars Brubaker
53ded760e9 Put a try catch around the printer on idle call
Refactor / renaming
2015-03-25 18:01:57 -07:00
Lars Brubaker
55fa89d684 Making GCodeFile a abstract base class
implementing a loaded gcode file and as streamed gcode file
2015-01-20 12:57:30 -08:00
larsbrubaker
b90177e4e0 Fixed the 3d gcode view stopping correct rendering.
Removed MatterRepair from project
Renaming
2014-10-11 08:13:26 -07:00
larsbrubaker
7a3d263f9d Improved the parameters that we pass to gcode renderer (made them a class)
Made it so we can remove the offsets when rendering multi material gcode
Default to grid on
Extruder offsets are now loadable and savable and editable
2014-09-29 17:59:57 -07:00
larsbrubaker
f202a3336f Turned the 3d view render options into radio buttons.
Made the 2D gcode view able to show speed and extrusion simulation.
Made the 3D gcode view able to turn off speed and extrusion simulation.
2014-08-18 11:02:00 -07:00
larsbrubaker
0838cc5e0f improved colors on gcode bed 2014-07-25 14:21:10 -07:00
larsbrubaker
e5a170a38b Made it possible to show and hide the grid in 3d gcode view.
Made the post load processing on gcode files happen in a background thread so as not to lock up the ui.
2014-07-18 12:21:43 -07:00
Kevin Pope
606a361a48 Get/set gcode view settings via datastore. 2014-07-01 18:32:39 -07:00