Commit graph

90 commits

Author SHA1 Message Date
Kevin Pope
ef861020f8 Extensions to PrinterCommunication - added ComPort property and PulseRtsLow method 2014-02-26 09:22:42 -08:00
larsbrubaker
04b7da0a59 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-02-24 11:00:03 -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
2279305d50 Merge remote-tracking branch 'Greg's_Fork/master' into development 2014-02-24 10:57:53 -08:00
Kevin Pope
bd099dff57 Further compression of manual controls (jog controls specifically). 2014-02-24 10:54:20 -08:00
Kevin Pope
f8ab5158e7 Edit manual movement speeds window now closes on the UI thread. 2014-02-24 10:53:36 -08:00
Kevin Pope
3dcc5cf74b Edit macros window now closes on the UI thread. 2014-02-24 10:53:08 -08:00
Kevin Pope
d23065a2f8 Changing printer profiles now triggers refresh of the auto-level indicator. 2014-02-24 10:52:24 -08:00
gregory-diaz
01f3e485bd File Extension modifications to ExportLibraryItem
Modified code in ExportLibraryItemWindow to fix problems related to
saving files with extensions in Windows XP.
2014-02-24 10:46:00 -08:00
Kevin Pope
4ec57b97ca UI - Manual controls more compact.
More clarify for automatic print leveling UI
2014-02-23 21:50:09 -08:00
Kevin Pope
728af4bc07 UI Fixes for connection setup widgets. 2014-02-23 21:48:49 -08:00
Kevin Pope
9d1ea3f8cf Refactoring and UI Changes - eeprom 2014-02-23 21:48:17 -08:00
larsbrubaker
cbae2f0236 Making SaveSettingToActive do a close. 2014-02-22 15:33:46 -08:00
larsbrubaker
5e2d39205f Merge remote-tracking branch 'origin/development' into development 2014-02-22 14:53:02 -08:00
larsbrubaker
221134e64f Put in marlin eeprom settings panel. 2014-02-22 14:52:53 -08:00
Kevin Pope
d48b414157 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-02-21 18:34:52 -08:00
Kevin Pope
301ba01ab2 Added 'pressed' label to Checkbox buttons.
Committing leveling indicator icon.
2014-02-21 18:34:36 -08:00
Kevin Pope
e78ae5a7c5 Added 'leveling icon' to Action Bar. 2014-02-21 18:32:41 -08:00
Kevin Pope
cf9bc2611f Renamed RegisteredCreators file. 2014-02-21 13:36:23 -08:00
larsbrubaker
036e22219c Merge remote-tracking branch 'origin/development' into development 2014-02-21 09:57:24 -08:00
larsbrubaker
b14bf4891d Finished up the layout of repatier eeprom. 2014-02-21 09:56:43 -08:00
Kevin Pope
919874d34b Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-02-20 18:39:01 -08:00
Kevin Pope
53bd49189c Changed print progress bar to show % complete and be sensitive to theme changes. 2014-02-20 18:38:46 -08:00
Kevin Pope
910cb06c5a Change print status row to display estimated total print time. 2014-02-20 18:35:28 -08:00
larsbrubaker
9d391f707d Merge remote-tracking branch 'Greg's_Fork/master' into development 2014-02-20 18:25:36 -08:00
larsbrubaker
b83a0354d7 Made printer communication unconditional have a separate event for read and write.
Got the repatier eeprom working and looking better.
2014-02-20 18:25:23 -08:00
Kevin Pope
c302bc2ae0 Don't translate placeholder text. 2014-02-20 09:47:08 -08:00
larsbrubaker
1bc3955bda Merge remote-tracking branch 'Greg's_Fork/master' into development 2014-02-20 09:39:20 -08:00
larsbrubaker
b6f3ff311e These settings do nothing in slic3r so hiding them. 2014-02-20 09:39:12 -08:00
gregory-diaz
02f5179ab6 Updated fix to XP file extension problem 2014-02-19 18:42:52 -08:00
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
larsbrubaker
4a46fb472a Turned off localization debug.
Localized two strings.
2014-02-18 18:04:23 -08:00
larsbrubaker
a8690d8cc8 Merge remote-tracking branch 'Greg's_Fork/master' into development 2014-02-18 18:01:38 -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
larsbrubaker
9c8a0fa5a8 Creating eePromSettings window for repetier firmware.
Put in detection of firmware.
Creating base window and data to construct it.
2014-02-18 17:52:50 -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
c246b1c6a4 Refectoring GCode viewer so that it draws everything in order. 2014-02-18 10:26: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