Lars Brubaker
cdd9af3920
Fixes #707 Double press pause button causes fail
...
Working on a new interface to allow moving items in the library.
2016-05-04 12:14:10 -07:00
Tyler Anderson
f5234eb4ff
switch spaces to tabs
2016-05-04 10:33:43 -07:00
Tyler Anderson
0f1b56f136
Added R code for M190
2016-05-03 18:43:13 -07:00
John Lewin
69657be786
Use zero based index for ExtruderTemperature(i)
2016-04-29 16:56:11 -07:00
Lars Brubaker
834aba4f38
Settings profile using methods rather than properties
2016-04-28 09:41:27 -07:00
Lars Brubaker
895eea253c
Converted lots of get properties to methods in SettingsProfile
2016-04-27 18:57:51 -07:00
John Lewin
4496720772
Json Profiles
2016-04-27 14:35:57 -07:00
Lars Brubaker
7ee3d3ff21
Run first layer at resume speed
2016-04-20 17:03:08 -07:00
Lars Brubaker
d775170912
Add in x y and z to print command only as needed.
...
Track position better in resuming to handle min z printers
2016-04-20 13:27:16 -07:00
Lars Brubaker
e89c3ccf58
Make sure we know where the printer is.
2016-04-20 12:43:11 -07:00
Lars Brubaker
ea89d41bc6
Working on resuming for non-max z printers
...
Added settings to support resuming
Save the baby step offset for print resuming
Make sure we don't resume prints that are not started
Refactoring
2016-04-20 11:53:08 -07:00
Lars Brubaker
9f9d3803a3
Reorganized the resume to use a queue of commands to make it all clearer.
...
Getting ready for standard printers
Put in a first_resume_layer_speed setting
2016-04-19 16:06:45 -07:00
Lars Brubaker
ec51decbee
Better end of lie trimming.
...
Make the extrusion setting correct on resume.
2016-04-19 15:14:22 -07:00
Lars Brubaker
f20ac4dcb5
More work on print resuming.
2016-04-19 11:24:09 -07:00
Lars Brubaker
9d233efb4c
Much more work on resume printing.
2016-04-14 18:01:45 -07:00
Tyler Anderson
503acbe31a
Continue print if bed temp is above target
2016-04-11 12:40:31 -07:00
Lars Brubaker
c076afa9c9
Change print level stream to only eat G29 when in print leveling.
2016-02-03 14:45:34 -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
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
1d25c5740c
Made the feed rate stream track and update correctly.
2016-01-14 09:47:52 -08:00
John Lewin
4f1972a338
Merge babystep behavior into standard xyz controls
2016-01-13 11:09:40 -08:00
Lars Brubaker
3196f61752
Took out timed lock
2016-01-07 16:45:16 -08:00
Lars Brubaker
b3b9443846
The command queue stream was sending blocks in reverse.
...
Need to get pre pause position from the queued gcode not the leveling (as that is where it is injected).
2015-12-31 09:40:17 -08:00
Lars Brubaker
e46797d259
white space
...
limit to 20 instructions per second
Don't allow g29 if doing print leveling.
2015-12-22 15:34:57 -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
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
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
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
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
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
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
larsbrubaker
e854ae13df
Taking out unused functions that have been replaced by the gcode stream
2015-11-29 07:48:48 -08:00
larsbrubaker
4287330f45
Max length steam is now working
...
Baby Stepping stream working better.
2015-11-29 07:42:10 -08:00
larsbrubaker
a66fe85bfa
Made separate files for all the gcode streaming classes.
...
Got more of them hooked up and working.
More of baby steps is implemented.
Wrote a new max length stream.
2015-11-28 19:59:14 -08:00
larsbrubaker
cbb704d7b0
made a new gcode stream that only implements Line
...
working to implement baby steps (and other line processing)
2015-11-28 07:46:57 -08:00
Lars Brubaker
05e41e85c1
Working on creating a GCodeFile proxy to add generator type functionality.
2015-11-17 18:24:41 -08:00