Commit graph

3225 commits

Author SHA1 Message Date
John Lewin
ff03061495 Add tracker report to Trace 2015-12-11 07:40:07 -08:00
Lars Brubaker
7e4ea18ca6 Put statistic track class into agg. 2015-12-10 15:56:25 -08:00
Lars Brubaker
c26e9b1a28 use the max length stuff. 2015-12-10 11:01:26 -08:00
Lars Brubaker
e59003e4f7 Turn off the max length steam for testing. 2015-12-09 16:27:33 -08:00
Lars Brubaker
458ad77cea agg automation runner draws itself. 2015-12-09 15:42:45 -08:00
Lars Brubaker
5b67500b50 Make sure we re-allocate gl data if it has been deleted due to a context closing. 2015-12-09 10:20:27 -08:00
Lars Brubaker
66b9c93629 Latest agg. 2015-12-08 17:38:11 -08:00
johnlewin
e9e32c68f6 Merge pull request #473 from jlewin/master
Remove async modifiers from non-async methods
2015-12-08 17:01:38 -08:00
John Lewin
b110118e41 Remove async modifiers from non-async methods
- Use Task.FromResult where needed
2015-12-08 16:59:28 -08:00
Lars Brubaker
623f009182 latest ms 2015-12-08 16:23:49 -08:00
Lars Brubaker
6b2d8e4996 Latest agg 2015-12-08 12:03:05 -08:00
Lars Brubaker
a0d53b4efe Wrote a statistics tracker test. 2015-12-08 12:02:44 -08:00
johnlewin
59221d19f0 Merge pull request #472 from jlewin/master
Latest agg
2015-12-07 18:55:50 -08:00
John Lewin
5779e3e8ca Latest agg 2015-12-07 18:53:23 -08:00
Lars Brubaker
eeb871888d test of automation runner. 2015-12-07 16:33:29 -08:00
Lars Brubaker
7081a03b57 Made the max transmit calculation right in MaxLengthStream 2015-12-07 10:54:27 -08:00
larsbrubaker
983c947b8b Made max length stream also consider not sending too much data
Took out repair options
2015-12-06 21:41:38 -08:00
Lars Brubaker
1e8cfed5e1 PrintLeveling Stream needs to always track the position.
Always send the entire x y z position if any have changed.
2015-12-04 17:58:40 -08:00
Lars Brubaker
c0cf671e6a Need to not send the M91 2015-12-04 15:46:21 -08:00
Lars Brubaker
9f0ceb73b9 Made a new stream to always keep the printer running in absolute mode. 2015-12-04 15:31:22 -08:00
Lars Brubaker
27de546624 Moved baby steps to 10 after first layer.
Made the emulator return temp based on the temp that it gets set to.
2015-12-04 13:43:07 -08:00
johnlewin
4933f997ed Merge pull request #471 from jlewin/master
Replace Newtonsoft assembly reference with nuget package
2015-12-04 10:51:29 -08:00
John Lewin
2d392e80a7 Replace Newtonsoft assembly reference with nuget package 2015-12-04 10:50:39 -08:00
Lars Brubaker
44c4ec8cb3 Reset baby steps when a new print starts. 2015-12-03 14:28:17 -08:00
Lars Brubaker
7520e97b65 Latest agg and matter slice 2015-12-03 13:55:54 -08:00
Lars Brubaker
4aedfbedd6 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-12-03 13:55:09 -08:00
Lars Brubaker
82126ec7e5 Made more stream base classes to help with tracking position
Made a proxy class.
Made all position tracking streams keep track of the authoritative printer
2015-12-03 13:54:18 -08:00
johnlewin
8dba12d975 Merge pull request #470 from jlewin/master
Update for xbuild
2015-12-03 10:46:14 -08:00
John Lewin
c1e144d467 Update for xbuild 2015-12-03 10:40:13 -08:00
Lars Brubaker
0dc24d357a Show the offset for adjustment height
Don't try to heat if we are below a given temp.
2015-12-03 10:15:59 -08:00
Lars Brubaker
d81224de7a Support drag and drop onto the settings widget will still add to queue. 2015-12-02 18:51:33 -08:00
Lars Brubaker
b7a0dff005 Made baby steps change to 5mm after the first layer
Made streams out of extrusion multiplier and feed rate multiplier
2015-12-02 18:33:25 -08:00
Lars Brubaker
3c76bb5368 Make sure we record what temp to go to for the bed. 2015-12-01 17:33:59 -08:00
Lars Brubaker
ab4873a67e Report state of bed and extruder. 2015-12-01 16:48:00 -08:00
Lars Brubaker
edb0faa002 Took out dead code (GCodeFileProxy.cs)
Took out trying to time the last instruction (not required with path max sizing).
2015-12-01 16:36:15 -08:00
Lars Brubaker
ea13ab5f76 Fixed the settings properties file with a closing brace. 2015-12-01 16:16:29 -08:00
Lars Brubaker
0142ed1a01 latest agg and ms 2015-12-01 16:09:53 -08:00
Lars Brubaker
90882bf2a8 Merge branch 'master' of https://github.com/MatterHackers/MatterControl
Conflicts:
	SlicerConfiguration/SlicerMapping/EngineMappingMatterSlice.cs
	Submodules/agg-sharp
2015-12-01 16:08:50 -08:00
Lars Brubaker
88a00079a2 Made all the streams disposable
Made them get disposed
The leveling stream seems to be working.
2015-12-01 14:49:50 -08:00
Lars Brubaker
c62cf36818 Working to move the print leveling into a stream 2015-12-01 14:18:01 -08:00
Lars Brubaker
63fc87fee2 Put in the actual fix. 2015-12-01 12:05:24 -08:00
Lars Brubaker
340dc21c86 Better checking of if at temp. And a time to wait for temp. 2015-12-01 11:50:53 -08:00
Lars Brubaker
f72219113c Put in request temperature stream for changing m109 into m104 2015-11-30 19:42:35 -08:00
johnlewin
e920dbbe3d Merge pull request #469 from gregory-diaz/master
Master
2015-11-30 17:13:31 -08:00
Gregory Diaz
e59fc5a836 revising pause on print 2015-11-30 17:12:39 -08:00
Gregory Diaz
48cb8927cd Pause on layer semi-completed 2015-11-30 16:50:53 -08:00
John Lewin
6397c7b70f Pause on layer 2015-11-30 16:50:52 -08:00
Lars Brubaker
e3dbb19c2b Tracking the unleveled and the absolute position of the printer separately 2015-11-30 12:26:55 -08:00
larsbrubaker
01c3e3b820 Made the CreateMovmentLine create the minimum line required
Fixed the understanding of feedrate in MaxLengthStream
Wrote test for MaxLengthStream
Renaming for clarity
2015-11-29 23:15:47 -08:00
larsbrubaker
3887662a5a Enabled baby stepping in the adjustment controls. 2015-11-29 08:31:02 -08:00