Commit graph

38 commits

Author SHA1 Message Date
gregory-diaz
ed573deb2d Changes to SaveAsWindow 2014-03-19 10:12:55 -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
c6f471c7ca Fixing up the localization file to always maintain the master file when in English
added localized start and end to gcode view
Made the TAZ baud rate correct
Some new localizations
2014-03-15 14:02:43 -07:00
larsbrubaker
b68cda8ffe put it in the right place. 2014-03-15 11:59:30 -07:00
larsbrubaker
6b960a84ed Put in labels for start and end gcode view scroll bars. 2014-03-15 11:58:48 -07:00
larsbrubaker
2937131f1c Added the ability to set the start and ending ratio of a layer in the gcode renderer.
This lets us see the order of rendering in the gcode view (like gcode.ws).
2014-03-15 09:47:51 -07:00
larsbrubaker
a74dcce12f The name of ImageBMPIO changed to ImageIO 2014-03-12 15:37:19 -07:00
larsbrubaker
4af2bfa0d9 Removing dead code 2014-03-11 21:33:01 -07:00
larsbrubaker
5c0993f83e Changed the interface to translations. 2014-03-11 15:24:47 -07:00
larsbrubaker
9d600947d1 Putting in layer render partial slider 2014-03-11 10:41:39 -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
370ee8c86d Making sure we are releasing some EventHandlers so we don't hold onto memory. 2014-03-03 15:50:23 -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
f357f69da8 Made a distinction between load and load in background for GCodeViewer and made PartPreviewWindow call background. 2014-03-01 08:06:43 -08:00
larsbrubaker
1aac699037 Made the selected gcode layer match the first layer with rendering
made the window be focused when it is in gcode mode.
2014-02-24 10:59:25 -08:00
larsbrubaker
a8690d8cc8 Merge remote-tracking branch 'Greg's_Fork/master' into development 2014-02-18 18:01:38 -08:00
gregory-diaz
5465563e82 Localization, Export Windows, Extension Test 2014-02-18 13:07:50 -08:00
gregory-diaz
86218c4710 Fixed export windows in Print Queue Item and Library Item from opening multiple times. I also added a test for adding ".stl" and ".gcode" file extensions and did more localization. 2014-02-18 12:51:11 -08:00
larsbrubaker
c246b1c6a4 Refectoring GCode viewer so that it draws everything in order. 2014-02-18 10:26:11 -08:00
larsbrubaker
242927ac48 Put in retraction viewing. 2014-02-17 14:36:24 -08:00
larsbrubaker
30da1bd503 Fixing issue #9 infill density was greater than 1 and no error. 2014-02-15 18:26:16 -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
70eeaac26b Moving OrthographicZProjection into PolygonMesh. 2014-02-07 17:01:02 -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
e74eaae13a Merge remote-tracking branch 'origin/master' 2014-02-07 12:03:38 -08:00
larsbrubaker
05724383b8 Got the rest of circular beds working. 2014-02-07 12:03:32 -08:00
Lars Brubaker
5a9b0de5a8 Merge pull request #3 from gregory-diaz/master
More Localization
2014-02-07 10:14:09 -08:00
gregory-diaz
ccc0eb898d More Localization
Edited previously modified strings for more consistency. Also modified
most strings in Print Level Wizard, and other strings that were not
previously visible because of printer connection difficulties.
2014-02-05 18:29:58 -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
gregory-diaz
cc0d8a5095 More Localization
Did more localization for new strings and edited old localization code
to be more consistent.
2014-02-04 13:30:42 -08:00
larsbrubaker
f4c1b0b85c Commit of the code 2014-01-29 19:09:30 -08:00