Commit graph

14057 commits

Author SHA1 Message Date
LarsBrubaker
cbd2ef77db Starting work on post print notifications 2019-04-12 07:54:40 -07:00
Lars Brubaker
20d883eb68
Merge pull request #4419 from larsbrubaker/master
Show a max of 3 decimals
2019-04-12 07:53:59 -07:00
LarsBrubaker
5691752ce3 Show a max of 3 decimals
issue: MatterHackers/MCCentral#5301
XY calibration wizard should truncate to two or three decimals
2019-04-12 07:23:17 -07:00
Lars Brubaker
f0632866a5
Merge pull request #4418 from larsbrubaker/master
master
2019-04-11 22:44:09 -07:00
LarsBrubaker
e13387332f Added extrusion speed multiplier to extruder T1 drop down
issue: MatterHackers/MCCentral#5303
Show T1 material speed multiplier on drop down menu
2019-04-11 20:11:11 -07:00
Lars Brubaker
87376e14a9 Rename CacheMiss to ReloadRequest
Make sure we don't save the same image twice
This can happen if there are two requests very close together and the response has not be received
before the second request.
2019-04-11 19:18:52 -07:00
Lars Brubaker
0b9b7d2714
Merge pull request #4417 from larsbrubaker/master
master
2019-04-11 15:08:19 -07:00
Lars Brubaker
fd2b9e380a Make sure we only ask to level the x carriage if we have not leveled in
probe calibration
2019-04-11 14:18:43 -07:00
Lars Brubaker
a2e3c4f2ac added another support test 2019-04-11 14:17:52 -07:00
Lars Brubaker
20b98ef677
Merge pull request #4416 from larsbrubaker/master
Improving support generation in dual extrusion scenarios
2019-04-10 21:44:41 -07:00
LarsBrubaker
e6fe01c82a Made the probe wizard show the x carriage leveling screen
fixed cariage -> carriage spelling

issue: MatterHackers/MCCentral#5293
Show xcarriage calibration at start of probe calibration
2019-04-10 18:37:41 -07:00
LarsBrubaker
2be74c87a0 Improving support generation in dual extrusion scenarios
issue: MatterHackers/MCCentral#5275
Dual extruder support fail
2019-04-10 18:25:12 -07:00
johnlewin
488c369164
Merge pull request #4415 from jlewin/master
Restore search behavior in PrintLibraryWidget
2019-04-10 11:18:21 -07:00
John Lewin
a38601e899 Guard for null directoryWatcher on Mac
- Issue MCCentral/issues/5256
Bed -> Saves As to local filesystem crashes on Mac
2019-04-10 10:13:49 -07:00
John Lewin
ff1e1146c8 Remove deleted plugin assemblies from KnownPlugins.json 2019-04-10 07:11:33 -07:00
John Lewin
efb647a9ae Restore search behavior in PrintLibraryWidget
- Issue MatterHackers/MCCentral#5295
Can't search folders in library when in a printer or design space
2019-04-10 07:11:33 -07:00
Lars Brubaker
5ba85d924c
Merge pull request #4414 from jlewin/master
Only move to enabled stages
2019-04-09 17:45:15 -07:00
jlewin
584cbc88e7 Only move to enabled stages
- Issue MatterHackers/MCCentral#5279
Staged wizard next button advances to stage which is not active
2019-04-09 16:17:28 -07:00
jlewin
2722f15473 Fix spelling
- Issue MatterHackers/MCCentral#5285
Typo in gcode output
2019-04-09 16:17:28 -07:00
Lars Brubaker
84179e6658
Merge pull request #4413 from jlewin/master
Ensure ProcessWriteRegexStream is the last processor
2019-04-09 14:56:11 -07:00
jlewin
b2a54fd297 Extract StreamProcessor tool for interactive debugging 2019-04-09 14:05:25 -07:00
jlewin
9f0b1c658c Ensure ProcessWriteRegexStream is the last processor
- Issue MatterHackers/MCCentral#5292
Line written raw without WriteLineReplacement
- Issue MatterHackers/MCCentral#5259
Cannot connect to Flashforge Finder
2019-04-09 14:05:25 -07:00
Lars Brubaker
bd6f3fc08c
Merge pull request #4412 from larsbrubaker/master
master
2019-04-09 13:59:08 -07:00
Lars Brubaker
48f436cc4a added a T1 extrusion move speed multiplier
refactoring

