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
larsbrubaker
5c0993f83e
Changed the interface to translations.
2014-03-11 15:24:47 -07:00
larsbrubaker
041bd7f599
Put in more copy write notices
...
Took out Iconic.Zip.dll
Put in ICSharpCode.SharpZipLib.dll
put the add button next to the edit button in the 3d view controls.
Made web request handler work on a background task rather than a thread
2014-03-07 09:50:41 -08:00
larsbrubaker
1e5e8d672a
Deleted a bunch of OnMouse code that did not add value.
...
Merge remote-tracking branch 'origin/1.0.5' into development
Conflicts:
PartPreviewWindow/GcodeViewBasic.cs
2014-03-04 07:32:11 -08:00
larsbrubaker
afc8d156fd
Got more of the new layout code not crashing.
...
Sped up gcode parsing a bit (almost back to what it was).
2014-03-03 08:03:23 -08:00
larsbrubaker
e3c70b0268
Removed all the internal performance monitoring in favor of an external tool.
2014-03-02 15:28:47 -08:00
larsbrubaker
f2b11e2a33
Merge remote-tracking branch 'origin/development-kp' into development
...
Conflicts:
PrinterControls/ManualPrinterControls.cs
2014-03-01 23:27:34 -08:00
larsbrubaker
263e2325f5
Put the slicing configuration files in their own folder
...
updated copy write date
added bsd to a few files
Made the mapping to slice engines more procedural to support more engines.
2014-02-15 18:06:03 -08:00
Kevin Pope
34c3d16fd7
Merge pull request #4 from gregory-diaz/master
...
More Localization
2014-02-11 10:23:57 -08:00
gregory-diaz
69dc56d2fd
More Localization
...
Localization 2/10
2014-02-10 17:59:57 -08:00
larsbrubaker
a66b614ae3
Made the save stl in preview have better asyc early in save.
...
Made the support everywhere curaengine setting work
2014-02-07 15:14:29 -08:00
larsbrubaker
112661f5b9
putting in support for circular beds (and bed shapes)
...
changing SeeMeCNC to have circular beds
white listing RoBo 3D
2014-02-05 12:04:05 -08:00
larsbrubaker
f4c1b0b85c
Commit of the code
2014-01-29 19:09:30 -08:00