Commit graph

3481 commits

Author SHA1 Message Date
Lars Brubaker
e72a7e972b Latest MatterSlice 2016-01-27 15:53:15 -08:00
johnlewin
4c8155b083 Merge pull request #537 from jlewin/1.5.0
Consolidate G1 and F speed extrude commands, conditional tool change
2016-01-27 15:12:02 -08:00
John Lewin
a865e1e1bb Consolidate G1 and F speed extrude commands, conditional tool change 2016-01-27 15:07:19 -08:00
Lars Brubaker
779413613c latest ms 2016-01-26 18:25:29 -08:00
Lars Brubaker
03fc819968 Make the pop out windows not create a new system window if the underlying content has already been closed. 2016-01-26 16:13:22 -08:00
Lars Brubaker
f1f7e63a2b Repair for thin lines. 2016-01-26 10:24:55 -08:00
larsbrubaker
7f635c5691 Air gap over the actual interface material not the theoretical support surface. 2016-01-25 15:41:04 -08:00
larsbrubaker
cc5ec4c853 Fixed MatterSlice 2016-01-25 15:06:19 -08:00
larsbrubaker
c74da2bd2e cherry picked the pop-out window into 1.5 2016-01-25 09:21:00 -08:00
larsbrubaker
0d7c56301a Made pop out windows not save close state when switching selection in queue. 2016-01-25 09:19:20 -08:00
larsbrubaker
02ace524cf Only move to the start of the first island when there is only one. 2016-01-20 23:11:06 -08:00
Lars Brubaker
7d05d1d6de Fixed the SQLite test to run events that have been moved to the ui thread. 2016-01-20 14:52:37 -08:00
Lars Brubaker
bfd512c924 Don't run the new move code if in spiral vase mode. 2016-01-20 14:39:43 -08:00
Lars Brubaker
7d11823f7e comment location 2016-01-20 14:01:19 -08:00
Lars Brubaker
89820c69cc Check the layer count. 2016-01-20 13:59:59 -08:00
Lars Brubaker
b471f967bb latest matter slice 2016-01-20 13:55:45 -08:00
Lars Brubaker
1f2ab3dfea Put in another error response code
Made the Sqlite provider copy its data on a background thread.
2016-01-20 09:56:12 -08:00
larsbrubaker
f20c25b84a Always read in the current settings temperature where setting the "preheat" temp. 2016-01-20 07:26:54 -08:00
larsbrubaker
86a590f9de Took out the pause on layer injection code.
Put it into MatterControl pause stream.
This code would not pause on a gcode file that was streamed rather than loaded.
2016-01-20 07:21:09 -08:00
larsbrubaker
9a40db751b Moved the pause on layer code to the new pause stream 2016-01-20 07:20:51 -08:00
Lars Brubaker
a8348170bf Changing avoid distance back to default until the new system is working. 2016-01-19 16:14:36 -08:00
Lars Brubaker
71f22acc75 SetPrinterPosition no longer returns a value
Every function that tracks position implements SetPerinterPosition
Moved GCodeStreamProxy to its own file
Created a new PauseHandlingStream
Wrote a test for same
Fixed the bug with pausing not returning to correct extrusion
Fixed print leveling to pass on the correct offset to SetPrinterPosition
Made sure we always send the shut off extruders on exit
Make agg parse double able to handle a space between the negative sign and the number "- 10".
Put in a test for same.
2016-01-19 15:16:05 -08:00
Lars Brubaker
05e087d966 Added the ability to turn off support outlines. 2016-01-18 12:20:53 -08:00
Lars Brubaker
a261a3e41e Make sure after we have a valid connection we ask for firmware and position. 2016-01-18 11:07:00 -08:00
Lars Brubaker
b186fe6fae Changed should be shown not to take a call back. 2016-01-18 10:02:30 -08:00
larsbrubaker
5a19be14d2 Made the require print leveling work better
Fixed a bug with selecting print solutions other than 3 point
Don't show the leveling on/off when leveling is required for printing.
Removed dead code
Show the wizard if required and not run.
Refresh the display if print leveling required setting is changed
2016-01-16 21:33:11 -08:00
Lars Brubaker
8d0bf547e5 New translations 2016-01-15 18:04:44 -08:00
Lars Brubaker
f6041d85ad Fixed the pop out windows to save their state correctly with the new OnClosing behavior
Made it possible to check if the MainApplicationView is reloading.
2016-01-15 12:28:52 -08:00
Lars Brubaker
eb528ac83d Make sure we always send restore position command on unpause. 2016-01-15 12:10:43 -08:00
Lars Brubaker
09b72e08e1 Making the pause an resume always reset the extrusion position and go back to the last xyz 2016-01-15 09:37:48 -08:00
Lars Brubaker
22a2e8c0ab took out the restor_xyz_position and restor_e_position properties and make them always happen 2016-01-14 19:04:52 -08:00
Lars Brubaker
6f3a0a7065 latest matter slice 2016-01-14 15:14:55 -08:00
johnlewin
d7bc6af53d Merge pull request #530 from jlewin/master
Last minute changes
2016-01-14 14:57:54 -08:00
Lars Brubaker
f36e924002 Merge pull request #529 from gregory-diaz/master
Fixed Bug: Crash when opening and closing EEProm window.
2016-01-14 14:55:53 -08:00
John Lewin
0dde0485a1 Remove TypeA Series 1 printer 2016-01-14 14:44:13 -08:00
John Lewin
9c04e71836 Bump MatterControl version number 2016-01-14 14:38:57 -08:00
John Lewin
95ae300d8e Remove duplicate LibraryProviderSQLite 2016-01-14 14:21:06 -08:00
John Lewin
513bd1cea3 Add missing localizations 2016-01-14 14:20:11 -08:00
John Lewin
6c84ce80df Add GetTempFileName helper method to DataStore 2016-01-14 13:50:42 -08:00
Gregory Diaz
7cdf43d210 Fixed Bug: Crash when opening and closing EEProm window. 2016-01-14 13:07:00 -08:00
Lars Brubaker
e97d2c1e66 Merge pull request #528 from gregory-diaz/master
Added JumpStart to printer profiles and printer whitelist
2016-01-14 11:51:28 -08:00
Gregory Diaz
13d4e733b5 Added JumpStart to printer profiles and printer whitelist 2016-01-14 11:46:25 -08:00
Lars Brubaker
dab2e8ea8a Made the resend ring buffer bigger
Made it so we do resend with no ok on non-move commands but at a lower time threshold.
white space
spelling
2016-01-14 10:32:25 -08:00
Lars Brubaker
1d25c5740c Made the feed rate stream track and update correctly. 2016-01-14 09:47:52 -08:00
Lars Brubaker
ea9f3a4826 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2016-01-13 17:11:02 -08:00
Lars Brubaker
9c89211265 Check for enough movement to show. 2016-01-13 17:10:50 -08:00
Lars Brubaker
10e37ede19 Merge pull request #527 from gregory-diaz/master
Added more FileSystemProvider tests and refactored old code so that i…
2016-01-13 17:05:24 -08:00
Lars Brubaker
342c2f0a94 Made the Movement offset not show unless it is not 0. 2016-01-13 17:04:14 -08:00
Gregory Diaz
ebd10c395f Added more FileSystemProvider tests and refactored old code so that it is more readable 2016-01-13 17:02:41 -08:00
johnlewin
2b5f3db10d Merge pull request #526 from jlewin/master
Restore AdjustmentControls.cs
2016-01-13 16:34:44 -08:00