issue: MatterHackers/MCCentral#5291
Create T1 printing move speed multiplier
2019-04-09 13:39:38 -07:00
LarsBrubaker
40bf064d55 use the equals operator rather than the returned string
issue:
MatterHackers/MCCentral#5288
Reduce the cache misses on CollectionRetrieveResponse
2019-04-09 13:35:49 -07:00
johnlewin
81c2b11ee7
Merge pull request #4411 from jlewin/master
Convert newlines into separate TerminalLines
2019-04-09 11:50:27 -07:00
jlewin
9a8029dc08 Convert newlines into separate TerminalLines
- Issue MatterHackers/MCCentral#5257
Overlapping messages in terminal
2019-04-09 09:33:31 -07:00
Lars Brubaker
cd1ca42992
Merge pull request #4410 from jlewin/master
Fix observed toolchange mismatched
2019-04-08 15:03:56 -07:00
Lars Brubaker
b094d882f1 Getting temp tests to work with new ToolChangeStream fix 2019-04-08 14:56:19 -07:00
Lars Brubaker
3c61b117d2 Made extrusion_multiplier a ratio or percentage
issue: MC Software Group
MatterHackers/MCCentral#5274
Allow percentage for extrusion multiplier.
2019-04-08 14:25:41 -07:00
jlewin
6b37fb57fb Fix observed toolchange mismatched 2019-04-08 14:06:34 -07:00
jlewin
b82cca9f04 Support WriteLineReplacements before StreamProcessor construction
- Issue MatterHackers/MCCentral#5259
Cannot connect to Flashforge Finder
2019-04-08 14:06:34 -07:00
jlewin
57eeda3c2f Fix lost user probe setting
- MatterHackers/MCCentral#5281
UserLayer probe offsets lost during migration to new probe_offset
field
2019-04-08 14:06:34 -07:00
Lars Brubaker
62a7da58ff
Merge pull request #4409 from larsbrubaker/master
master
2019-04-08 11:40:52 -07:00
Lars Brubaker
90cb705d86 Make sure we don't save 0 (no longHash) 2019-04-08 10:02:07 -07:00
LarsBrubaker
9fbcc804d5 Don't load image data in markdown until it is drawn 2019-04-08 08:20:49 -07:00
LarsBrubaker
ef6ace1d0b latest AGG 2019-04-08 08:08:47 -07:00
LarsBrubaker
bee1c3aba4 Refactoring 2019-04-07 22:04:16 -07:00
LarsBrubaker
8a7c55b638 Have the markdown text running through the web cache 2019-04-07 16:01:31 -07:00
LarsBrubaker
6ae676cd23 Cache the hardware details for fast loading 2019-04-07 15:11:17 -07:00
LarsBrubaker
c93bb370bc Playing with a new web cache class 2019-04-07 11:10:28 -07:00
Lars Brubaker
833b7c7141
Merge pull request #4408 from jlewin/master
Revise GCodeStreamTests
2019-04-07 10:28:41 -07:00
John Lewin
a8596c522c Remove null termination requirement 2019-04-06 09:37:58 -07:00
John Lewin
ad7dda0008 Remove null termination lines 2019-04-06 09:37:58 -07:00
John Lewin
1e2c74378d Rename index variable 2019-04-06 09:37:58 -07:00
John Lewin
1b78d70aa2 Extract test initialization code to TestSetup method 2019-04-06 09:37:58 -07:00
John Lewin
f3aa8ca5e6 Move category attribute to type 2019-04-06 09:37:58 -07:00
johnlewin
7fc159de22
Merge pull request #4407 from jlewin/master
Revise tool change tests
2019-04-06 09:37:22 -07:00
John Lewin
eafdb55262 Move Category attribute to class 2019-04-05 23:02:52 -07:00
John Lewin
0a2856296d Remove inputLines array, pass gcode string to RunSimulatedPrint() 2019-04-05 23:02:52 -07:00