Commit graph

15456 commits

Author SHA1 Message Date
Lars Brubaker
8a81469429 Fixing a problem with offsets being applied at incorrect times.
issue: MatterHackers/MatterControl#4560
Cannot move up in z calibration wizard
2019-05-22 14:59:55 -07:00
Lars Brubaker
a97aa2b176 cleaning warnings adding documentation 2019-05-22 14:59:55 -07:00
Lars Brubaker
6fbc87acf0 fixed baby step stream to have the right offsets
refactoring for clarity
fixing warnings
issue: MatterHackers/MatterControl#4560
Cannot move up in z calibration wizard
2019-05-22 14:59:54 -07:00
LarsBrubaker
bc76fec428 Making z-calibration work without a probe
also making it calibrate as many extruders as there are
2019-05-22 14:59:54 -07:00
johnlewin
a6f55beba1
Merge pull request #4561 from jlewin/master
Clean up event handler leaks
2019-05-22 14:58:48 -07:00
John Lewin
cf3581af02 Clear IAVolume lists on close
- Lots of cross object references with non-widget IAVolumes. Clear
on widget close as is easy and seems beneficial
2019-05-22 09:21:31 -07:00
John Lewin
c8510bdd6d Clean up event handler leaks
- Issue MatterHackers/MCCentral#5573
Investigate allocations on large GCode load and failure to release
2019-05-22 09:18:26 -07:00
johnlewin
f678cd688b
Merge pull request #4559 from jlewin/master
Inform users of reload failure and remove overlay
2019-05-22 08:02:12 -07:00
John Lewin
32413840a0 Latest agg-sharp 2019-05-22 07:28:39 -07:00
John Lewin
e9787c2b52 Add handles for curve control points 2019-05-21 23:38:18 -07:00
jlewin
499cb514c4 Inform users of reload failure and remove overlay
- Issue MatterHackers/MCCentral#5568
MC gets stuck on 'Reloading' screen.
2019-05-21 19:34:20 -07:00
johnlewin
35c88491ff
Merge pull request #4558 from jlewin/master
Handle corrupt cache file case
2019-05-21 19:30:55 -07:00
John Lewin
85d9d3f8cf Handle corrupt cache file case
- Issue MatterHackers/MCCentral#5530
Error loading cached OemProfiles data crashes MatterControl
2019-05-21 19:23:10 -07:00
John Lewin
0dae638ca0 Handle empty cache file case
- Issue MatterHackers/MCCentral#5530
Error loading cached OemProfiles data crashes MatterControl
2019-05-21 19:23:10 -07:00
Lars Brubaker
3a1c68cc8e
Merge pull request #4557 from larsbrubaker/master
master
2019-05-21 16:16:24 -07:00
Lars Brubaker
d77c942e69 refactoring 2019-05-21 16:09:10 -07:00
Lars Brubaker
debd4e6b93 use the item specified 2019-05-21 16:06:43 -07:00
Lars Brubaker
5533fd02a2 reuse existing function 2019-05-21 16:06:43 -07:00
johnlewin
5ba08b27ac
Merge pull request #4556 from jlewin/master
Remove deactivated Part History container
2019-05-21 14:12:38 -07:00
jlewin
754a61c44b Latest agg-sharp 2019-05-21 14:03:52 -07:00
jlewin
fc8fb2c454 Remove deactivated Part History container
- Issue MatterHackers/MCCentral#5566
Part History contains nothing
2019-05-21 13:42:07 -07:00
jlewin
fa237bc9ea Render path with IVertexSource 2019-05-21 13:41:07 -07:00
jlewin
79b1b6cffd Remove unexpected line 2019-05-21 12:52:08 -07:00
Lars Brubaker
82b576904a
Merge pull request #4555 from jlewin/master
Reuse PrinterDetails widget on AddPrinter page
2019-05-21 12:13:17 -07:00
jlewin
a8ad425ef4 Reuse PrinterDetails widget on AddPrinter page
- Issue MatterHackers/MatterControl#4543
Consider showing printer detail if available on create printer view
2019-05-21 10:27:47 -07:00
johnlewin
a9c2f89bc9
Merge pull request #4554 from jlewin/master
Simplify - use overload with default identity matrix
2019-05-21 10:26:34 -07:00
John Lewin
ce02943f5e Fix agg-sharp pointer 2019-05-21 08:23:28 -07:00
John Lewin
3717d284a7 Simplify - use overload with default identity matrix 2019-05-21 07:40:36 -07:00
johnlewin
025fcb883a
Merge pull request #4553 from larsbrubaker/master
Working on lockable component object
2019-05-21 07:37:56 -07:00
LarsBrubaker
f7235051bd Make sure we turn off the heat for extruders if we will turn of the heat at the end of the print
issue: MatterHackers/MCCentral#5547
heat not shut off for unused extruder after last switch
2019-05-21 07:16:23 -07:00
LarsBrubaker
d6d19d0c57 Working on lockable component object 2019-05-20 21:23:45 -07:00
Lars Brubaker
12400b4ed0
Merge pull request #4552 from jlewin/master
Use more detailed headings
2019-05-20 17:44:23 -07:00
jlewin
299585d7a9 Use more detailed headings
- Issue MatterHackers/MCCentral#5554
2019-05-20 17:13:07 -07:00
jlewin
f76fdc2525 Switch back to original view mode after calibration print
- Issue MatterHackers/MCCentral#5543
consider if conclusion of xy calibration should switch back to model
view rather than gcode view
2019-05-20 16:56:16 -07:00
jlewin
fe80feb5e1 Clean up PathControl 2019-05-20 16:53:12 -07:00
John Lewin
3bc01d219b Highlight last path command 2019-05-20 16:38:21 -07:00
John Lewin
fad8146c12 Add experimental PathObject3D 2019-05-20 16:38:21 -07:00
jlewin
a7b8251807 Replace duplicate ItemsToSubtract property with SelectedChildren
- Update to use new SelecteChildren as HashSet
- Issue MatterHackers/MCCentral#5565
MatterControl extra slow with specific MCX, crashes on copy
2019-05-20 16:37:45 -07:00
John Lewin
3bd2eccf9c Add Visible property to IInteractionElement 2019-05-20 14:13:56 -07:00
John Lewin
7d3a7ca3db Fix typo 2019-05-20 14:13:56 -07:00
John Lewin
f8d1806247 Add InteractionControl.LostFocus interface member 2019-05-20 14:13:56 -07:00
John Lewin
5848502d97 Skip operation until after early exit test 2019-05-20 14:13:56 -07:00
John Lewin
cd266984ac Simplify InteractionControls and reduce to subset of InteractionVolume 2019-05-20 14:13:56 -07:00
John Lewin
76471e3800 Extract embedded types to new file 2019-05-20 14:13:55 -07:00
John Lewin
ab686559c8 Move DepthTest toggle outside of loop 2019-05-20 14:13:55 -07:00
John Lewin
aa1b6fe12b Reorder members 2019-05-20 14:13:55 -07:00
John Lewin
694d28e285 Remove unused member 2019-05-20 14:13:55 -07:00
John Lewin
27ab7992ce Fix warnings
(cherry picked from commit c33ee2d8812f083ec151bd8616387ff285ae05d5)
2019-05-20 14:13:55 -07:00
Lars Brubaker
038088186c
Merge pull request #4551 from larsbrubaker/master
Set the printing ration from the correct data
2019-05-19 21:45:59 -07:00
LarsBrubaker
cba385cfec Set the printing ration from the correct data 2019-05-19 21:16:56 -07:00