Commit graph

135 commits

Author SHA1 Message Date
Kevin Pope
e3c5924ef2 Made save dialogs for pdf import/export Mac compatible. 2014-03-07 11:06:59 -08:00
larsbrubaker
8750be422e Took out Iconic.Zip.dll
Put in ICSharpCode.SharpZipLib.dll
2014-03-07 10:12:55 -08:00
larsbrubaker
26d2730516 Fixing some errors with exporting gcode to a folder when the STL not present. 2014-03-05 13:45:07 -08:00
Kevin Pope
9238fbdf97 Merge branch '1.0.5' of https://github.com/MatterHackers/MatterControl into 1.0.5 2014-03-05 12:17:17 -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
a035aed52e Fixed a bug with export to folder not working if done a second time.
Made the slicing queue report its status on the uithread.
2014-03-05 12:00:37 -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
Kevin Pope
82740d3222 Merge branch '1.0.5' of https://github.com/MatterHackers/MatterControl into 1.0.5 2014-03-03 16:32:21 -08:00
Kevin Pope
48e68b9f8e Fixed issue where bed temperature and extruder temperature were not being set to zero. 2014-03-03 16:31:51 -08:00
larsbrubaker
370ee8c86d Making sure we are releasing some EventHandlers so we don't hold onto memory. 2014-03-03 15:50:23 -08:00
Kevin Pope
2cf0fa8ad9 Updated R3D support material threshold from 30 degrees to 40 degrees. 2014-03-03 11:42:22 -08:00
larsbrubaker
242b38bd13 Made the thumbnail thread a background task rather than a thread so that it will free the memory used when creating the thumbnail when done. 2014-03-01 22:28:27 -08:00
larsbrubaker
7e03ee8dfb Only enable eeprom after connected. 2014-03-01 15:02:00 -08:00
larsbrubaker
f357f69da8 Made a distinction between load and load in background for GCodeViewer and made PartPreviewWindow call background. 2014-03-01 08:06:43 -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
larsbrubaker
32fb2605e5 Make the release build compile with the new command line stuff. 2014-02-27 18:26:19 -08:00
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