Commit graph

62 commits

Author SHA1 Message Date
larsbrubaker
ae5fc574ee Moved progress control to agg. 2014-07-20 14:56:13 -07:00
larsbrubaker
0344a5a745 Enabled outline view 2014-07-19 16:12:26 -07:00
larsbrubaker
b75ae71d24 Made 3D views editable while printing (if not the embedded view).
Made the eeprom windows have the correct tab stops.
2014-07-02 13:28:51 -07:00
larsbrubaker
96c2582959 More work on sd card printing.
Validate the first layer extrusion width
Make the test work for oems
2014-06-20 17:54:39 -07:00
larsbrubaker
b523c7d486 rename PlatformAbstract 2014-06-19 16:09:38 -07:00
larsbrubaker
254de7251d Moved ImageIO into a plugin and hooked then made the windows version of that. 2014-06-19 15:55:20 -07:00
larsbrubaker
0e646dca68 Change the namespace of PrinterCommunication and the class name.
Deleted lots of unused usings.
Working to get the 2point leveling working.
Started work on a new printer io layer
Fixed the crash on disconnect while printing.
2014-06-11 14:52:58 -07:00
larsbrubaker
6a85f91f16 Hade a bug in drag and drop onto a plate with multiple parts. 2014-06-10 18:19:17 -07:00
larsbrubaker
6d2980c76a Move the auto connect out of the constructor and into the first draw.
Turn off new 2 point leveling until it works.
Don't connect to the printer communication in 3d view until we are fully constructed.
2014-06-05 12:55:05 -07:00
larsbrubaker
a04ab3d050 Made the type of print leveling that will happen for a printer be selectable
Turned some bools into enums for clarity
Broke some of the print leveling wizard into separate files.
Started work on a new 2 point probe (actually an n point switch -> bed position maper).
2014-06-05 11:45:40 -07:00
larsbrubaker
12650e854e Changed ConnectionStateChanged => CommunicationStateChanged
Put in support for running the print level wizard on first print.
Set the R1 to need print leveling
2014-05-30 14:37:30 -07:00
larsbrubaker
0b9ab80129 Fixed for canceling the add button in 3d view
Made 3d gcode color match theme
Updated robo build to have the -1 offset for the probe (565)
2014-05-28 11:13:21 -07:00
larsbrubaker
d7d08479bd Made sure the new 3d view controls are not messing up the edit mode. 2014-05-27 09:58:43 -07:00
larsbrubaker
bdb3a469c8 Merge remote-tracking branch 'origin/development' into development
Conflicts:
	PartPreviewWindow/View3DTransfromPart.cs
2014-05-27 09:46:10 -07:00
larsbrubaker
ac6d0fdf15 Hiding the start and end labels. 2014-05-27 09:16:35 -07:00
larsbrubaker
00e10bfbea Working on 3D gcode view
Making the view navigation controls for 2d and 3d a separate class.
2014-05-25 11:11:11 -07:00
larsbrubaker
1af9f45da6 Put in a gcode animator (sync to print)
Put in support for a bed image.
2014-05-23 14:19:20 -07:00
larsbrubaker
6d2cfac21d Made it so we can drag and drop parts onto the 3d view. 2014-05-16 17:13:18 -07:00
larsbrubaker
f3c8fa55c7 Fixed the axis scaling to work much better. 2014-05-16 12:57:49 -07:00
larsbrubaker
00e915ca03 Got the raft working in MatterSlice. 2014-05-15 12:15:29 -07:00
larsbrubaker
bf857c8f0f Turned off the bed image for now. 2014-05-12 09:53:21 -07:00
larsbrubaker
b232530dc9 Put the water mark on the bed. 2014-05-09 18:37:15 -07:00
larsbrubaker
2185219c91 Made the scale menu more attractive. 2014-05-08 11:30:56 -07:00
larsbrubaker
1680a6c5c2 Made scale widget not crash when load is canceled. 2014-05-08 08:01:45 -07:00
larsbrubaker
a00b5ff22f Put in scale to dimension controls. 2014-05-07 18:34:27 -07:00
larsbrubaker
2ac148a2c0 Made the no content text work for password fields.
Working on adding size and scaling info to the 3D display.
2014-05-06 11:22:48 -07:00
larsbrubaker
0e0dfbb2f5 don't show the add button if there is no part showing. 2014-05-02 12:07:27 -07:00
larsbrubaker
a95e13fe90 Turned off outlines for 1.1. 2014-04-28 18:46:32 -07:00
larsbrubaker
74d40a99bf Refactoring a bunch of shared code into the base class of PartPreview3DWidget 2014-04-28 15:03:25 -07:00
larsbrubaker
367b87dd01 spelling of Panel (fixed)
Got the left and right border buttons to be fast.
2014-04-27 17:19:06 -07:00
larsbrubaker
d74ad8a444 Made the friendly message for 3d view. 2014-04-16 18:17:00 -07:00
larsbrubaker
4b6a3cfa97 Lots of work on Getting the QueueData instance to be separate form the UI queue and refs. 2014-04-15 18:13:27 -07:00
larsbrubaker
49c8a045a5 fixed the spelling of label
an acronymed some variables txt -> text lbl -> label
2014-04-15 10:11:56 -07:00
gregory-diaz
afe39e1c9d Added code so that the 'Save As' window can only be opened once when the 'Save As' button is clicked multiple times. 2014-04-14 16:22:56 -07:00
larsbrubaker
d6ff6acd41 Changed many iterator functions to not have 'interator' in their names. 2014-04-13 21:29:18 -07:00
larsbrubaker
2c391b8780 Don't show close box on wide screen view of 3d view and gcode view 2014-04-09 21:47:00 -07:00
larsbrubaker
1afc7feefc Cleaning up theme related stuff.
Made save and save as fit better.
2014-04-09 12:33:43 -07:00
larsbrubaker
743bfb0194 Made modifications of the queue save the changes when they make them
made 'save as' work in editing.
2014-04-08 20:57:00 -07:00
larsbrubaker
405b8be6bc Making for of the 3d view reusable for all places that are implementing redundant stuff.
Getting rid of dead code.
Getting rid of warnings
2014-04-04 18:52:51 -07:00
larsbrubaker
ae427550ce Refactoring while writing documentation. 2014-04-03 08:20:50 -07:00
larsbrubaker
d55e030390 Making a new render mode of outline. 2014-03-31 17:08:27 -07:00
Kevin Pope
64426951c5 Theme fixes. 2014-03-28 19:05:05 -07:00
Kevin Pope
738b2d5a57 Lots of theme and UI related updates. 2014-03-21 16:18:47 -07:00
larsbrubaker
caa660fc22 Don't redraw on auto rotation if we have not done a draw since last invalidate. 2014-03-20 18:41:22 -07:00
larsbrubaker
5a3c8ffcc9 and turn it on 2014-03-20 18:26:04 -07:00
larsbrubaker
94fd779d44 Auto rotate 2014-03-20 18:25:48 -07:00
larsbrubaker
bece2383f7 put in autorotate 2014-03-20 18:20:52 -07:00
gregory-diaz
4405c356a5 Added code so that when Save As button is clicked an empty window is opened. 2014-03-17 13:53:29 -07:00
gregory-diaz
2eda068c36 "Save As" option has been added to part transform (not yet functional). 2014-03-17 12:13:06 -07:00
larsbrubaker
d74e59033a Added a string helper that lets us use an extension method to format strings easier.
Added a string extension method for localize that makes it easier to get localized text
Moved code into these new methods.
Removed some strings from localizing (app names and copy write notice)
2014-03-16 10:23:56 -07:00