Commit graph

327 commits

Author SHA1 Message Date
Lars Brubaker
d1056ceccc Make sure we release the keydown handle 2015-01-20 18:02:45 -08: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
Lars Brubaker
b5f8c9fc37 Made ComTester understand commands while printing.
Made it possible to creat HUGE test gcode files.
Made a massage when trying to load huge gcode.
2015-01-19 17:33:17 -08:00
Lars Brubaker
b891465f27 Turned off switching to gcode view (was confusing when switching queue items). 2015-01-10 12:47:06 -08:00
larsbrubaker
2cdd3e24df Fixed a bug with the visibility state of sync to print while not printing and finishing a print. 2015-01-09 22:31:20 -08:00
Lars Brubaker
3d765929b5 Put a delay in the com tester
Made the sync o print follow the printer better.
2015-01-09 15:49:08 -08:00
Lars Brubaker
cb936e5d26 Change selection after insert has finished. 2015-01-09 12:20:29 -08:00
larsbrubaker
d16a2a7004 Make sure the gcode view is always hooked up to the right window for up and down arrows. 2015-01-09 08:28:40 -08:00
Lars Brubaker
7ecfc452bb Made the selection index set actually call the selection changed delegate 2015-01-08 15:25:50 -08:00
Lars Brubaker
cbc50dfe7d Make sure our selection is set before we restore the edit views. 2015-01-08 15:15:57 -08:00
Lars Brubaker
679e7cd0d5 Fixed bug entering edit more from library. 2015-01-08 11:55:50 -08:00
Lars Brubaker
33c8fa45bc Took out millisecond display. 2015-01-07 11:11:28 -08:00
Lars Brubaker
5276d8a0a3 Make the scale control select all on focus - consistency. 2015-01-06 16:03:12 -08:00
Lars Brubaker
9d344adce5 Don't set size when no selection. 2015-01-06 15:59:41 -08:00
Lars Brubaker
dd34371608 Don't add pop out on android. 2015-01-06 12:41:54 -08:00
Lars Brubaker
3481fc9ef3 Put pop outs in the embedded 3d view and gcode veiew. 2015-01-06 12:37:30 -08:00
Lars Brubaker
b62a70e2cd Improved where we draw the timer. 2015-01-05 13:50:00 -08:00
Lars Brubaker
d74105a532 Don't load parts until there is a draw. This will make sure we don't load parts that will never been seen. 2015-01-05 11:18:30 -08:00
larsbrubaker
7edeb5d52f Make sure that during this run of MC we use the right 2d or 3d gcode as set by the sure. 2015-01-01 19:57:03 -08:00
Lars Brubaker
58353881e5 Make the generate button show up after a print is done. 2014-12-30 11:48:53 -08:00
Lars Brubaker
ffe200c19f Made the average timer a shared resource
Put in the interface material extruder setting
2014-12-29 16:31:30 -08:00
Lars Brubaker
519c857832 Took out the outline stuff on android as it currently doesn't work. 2014-12-29 11:45:26 -08:00
Kevin Pope
27f5bcfddd Adjust spacing of 3D View buttons. 2014-12-28 17:28:09 -08:00
larsbrubaker
f788ccb6cd Made it so if we crash we can tell.
Made it so if we know we crashed we disable the 3d display o gcode (just in case).
We can make more crash recovery now as well.
2014-12-22 22:49:57 -08:00
larsbrubaker
1697622477 Working on App Exit detection. 2014-12-22 18:53:49 -08:00
larsbrubaker
992e6f7544 Made it possible to exit without saving or reloading if the part has not been edited. 2014-12-20 23:45:13 -08:00
Lars Brubaker
1605688d27 Made cancel and not save reload the part. 2014-12-20 11:12:02 -08:00
Kevin Pope
899ece89c8 Edit mode button cleanup. 2014-12-20 09:07:13 -08:00
Lars Brubaker
8a6c0106ae Put in a new edit 32x32 icon
Made edit more consistent.
2014-12-19 12:24:49 -08:00
Lars Brubaker
8ab6b3d4ee Made the option to done the 3d editor ask to save. 2014-12-19 10:10:14 -08:00
Lars Brubaker
c454eaaad9 Put in a done button. Put in an edit icon. 2014-12-19 09:39:29 -08:00
Lars Brubaker
4fcb81d555 Improved lots of the timing code in UIThread callbacks. 2014-12-18 18:18:11 -08:00
Lars Brubaker
1085d0e66b Switch to gcode in the embedded view if loaded. 2014-12-17 16:59:09 -08:00
larsbrubaker
326cc83672 Fixed a problem with the sync to print.
Refactoring for clarity.
2014-12-16 23:02:46 -08:00
Lars Brubaker
d4f5db94be Check selection on delete 2014-12-16 17:16:05 -08:00
Lars Brubaker
cf826dcdef Make 'save' show an group and ungroup.
Fixed a bug with selecting a material with no selection.
2014-12-16 15:02:40 -08:00
Lars Brubaker
4ac8f2bf8d Cleaned up the code for storing bool user settings.
Made the main 3d view remember what tab it is on while switching models.
2014-12-16 12:37:57 -08:00
Lars Brubaker
958d01c30e Deleted some dead code
Change some bools to enums
2014-12-16 11:59:20 -08:00
larsbrubaker
a6493af42a Made the background a bit translucent. 2014-12-14 23:30:44 -08:00
larsbrubaker
2ee6902414 Draw the arrow on the end of the measuer line 2014-12-14 23:24:45 -08:00
larsbrubaker
fc24408e7e Fixed a bug with the top left corner (0 index) getting the focus. 2014-12-14 14:25:13 -08:00
larsbrubaker
1e4cb18312 Made the Draw event clearer.
Made a DrawBefore and DrawAfter Handler and made the params clearer.
Made switching to simple mode work.
Made simple mode get the right initial state from oem settings.
2014-12-14 11:46:24 -08:00
larsbrubaker
8132713296 Draw the measurement bars when changing z. 2014-12-14 08:11:57 -08:00
larsbrubaker
099eadeb93 Fixed some visibility timing issues. 2014-12-14 07:34:50 -08:00
larsbrubaker
03085d0371 Making the height edit value be an object.
Starting to hook it up instead of having this code on the up arrow.
2014-12-13 23:25:08 -08:00
larsbrubaker
4c8ae06b5b Working on improving the z edit control.
Adding number input
2014-12-12 21:57:05 -08:00
larsbrubaker
a35e912c58 Moved the save button a bit.. 2014-12-12 20:41:01 -08:00
Lars Brubaker
47fed001ec Made the save button be on the edit bar.
Made the up arrow cause save to show.
2014-12-12 12:57:44 -08:00
larsbrubaker
7ffdbcbba8 Put in a z height snap grid of 1. Will make a menu in the future. 2014-12-12 07:34:25 -08:00
Lars Brubaker
9849a1871a Faster trace data 2014-12-11 11:31:07 -08:00