Commit graph

75 commits

Author SHA1 Message Date
larsbrubaker
771280f6df Fixed many all upper case words to be Title case instead. 2014-04-10 14:07:25 -07:00
larsbrubaker
a749bdc6c2 Fixed some strings to not be all caps.
Put in a project guid.
2014-04-10 11:00:26 -07:00
larsbrubaker
7629750e02 Fixed a stupid problem with adding instructions to the queue. 2014-04-09 16:53:08 -07:00
larsbrubaker
0bde3b14e4 Set the background color before we ShowAsSystemWindow so that it doesn't start out as a black window. 2014-04-09 14:11:00 -07:00
kevinepope
c57052ad38 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-04-08 21:53:57 -07:00
larsbrubaker
743bfb0194 Made modifications of the queue save the changes when they make them
made 'save as' work in editing.
2014-04-08 20:57:00 -07:00
kevinepope
bdc0cc4ad9 Visual adjustment to tuning controls. 2014-04-08 20:47:48 -07:00
larsbrubaker
4ea0c4d680 You can't pass a foreach interator to a link function or it will only have the last value.
The solution is to make a local copy in a local variable and use that.
2014-04-08 19:06:14 -07:00
larsbrubaker
c1a1b03878 Merge remote-tracking branch 'Greg/master' into development 2014-04-08 17:22:53 -07:00
larsbrubaker
ac650397a6 Made new text wrapping class. 2014-04-08 17:22:03 -07:00
gregory-diaz
3901b6a8a9 Set minimum size on edit leveling settings window. 2014-04-08 15:00:46 -07:00
gregory-diaz
ee9e90c2ea Set minimum sizes for widows that did not previously have them. 2014-04-08 13:22:33 -07:00
gregory-diaz
546fb18a96 Re-added skip connection option on "Setup Printer Connection" window. I might add adjustments later but it looks good and works now. 2014-04-08 12:50:26 -07:00
gregory-diaz
d4dbf43d95 All controls are now visible on the 'manual controls' window (even when window is minimized). 2014-04-08 10:54:12 -07:00
gregory-diaz
3603b4259d Merge remote-tracking branch 'upstream/development' 2014-04-08 10:42:28 -07:00
gregory-diaz
14396d7d29 fixed gui on manual controls window 2014-04-08 10:42:20 -07:00
kevinepope
42defe3825 Renamed dropdown SelectedValue to SelectedLabel 2014-04-06 19:25:02 -07:00
larsbrubaker
93ccb91f20 Now we save the edited print level values (and use them). 2014-04-04 19:20:27 -07:00
larsbrubaker
405b8be6bc Making for of the 3d view reusable for all places that are implementing redundant stuff.
Getting rid of dead code.
Getting rid of warnings
2014-04-04 18:52:51 -07:00
larsbrubaker
1e08d94eb1 Fixed some problems with part sheet names and copies.
Made a warning if print leveling tries to go too low.
2014-04-03 15:59:36 -07:00
larsbrubaker
50d340b3ca A bit more work on the bed level position editor. 2014-04-02 18:30:46 -07:00
larsbrubaker
afee787587 Working on adding a print level sample position edit window .
Cleaned up the names of the functions to get the print level sample positions vs. the measured positions.
2014-04-02 18:14:26 -07:00
larsbrubaker
5271896ada Tried to merge in Greg's changes fixing the messed up stuff. 2014-03-27 18:41:02 -07:00
gregory-diaz
495cef1f7a Set Button is now visible in the "Fan Controls" group box on the manual controls window (still need to add padding and margin). 2014-03-26 11:29:48 -07:00
gregory-diaz
b31897ace8 Added functional "Remove All" button to "Queue Options" drop menu in the print queue. Also converted some light strings to primary text color. 2014-03-24 17:31:24 -07:00
gregory-diaz
00910197cb Changed button and text color from white to black on print level wizard 2014-03-24 14:44:43 -07:00
gregory-diaz
ca0a547112 Changed text color for widgets, buttons and labels. 2014-03-24 13:57:46 -07:00
Kevin Pope
738b2d5a57 Lots of theme and UI related updates. 2014-03-21 16:18:47 -07:00
Kevin Pope
bc0369d797 Added language selector widget to project. 2014-03-20 15:53:45 -07:00
gregory-diaz
c1c937a36e Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-03-19 10:13:12 -07:00
gregory-diaz
ed573deb2d Changes to SaveAsWindow 2014-03-19 10:12:55 -07:00
larsbrubaker
7f8300bafc Got pause, resume and cancel gcode into the settings and working in printer communication. 2014-03-17 14:41:36 -07:00
larsbrubaker
14de4d8b49 Deleted the mattercontrolarduino.inf (not useful to getting drivers installed)
Removed dead code
adding in arduino.inf for install.
2014-03-13 16:20:12 -07:00
larsbrubaker
a74dcce12f The name of ImageBMPIO changed to ImageIO 2014-03-12 15:37:19 -07:00
larsbrubaker
5c0993f83e Changed the interface to translations. 2014-03-11 15:24:47 -07:00
larsbrubaker
ab0950e0d0 Merge branch '1.0.5' into development
Conflicts:
	MatterControl.csproj
2014-03-11 11:09:38 -07:00
larsbrubaker
a4d41acfd0 Fixed a terrible problem with the gcode parsing that resulted in print leveling not working.
Made the not printing commands also go through bed leveling when enabled.
2014-03-07 16:09:07 -08:00
larsbrubaker
db8ff174c2 Merge remote-tracking branch 'origin/development' into development 2014-03-05 21:04:32 -08:00
larsbrubaker
f52eae0f33 Merge branch '1.0.5' of https://github.com/MatterHackers/MatterControl into development 2014-03-05 21:04:28 -08:00
Kevin Pope
5e96cc9b5d Added named widget to ManualPrinterControls
Added firmware check to PrinterCommunication
Added event hook to MainSlidePanel for reload of Advanced Controls
2014-03-05 12:16:52 -08:00
larsbrubaker
0cebab830a Moved frosted serial into agg
changed some namespaces
2014-03-05 10:33:19 -08:00
larsbrubaker
1ea4162948 the interface in gcode changed and this is just to keep in synch with it. 2014-03-04 13:42:30 -08:00
larsbrubaker
841ddc2a2c Using the new GetFirstNumberAfter interface in GCodeFile 2014-03-03 10:15:21 -08:00
larsbrubaker
5f364b4db7 Don't know how I left this (edited during debug?). 2014-03-01 23:30:19 -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
kevinepope
92096291bc Stylistic exploration. 2014-03-01 18:48:25 -08:00
larsbrubaker
7e03ee8dfb Only enable eeprom after connected. 2014-03-01 15:02:00 -08:00
Kevin Pope
ebcbd37b67 Removed eeprom and print leveling from manual controls page. 2014-03-01 13:18:37 -08:00
Kevin Pope
8ab9f15a70 Refactoring and cleanup. Added new separate tab for configuration actions. 2014-03-01 13:10:48 -08:00
larsbrubaker
c7ac37a5cb Make sure we output g11 and g10 commands correctly.
Put in spaces when outputting leveled GCode (export)
2014-02-28 14:12:19 -08:00