Commit graph

74 commits

Author SHA1 Message Date
Gregory Diaz
00d5c89563 Fixed 'Edit' and 'Remove' button positioning in PrinterListItem 2014-11-11 10:42:03 -08:00
Kevin Pope
0b1d93e1f8 Fix styling of printer profile widgets. 2014-11-10 12:38:37 -08:00
Gregory Diaz
cd19d8121f Centered text on Edit and Done buttons in 'ChooseConnectionWidget' 2014-11-07 16:39:24 -08:00
John Lewin
e02c387704 Account for null reference condition when assigning .ActivePrinter - Fixes #82157118 2014-11-05 13:38:16 -08:00
John Lewin
0ae732638f Change ordering to ensure CloseOnIdle is run last 2014-11-04 21:15:15 -08:00
John Lewin
eb8cd1fcab Update ActivePrinterProfile.Instance.ActivePrinter after edits in EditConnectionWidget 2014-11-04 21:15:13 -08:00
John Lewin
292d056cb4 Sync class and file name for EditConnectionWidget 2014-11-04 21:15:12 -08:00
Matt Moening
64628b4132 Improved auto-name feature to change on model change
Will not change name if user types value into name box
2014-10-31 09:36:30 -07:00
Lars Brubaker
cde58a3148 Merge pull request #79 from mmoening/development
Added feature to replace "Default Printer" with the Make and Model of th...
2014-10-29 18:14:51 -07:00
Matt Moening
b7957f7124 Added feature to replace "Default Printer" with the Make and Model of the printer if the name of the printer was not changed when added 2014-10-29 17:46:05 -07:00
Kevin Pope
7f06d069e0 Widened the print connection buttons a bit and made a separate part preview container widget. 2014-10-29 16:55:44 -07:00
Gregory Diaz
58a3d34938 Finished up work for Printer Connection Window and PrinterList Items. 2014-10-29 12:34:01 -07:00
larsbrubaker
08dc379472 Merge remote-tracking branch 'Greg/development' into development
Conflicts:
	PrinterControls/PrinterConnections/PrinterListItems.cs
2014-10-24 13:53:00 -07:00
larsbrubaker
222a5a46a7 Changed ButtonEventHandler to EventHandler
Made lock disable the selection widget but be more inteligent about re-enabling it after unlock
2014-10-24 13:41:13 -07:00
Gregory Diaz
5069e9f584 Added functionality to edit and remove buttons in printer connection window 2014-10-23 21:30:50 -07:00
gregory-diaz
dd38b98a07 Greg bug files printer connections window. 2014-10-22 18:06:38 -07:00
Gregory Diaz
bca9fab46f More work to UI 2014-10-21 18:58:23 -07:00
Gregory Diaz
6a8de729bb Worked on some UI stuff in printer connection window 2014-10-21 18:53:15 -07:00
gregory-diaz
b5484bb922 Added serial port radio buttons to scrollable widgets(did not implement right the first time) 2014-10-14 10:03:21 -07:00
gregory-diaz
babd2cc620 Added serial port radio buttons to scrollable widget. 2014-10-14 09:33:14 -07:00
Kevin Pope
64c155f6a1 Make setup method public. 2014-09-26 10:46:49 -07:00
larsbrubaker
25bd699517 Made many parts of MC know how to scale if the font resolution (scaling) is changed. 2014-09-10 21:24:14 -07:00
larsbrubaker
e93d38ec90 Made macros disabled during pining
Made it possible to set movement speed in setting.ini
Updated orion and rostockMax settings
Made orion and rostockMax have fast manual z moment
Made some printers have the calibration box at startup
2014-08-28 12:22:57 -07:00
larsbrubaker
74dacdb90a Made the "(refresh)" button not change the current selection of the 'auto save' checkbox in the edit profile window. 2014-08-25 20:22:06 -07:00
larsbrubaker
ba2068cffa Moved some code 2014-08-25 20:11:20 -07:00
larsbrubaker
7d1f698141 Turning off the rooted weak event stuff 2014-08-19 11:41:13 -07:00
larsbrubaker
bbca065e18 New weak event rooted event.
Fixed color theme changing in 3d view.
Fixe bed shape and size changing on printer change.
2014-08-08 10:25:44 -07:00
larsbrubaker
f625762602 Made sure everything is going through frosted serial.
Better cross platform support.
2014-07-28 13:48:28 -07:00
gregory-diaz
de2dbb8a9c R1 Bed setting code 2014-07-24 17:17:38 -07:00
gregory-diaz
156fd749c3 If make has only one model, automatically select that model. 2014-07-16 14:13:49 -07:00
Kevin Pope
352c009202 Remove non-required references to OpenGlGui 2014-07-04 09:12:50 -07:00
larsbrubaker
73db6d8db9 Made all the GetPortNames go through FrostedSerialPort
Cleaned up some using statements.
2014-06-27 10:57:14 -07:00
larsbrubaker
a282b0ce95 New and improved os detection with a plugin. 2014-06-20 09:27:17 -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
kevinepope
c50a650090 Changes to file menu - Added 'Submit A Bug' and 'Add a Printer', 'About MatterControl' now opens as window. 2014-06-15 09:48:23 -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
7dd57bb6b5 Now the 2 point leveling at least can be instantiated. 2014-06-06 17:33:26 -07:00
larsbrubaker
6ec46b7ed1 Put the printer configuration page into a matching namespace and renamed it with printer prefix
Put in the code to handle multiple bed leveling procedures.
Saving the print level data into the printer as a json string
2014-06-06 16:05:18 -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
ffb5bcbe9c Merge remote-tracking branch 'Greg/development' into development 2014-06-02 17:27:21 -07:00
gregory-diaz
53a29071a6 Modified code so that MatterControl will open on Linux. Still Cannot connect to a printer or slice parts. 2014-06-02 17:24:56 -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
9f94eccf59 Made the oem selection menu have scrolling. 2014-05-08 17:20:18 -07:00
Kevin Pope
0c7afa3733 Fix coloring of connection setup messages. 2014-05-08 10:42:53 -07:00
kevinepope
01c4139d56 Move close function to Ui thread. Add default error code for failed web requests. 2014-04-30 12:47:43 -07:00
larsbrubaker
978d7ddcfa Making the OEMSettings a single JSon file. 2014-04-23 17:44:49 -07:00
larsbrubaker
ff7a5a3916 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-04-16 12:01:56 -07:00
larsbrubaker
4508a25e58 Got the queue and the count tab to work. 2014-04-16 12:01:01 -07:00
Kevin Pope
4a4e189e5f Added theming corrections to manual connection process. 2014-04-16 11:19:34 -07:00