gregory-diaz
fc32be16f0
Localized strings that were previously unmodified
...
Localized strings that were previously unmodified as well as deleted
translation form strings like "stl", "gcode", etc...
2014-02-19 17:29:11 -08:00
gregory-diaz
81b566f5fe
More Localization
...
Fixed the translation for the queue widget on main slide panel and also
added translation for printer connection status on Action Bar. Made
corrections to previously modified strings.
2014-02-18 17:56:58 -08:00
gregory-diaz
5cd0256141
Made Adjustments to view window in Print Library
...
Adjusted code in Print Library for the view window so that any given
window can only be opened once regardless of how many times the user
selects the view link.
2014-02-18 16:21:07 -08:00
gregory-diaz
0e592f7317
Corrected problems with the view window Print Item
...
Every time the "view" link on a "print queue item" is clicked a new
window would open. I made changes so that it only opens once regardless
of how many times it is clicked on.
2014-02-18 15:18:58 -08:00
gregory-diaz
5465563e82
Localization, Export Windows, Extension Test
2014-02-18 13:07:50 -08:00
gregory-diaz
59ce4576c4
Merge remote-tracking branch 'upstream/pr/5'
2014-02-18 13:03:08 -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
8571699814
Put in more copy write notices
...
Made more window closing happen outside the mouse up event
Put in minimalExtrusionBeforeRetraction setting into curaEngine
2014-02-17 16:35:24 -08:00
larsbrubaker
242927ac48
Put in retraction viewing.
2014-02-17 14:36:24 -08:00
larsbrubaker
a770450c1e
Got the validation of speed settings working.
2014-02-16 14:58:25 -08:00
larsbrubaker
18bf9f6ec1
Just commenting where the next bug fix goes.
2014-02-15 18:28:11 -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
larsbrubaker
ca60d24c0d
Fixed a bug with print leveling eating g10 and 11 (firmware retract and unretract).
...
Also fixed a bug with M105 getting entered multiple times while printing.
Fixed a bug with leveling trying to push twice each time it was sent. No printing problem, just a waste of time.
2014-02-14 20:31:00 -08:00
larsbrubaker
019eb3165b
Moved the print leveling code out of PrinterCommunication into ActviePrinterProfile
2014-02-14 12:50:55 -08:00
larsbrubaker
ecabfa08b5
Have to call the changed printer when needed.
2014-02-14 12:19:45 -08:00
larsbrubaker
aa50fd3722
Moved the slice engine code to ActivePrinterProfile
2014-02-14 12:11:26 -08:00
larsbrubaker
0040895615
Moving the ActivePrinterChanged call back and Active Printer calls all into ActivePrinterProfile
2014-02-14 12:06:44 -08:00
larsbrubaker
5036b364c0
Creating an ActivePrinterProfile singleton and starting to move the code from PrinterCommunication into that.
2014-02-14 11:54:21 -08:00
larsbrubaker
999e3ea551
Merge remote-tracking branch 'origin/development' into development
2014-02-13 10:36:46 -08:00
larsbrubaker
3c2522a65e
Put min_print_speed setting in ui.
2014-02-13 10:35:36 -08:00
Kevin Pope
eca7fdb65d
Merge commit ' 7708cef2be' into development
2014-02-11 17:29:02 -08:00
Kevin Pope
a68aea3908
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-02-11 17:28:31 -08:00
Kevin Pope
a95c1c5b7a
Added initial HEAD request when downloading updates to determine download size.
2014-02-11 17:27:50 -08:00
larsbrubaker
7708cef2be
pushing the redundant click function fix into master
2014-02-11 12:07:51 -08:00
larsbrubaker
1728aea5d0
Merge remote-tracking branch 'origin/development' into development
2014-02-11 12:02:46 -08:00
Kevin Pope
9153bbb7ca
Added separate button with help text for 'Cancel Connection'.
...
Fixed duplicate method within PrintLevelWizard.
2014-02-11 11:59:43 -08:00
larsbrubaker
19c1a7439e
deleted redundant doDonButtonClicke
2014-02-11 11:59:01 -08:00
Kevin Pope
180dbe5896
Merge commit ' 34c3d16fd7' into development
...
Conflicts:
ActionBar/PrintStatusRow.cs
2014-02-11 11:49:10 -08:00
gregory-diaz
d880d3c4ac
Merge pull request #1 from MatterHackers/master
...
Updated code from Master
2014-02-11 10:31:20 -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
54acda13a9
Localization
2014-02-11 09:57:21 -08:00
Kevin Pope
95b2efb48c
Work on the ActionBar UI
...
Changed behavior of 'Skip' button.
2014-02-10 19:17:25 -08:00
gregory-diaz
69dc56d2fd
More Localization
...
Localization 2/10
2014-02-10 17:59:57 -08:00
larsbrubaker
1c02779410
Another function that needs to wait for the uithread to get called.
2014-02-10 17:09:20 -08:00
larsbrubaker
e6e16c3612
Put in command line parameters so that we can open stl files when double clicked.
2014-02-10 14:11:51 -08:00
larsbrubaker
6ff4800258
Put in the extruder lift setting from CuraEngine
2014-02-08 19:34:51 -08:00
larsbrubaker
70eeaac26b
Moving OrthographicZProjection into PolygonMesh.
2014-02-07 17:01:02 -08:00
larsbrubaker
88e46c2305
put the export function on the uithread.
2014-02-07 16:26:46 -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
Kevin Pope
e63ed339d6
Fixed typo.
2014-02-07 10:17:24 -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
1d5c3b23dc
Moving the performance window into agg ui
2014-02-05 17:47:13 -08:00
larsbrubaker
f41f136f19
put the circle back to laying on the bed flat.
2014-02-05 13:33:15 -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
059a2f62e9
Wanting to get file associations working.
2014-02-04 22:28:30 -08:00
Lars Brubaker
6c4f4800f3
Merge pull request #1 from gregory-diaz/my-branch
...
More Localization
2014-02-04 15:11:20 -08:00