Commit graph

154 commits

Author SHA1 Message Date
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
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
66675ff2b4 And the project file didn't save until I built it again. 2014-03-05 10:35:41 -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
1e5e8d672a Deleted a bunch of OnMouse code that did not add value.
Merge remote-tracking branch 'origin/1.0.5' into development

Conflicts:
	PartPreviewWindow/GcodeViewBasic.cs
2014-03-04 07:32:11 -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
f15b8c31aa Merge branch 'development-kp' into development 2014-03-03 10:15:26 -08:00
larsbrubaker
841ddc2a2c Using the new GetFirstNumberAfter interface in GCodeFile 2014-03-03 10:15:21 -08:00
larsbrubaker
afc8d156fd Got more of the new layout code not crashing.
Sped up gcode parsing a bit (almost back to what it was).
2014-03-03 08:03:23 -08:00
larsbrubaker
621f91f4e1 Always show memory display in debug. 2014-03-02 17:01:49 -08:00
larsbrubaker
e3c70b0268 Removed all the internal performance monitoring in favor of an external tool. 2014-03-02 15:28:47 -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
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
kevinepope
7509b39799 Made right column hide-able. 2014-03-01 19:43:54 -08:00
kevinepope
92096291bc Stylistic exploration. 2014-03-01 18:48:25 -08:00
kevinepope
caa4da6dc6 More widescreen fixes. 2014-03-01 17:52:33 -08:00
Kevin Pope
722545fd46 Modifications to MainSlidePanel to allow Widescreen view. 2014-03-01 16:34:33 -08:00
Kevin Pope
d3c8c3ad45 PrintitemWrapper now handles empty path. 2014-03-01 16:33:41 -08:00
Kevin Pope
7f1a7c0e8e Fixed copyright message. 2014-03-01 16:31:38 -08:00
larsbrubaker
7e03ee8dfb Only enable eeprom after connected. 2014-03-01 15:02:00 -08:00
Kevin Pope
04e3223d2c Revert solution file. 2014-03-01 13:19:26 -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
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