Commit graph

119 commits

Author SHA1 Message Date
larsbrubaker
498ef7865d Make sure we add the extension to the member variable so that we can have it when we are done slicing to save the gcode. 2014-02-27 16:58:29 -08:00
larsbrubaker
d72836f3a0 Make sure we don't keep a reference around to widgets through the OnIdle call back. 2014-02-27 16:41:52 -08:00
larsbrubaker
5f72d64f73 Put in more command line options to turn on features like memory tracking and gc collection. 2014-02-27 14:56:20 -08:00
larsbrubaker
b57b021e1b Merge remote-tracking branch 'origin/development' into development 2014-02-26 14:38:59 -08:00
larsbrubaker
d0519e211c Put in new tests for agg and gui release builds. 2014-02-26 14:38:15 -08:00
Kevin Pope
9579ffa9ea Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-02-26 12:21:10 -08:00
larsbrubaker
c4cac518e1 Make MatterControl exit if errors occur. 2014-02-26 12:21:05 -08:00
larsbrubaker
740e16319c Write the ErrorLog into the exe's directory. 2014-02-26 12:09:09 -08:00
larsbrubaker
d461f3553c Save as consistent filename to make other scripting easier. 2014-02-26 11:25:17 -08:00
larsbrubaker
fbe1ce0b36 Merge remote-tracking branch 'origin/development' into development 2014-02-26 11:06:07 -08:00
larsbrubaker
eb41dbc01f Putting in new release tests to make sure all sorts of things are good when we deploy.
Have a new command line argument of test that will run release tests.
Put in two tests to ensure that we don't have DEBUG defined when we ship release builds.
Wrote a exception dumper that will output data when we have an error.
2014-02-26 11:05:58 -08:00
Kevin Pope
ef861020f8 Extensions to PrinterCommunication - added ComPort property and PulseRtsLow method 2014-02-26 09:22:42 -08:00
larsbrubaker
af2a766cc2 solid_infill can also be a % 2014-02-25 21:39:54 -08:00
larsbrubaker
491289f8d2 top solid infill speed can be a % (again) 2014-02-25 17:43:57 -08:00
larsbrubaker
695c4062c7 Put the circle back to what it is supposed to be. 2014-02-25 10:07:02 -08:00
larsbrubaker
b46648b145 Put in the reference to WindowsFileDialogs 2014-02-25 09:41:55 -08:00
larsbrubaker
8b44d69fab Fixed the layout bug with the repetier eeprom window. 2014-02-25 09:34:59 -08:00
larsbrubaker
ccdedb5886 Merge remote-tracking branch 'Chaz/master' into development 2014-02-25 09:11:00 -08:00
csselph
58ab242cf4 Added missing config code to Printer Settings: bed shapes; also rounded build heights down to nearest millimeter 2014-02-25 00:15:42 -08:00
larsbrubaker
54433c8ff6 We lost some slice settings that we need.
Always default to rectangular bed.
2014-02-24 22:18:46 -08:00
larsbrubaker
9f427b629a Make the window big enough to hold all the manufacturers. Will change to a new list with search in a future build. 2014-02-24 17:50:24 -08:00
larsbrubaker
09887e50e5 Made the probe positions for print leveling be smaller on round beds.
Made the jog controls have a bit more space when window minimized in x.
2014-02-24 17:42:52 -08:00
larsbrubaker
0354f4d348 Merge remote-tracking branch 'Chaz/master' into development 2014-02-24 17:41:30 -08:00
larsbrubaker
13077570f9 Merge remote-tracking branch 'Greg's_Fork/master' into development 2014-02-24 17:41:25 -08:00
csselph
7dcd22e4e3 Added config,setup for Solidoodle, Lulzbot, Portabee; added build heights for Type A Series 1, Orion, Rostock Max 2014-02-24 17:28:03 -08:00
gregory-diaz
8fcb92d6ae Merge remote-tracking branch 'upstream/development'
Conflicts:
	MainSlidePanel.cs
	PrintLibrary/ExportLibraryItemWindow.cs
2014-02-24 17:01:23 -08:00
gregory-diaz
1ac21b2179 More Localization 2014-02-24 16:43:35 -08:00
larsbrubaker
0d81deb380 Merge remote-tracking branch 'Greg's_Fork/master' into development 2014-02-24 14:51:43 -08:00
larsbrubaker
907e73094a Made the mac able to find the static data folder from the solution file. 2014-02-24 12:30:59 -08:00
gregory-diaz
a98a066dc3 Modified strings for more consistency
Modified statements so that  "gcode" and "STL" are not translated.
2014-02-24 12:26: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