Lars Brubaker
441c798efe
Made the editor reload the part if it has been edited in another view and saved.
2015-04-15 16:59:12 -07:00
Lars Brubaker
55948212e9
Make the 3D view update the model if it changes in another view. (but only if not edited).
2015-04-15 16:39:37 -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
6d0d1da756
Refactoring ray trace stuff.
2015-04-02 14:10:12 -07:00
Gregory Diaz
6ab36e4d79
Modified code so that processing message in layer view is added after the bed and part are drawn onto layer view
2015-03-26 16:07:12 -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
64cd6963de
Made library actually parse zips correctly (acted like they would open but did not use them).
...
Made the keyboard on android work correctly with the part preview window.
Some white space changes
2015-03-16 11:25:13 -07:00
Lars Brubaker
4ef9e4c0fc
Made the centering of inserted parts work correctly.
...
Always show the reset connection button if a printer has it, even when not connected.
2015-03-12 14:36:42 -07:00
Lars Brubaker
72df74d8e4
Put in profiles for Leapfrog
2015-02-27 11:09:37 -08:00
Lars Brubaker
1ab46d7977
Fixed the error message when a gcode file is too big to show.
...
Made the terminal window output during printing show the time since start.
2015-02-21 16:30:29 -08:00
Lars Brubaker
c166af5795
Made the cache cleaning also delete unused directories.
...
Made the text creator scroll bars sized better.
2015-02-21 10:09:39 -08:00
larsbrubaker
5b509f340f
Renamed a variable in Ray to show it is normalized
...
Started work on a slicer that works natively on our mesh structureMoved Plane from RayTracer to Vector Math
2015-02-16 19:59:46 -08:00
Lars Brubaker
f9fed74e36
Make sure we can handle trying to check a bad zip file for centering.
2015-02-10 14:36:02 -08:00
Lars Brubaker
08d620a468
Make sure we don't crash on a bad model while trying to check if it can be centered.
2015-02-10 11:39:55 -08:00
Lars Brubaker
9d839001e2
Made zip loading work on the 3d view drag and drop and add
2015-02-05 16:14:30 -08:00
Lars Brubaker
21fbeed029
Make sure we never rebuild the bed image while still loading the config (delay the rebuild until draw).
...
Do a better job closing the connection widget
2015-01-28 14:13:23 -08:00
Lars Brubaker
0561ad591d
Merge branch '1.2.1' into development
2015-01-27 10:33:10 -08:00
Lars Brubaker
e7c0261d25
Made many more of the factory fixed size settings include the point size scaling so they are the right size.
2015-01-27 09:34:15 -08:00
Kevin Pope
5b1b4d639a
Move part 'Save As' window initialization to UiThread (fixes bug on Mac).
2015-01-26 16:49:21 -08:00
Lars Brubaker
646d1fbaac
Made the absolute positioning and auto centering actually work on touch.
2015-01-26 10:53:32 -08:00
larsbrubaker
e1b6e80f3b
Made the Queue save when parts are moved to the library on edit.
...
Tested the centering code and fixed it.
2015-01-25 18:08:19 -08:00
larsbrubaker
0b3bbc136b
Fixed the number edit not to grow on Android. Made it's VAnchor always ParentCenter
...
Made the logic to test if a part should be centered on the bed be if it was output by MatterControl
Some other white space changes
2015-01-25 17:54:26 -08:00
larsbrubaker
d2d10a6e4e
Fixed a bug where you could drag and drop a part onto the print bed while printing
...
or editing and it would crash.
2015-01-23 21:56:44 -08:00
Lars Brubaker
373888ef83
Made the arrow load in a way that is compatible with static data on Android.
2015-01-23 12:56:31 -08:00
larsbrubaker
a4743ca481
Fixed the insert -> cancel -> edit bug
...
3DView-
1.> Insert a part
2.> Save>Cancel out of the edit mode (which should say EXIT not Cancel)
3.> Open Edit
Result> the File Open window pops up every time.
Note- If you open Edit first then Insert & save it works
2015-01-23 08:12:34 -08:00
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