Commit graph

2030 commits

Author SHA1 Message Date
jlewin
f3690bb2fd Disable listenForImageChanged in HoverImageWidget 2019-05-22 18:46:57 -07:00
jlewin
597aec498b Use Ancestors in place of Parents 2019-05-22 18:46:56 -07:00
jlewin
427eea20b8 Reduce overhead of isSelected in high item count scenes
- Selected is item or any parent selected
2019-05-22 18:46:13 -07:00
jlewin
1c24b87652 Collapse Matrix assignment into initializer 2019-05-22 18:46:12 -07:00
jlewin
14b34eea6f Use event semantics 2019-05-22 18:46:12 -07:00
jlewin
6346f075ef Use new untyped Parents member 2019-05-22 18:46:12 -07:00
Lars Brubaker
3be79528d0 If we have more than 1000 transparent meshes don't sort their polygons 2019-05-22 17:37:11 -07:00
Lars Brubaker
66f88536de Don't apply the probe offset if there is no probe being used 2019-05-22 14:59:55 -07:00
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
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
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
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
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
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
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
John Lewin
3717d284a7 Simplify - use overload with default identity matrix 2019-05-21 07:40:36 -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
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
LarsBrubaker
cba385cfec Set the printing ration from the correct data 2019-05-19 21:16:56 -07:00
LarsBrubaker
a4b60206b2 Send temps to printer even when there are no future tool changes 2019-05-19 20:11:45 -07:00
LarsBrubaker
bc96467792 Set layer drawing (sync to print) from instruction index rather than time 2019-05-19 20:10:28 -07:00
LarsBrubaker
165726064b Make sure we turn off temps when extruder not used 2019-05-19 20:05:22 -07:00
LarsBrubaker
8b43df67bc Make sure we use the right settings when exporting
issue: MatterHackers/MCCentral#5550
Spiral Vase check box in Export dialog has no effect
2019-05-19 16:43:01 -07:00
LarsBrubaker
4cd20b96f2 fixing warnings 2019-05-18 22:10:10 -07:00
LarsBrubaker
f10e649b7a working on manifold display for debuging 2019-05-18 22:06:17 -07:00