Commit graph

70 commits

Author SHA1 Message Date
LarsBrubaker
dca3b4edf2 Adding QRCode objec
Moving classes to new files
Adding sheet data calculation tests
2022-11-25 10:58:41 -08:00
LarsBrubaker
ae38346b4d Made the old align show its icon in the tree view 2022-09-19 22:48:34 -07:00
Lars Brubaker
6e3c4be07c Improving path objects 2022-08-12 18:05:37 -07:00
LarsBrubaker
a9b1081bed Making 2D Paths a more natural part of the system 2022-08-09 08:48:05 -07:00
Lars Brubaker
c25ba86b68 Working on a rebuild selection operation 2022-06-22 18:10:33 -07:00
Lars Brubaker
ab6a75c586 Adding hole processing to curve 2022-04-29 18:05:06 -07:00
Lars Brubaker
ce9019884f Working on adding hole support to Source Objects 2022-04-29 17:33:29 -07:00
Lars Brubaker
4a48f2e3e8 Improving hole button 2022-04-29 14:18:55 -07:00
Lars Brubaker
2a2a717265 updating ui hints
fixing issue with group
2022-04-28 16:39:09 -07:00
Lars Brubaker
9839215603 Combine can subtract holes 2022-04-28 14:08:30 -07:00
Lars Brubaker
c5da58cb77 Adding support for Fuzzy and starting to think about Holes 2022-04-08 14:25:22 -07:00
Lars Brubaker
8f762f23d7 turn off experimental settings 2022-03-24 12:16:27 -07:00
Lars Brubaker
fc64b45978 Fixing warning and error icons 2022-03-24 09:55:35 -07:00
Lars Brubaker
40e729f05f Fixing material settings 2022-03-23 18:07:46 -07:00
Lars Brubaker
702ca54a62 Allow components of components 2022-03-23 09:12:22 -07:00
Lars Brubaker
7dfff3ceae Fixed image converter moving when created 2022-03-21 16:15:39 -07:00
LarsBrubaker
7000ae843d Improved selection maintainer 2022-02-26 22:49:12 -08:00
LarsBrubaker
61e68b6afa Make sure we don't have selections on save
Started work on align object 2
2022-02-26 22:21:38 -08:00
Lars Brubaker
e9a69e9644 Added a past into command 2022-02-24 12:04:44 -08:00
Lars Brubaker
39af203e95 Making better names for collection items (combine, align, subtract, intersect) 2022-01-27 15:15:32 -08:00
Lars Brubaker
5e898a0650 Fixing library tests
Making subtract object name better
Removing broadcast
2022-01-27 11:01:49 -08:00
LarsBrubaker
2144ed477f renaming 2022-01-22 15:43:50 -08:00
Lars Brubaker
b664670a42 Ported the old tab renaming code into main
Needs to be cleaned up
2022-01-21 15:21:07 -08:00
Lars Brubaker
b6f40025ff Updating localizations 2021-12-09 17:49:17 -08:00
Lars Brubaker
5102f8bdd6 More scripting 2021-10-26 14:14:46 -07:00
Lars Brubaker
f230075b35 More sliders 2021-10-01 16:59:58 -07:00
LarsBrubaker
d8b81066f7 Turning off unfinished features for release 2021-09-19 09:25:53 -07:00
Lars Brubaker
c61afe9fee Making tool bar able to hind elements 2021-09-15 17:44:24 -07:00
Lars Brubaker
5a99cc04a0 improving api 2021-09-14 17:34:46 -07:00
Lars Brubaker
08141082ae Make the tool bar widgets collapseable 2021-09-14 14:15:51 -07:00
Lars Brubaker
bd60453d23 updating icons 2021-09-14 10:22:28 -07:00
LarsBrubaker
e23f5076ec Making toolbar wrap 2021-09-14 09:06:39 -07:00
Lars Brubaker
b12fcfaea0 Improving material button
making text path work better
2021-09-02 11:26:00 -07:00
LarsBrubaker
627abbef9e Making sliders have option to do non-linear scalling 2021-08-30 08:47:11 -07:00
Lars Brubaker
c2a8ed5762 New ImageConverter has reached first ship candidate 2021-08-20 09:57:38 -07:00
Lars Brubaker
f4bfa7c9fd Improving Image Converter 2021-08-17 17:35:17 -07:00
Lars Brubaker
86d092379a re-writing image to path 2021-07-23 18:20:34 -07:00
LarsBrubaker
818a7fb8d7 Working on new 2D primitives and operations 2021-07-07 21:07:30 -07:00
Lars Brubaker
005efad10a Making icons use the text color 2021-05-21 14:24:52 -07:00
Lars Brubaker
4ef7ecfeb7 Made fit to bounds scale with new inline controls 2021-05-13 12:19:42 -07:00
Lars Brubaker
8bd06fe3da Made a new scale transform control that has width depth height 2021-05-06 16:58:02 -07:00
Lars Brubaker
de9cf38db9 Made description and measure tools work when grouped
Fixed error with GitHub images
Improved multi line editor
2021-04-23 15:39:44 -07:00
Lars Brubaker
1af9da751b Making pinch object use percent 2021-03-23 09:31:18 -07:00
LarsBrubaker
07a0577a32 Creating new curve object that has angles 2021-03-18 10:20:39 -07:00
Lars Brubaker
f73ca75084 Improving BaseObject
Creating debug tools for print log output
2021-03-09 14:42:44 -08:00
LarsBrubaker
97bd8a8b6d working on calculating a base from a mesh (not path) 2021-02-09 22:27:42 -08:00
LarsBrubaker
e995d6ecb8 Plane cut is working onw 2021-02-07 10:13:57 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
LarsBrubaker
d98ba53c65 Fix selection problem with rotate and scale transforms
issue: MatterHackers/MCCentral#6153
Adding scale does not change the properties panel to be the scale object
2020-11-07 15:44:04 -08:00
LarsBrubaker
99067587fa Put back in add base option
issue: MatterHackers/MCCentral#6152
Lost the ability to add a BaseObject3D to a mesh with a Path Object in it
2020-11-07 15:12:19 -08:00