Commit graph

29 commits

Author SHA1 Message Date
LarsBrubaker
2144ed477f renaming 2022-01-22 15:43:50 -08:00
LarsBrubaker
dd3912a504 Adding ability to cancel rebuilding 2021-12-05 22:43:57 -08:00
Lars Brubaker
93c6f6950e Make array objects change [index] to constant on flatten
issue: MatterHackers/MCCentral#6604
Make sure monotonic adjacent lines do not have lift when printing
2021-11-23 10:11:25 -08:00
Lars Brubaker
beb526a41a Improving sheet parsing 2021-10-07 18:39:27 -07:00
Lars Brubaker
e9b2001eff Better filtering of update sets for sheet and array 2021-10-06 18:44:31 -07:00
Lars Brubaker
1a136a755e improving sheet and array rebuild inclusion 2021-09-30 11:29:46 -07:00
LarsBrubaker
77c02960f8 improving sheet update 2021-09-28 09:19:32 -07:00
LarsBrubaker
d5120210ee Adding more sliders
improving sheet editor
2021-09-28 09:13:47 -07:00
Lars Brubaker
e1ea70239b Fixing [index] for long running children
Fixing index starting at 0
2021-09-23 10:12:10 -07:00
LarsBrubaker
c36d270c92 Adding sliders to all primitives 2021-09-12 20:23:40 -07:00
LarsBrubaker
1043f9d28f index is working some in scripting 2021-09-04 18:58:12 -07:00
LarsBrubaker
627abbef9e Making sliders have option to do non-linear scalling 2021-08-30 08:47:11 -07:00
Lars Brubaker
7e22f26770 Working to make arrays have instance data (index) 2021-07-30 17:51:44 -07:00
LarsBrubaker
818a7fb8d7 Working on new 2D primitives and operations 2021-07-07 21:07:30 -07:00
LarsBrubaker
47d2d66089 scripting to Linear Array 2021-06-14 08:00:42 -07:00
Lars Brubaker
1c9119568f Making sure we don't executer rebuilds while in a separate thread from the UI 2021-05-03 17:58:03 -07:00
LarsBrubaker
f01914f1b1 Make sure array does not move the source object
issue:
MatterHackers/MCCentral#6107
array should not move the initial object
2020-10-07 08:03:57 -07:00
LarsBrubaker
95543966d3 Making array names better 2020-09-12 12:28:14 -07:00
jlewin
297eefc30e Fix spelling 2019-04-19 09:52:49 -07:00
Lars Brubaker
563bd1a3e7 making sure we don't re-enter this.OnInvalidate unless explicitly for properties
issue: MatterHackers/MCCentral#4965
Rebuild should directly call base.OnInvalidate to prevent re-entering this.OnInvalidate
2019-02-19 14:24:12 -08:00
Lars Brubaker
6e8b7386c8 Make lots of objects use the center and height maintainer (for consistency) 2019-01-29 15:13:16 -08:00
Lars Brubaker
6305303047 Cleaning up object3d invalidate calls 2019-01-28 17:44:10 -08:00
Lars Brubaker
f0728e0610 Change the Invalidate Type to flags
remove undo buffer from invalidate type
2019-01-28 14:19:48 -08:00
LarsBrubaker
13c7ca93be Common invalidate for all operations source objects
issue: MatterHackers/MCCentral#4941
changing color of inner object of curve not updating on screen color
2019-01-28 07:53:38 -08:00
Lars Brubaker
564e5e7bf1 Moved array and combine objects to new source pattern
reverted align object to only align children
have new combine 2 object to preserve old files
2019-01-25 16:46:23 -08:00
Lars Brubaker
57b94fd7a4 Improvements to operation source object 2019-01-25 13:25:10 -08:00
Lars Brubaker
fa85d93742 Refactoring 2018-10-05 09:58:30 -07:00
LarsBrubaker
efe03cb642 Make flatten only copy appropriate properties by default
issue: MatterHackers/MCCentral#4229
Merge on align should not clear the colors that were on the objects

refactor apply and merge => flatten
2018-10-04 10:17:57 -07:00
Lars Brubaker
bed90234e7 Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
2018-09-06 16:09:58 -07:00
Renamed from DesignTools/Operations/ArrayLinearObject3D.cs (Browse further)