John Lewin
753b4e52c6
Conditionally display AutoConnect on printer edit form - Fixes #86664638
2015-01-21 18:30:21 -08:00
John Lewin
4e1ad536e2
Conditionally display port details on printer edit form - Fixes #86355354
2015-01-21 08:28:11 -08:00
Lars Brubaker
bc30ddca05
Added a profile for PrintSpace Altair
...
Better handling of bad setup.ini files
2015-01-07 11:21:25 -08:00
Lars Brubaker
6cfc1e67f9
Made the CREATE_AND_SELECT_PRINTER load the correct settings.
...
Took out a bunch of redundant code that was in both PrinterSetupStatus and SetupStepMakeModelName (took out of SetupStepMakeModelName)
renamed PrinterSetupStaus variable to currentPrinterSetupStatus as the first is also the name of the class and quite confusing.
2015-01-05 10:27:24 -08:00
Kevin Pope
66726af531
Set max height for model chooser in setup wizard.
2014-12-28 17:28:39 -08:00
Kevin Pope
ac98f1a852
Move PrinterSetupStatus to a separate file.
2014-12-24 08:14:30 -08:00
Gregory Diaz
499468b631
Fixed crash on OEM builds with only one printer model
2014-12-22 14:53:00 -08:00
Kevin Pope
9797e901fb
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-20 09:07:40 -08:00
Kevin Pope
899ece89c8
Edit mode button cleanup.
2014-12-20 09:07:13 -08:00
Gregory Diaz
e0c7dccb07
fixed make selection dropdown problem..."Select Make" is now visible again.
2014-12-18 13:44:48 -08:00
Lars Brubaker
ef20f2e65a
Made lots of windows stay on top of the main window.
...
Fixed a bug with the close menu item and the terminal window being open.
2014-12-17 10:30:45 -08:00
kevinepope
a19896df66
Don't show make selector if there is only one option.
2014-12-15 18:16:35 -08:00
John Lewin
3b5b65f822
Remove IEnumberable assumptions from ReadLines callers and cleanup invokes
2014-12-04 13:41:16 -08:00
John Lewin
59cf8782a3
Remove all remaining ApplicationStaticDataPath dependencies
2014-12-04 12:50:37 -08:00
John Lewin
0b052b375e
Remove ApplicationStaticData references
2014-12-04 12:22:36 -08:00
John Lewin
eba756966b
Initial StaticData platform abstraction
2014-12-04 12:22:34 -08:00
Lars Brubaker
e1fc6838a3
Upgrading to .net 4.5.
2014-11-25 12:19:37 -08:00
Lars Brubaker
a353abbef7
Push the drivers into a temp dir as you can't install them from the program files dir.
2014-11-18 17:22:33 -08:00
Lars Brubaker
820b3c0992
Make sure we are always working with complete paths.
2014-11-18 16:45:27 -08:00
Lars Brubaker
6c0619f106
Added in a TAURINO inf for robo 3d.
...
Made support for installing multiple .inf s for a printer.
2014-11-18 12:32:42 -08:00
Lars Brubaker
d09b8ea3f8
Put the InfInstaller back in the project
2014-11-14 11:03:13 -08:00
larsbrubaker
b5d3034a6a
Don't throw on cancel.
2014-11-13 19:54:13 -08:00
larsbrubaker
ad5ade7705
Make sure we can parse config.ini s that have empty lines.
...
Better rambo driver installer
2014-11-13 19:34:06 -08:00
Lars Brubaker
0bb49d1569
Updated the polish translation
...
Made it possible to install signed rambo drivers and updated profiles to do it.
2014-11-13 18:40:11 -08:00
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