Commit graph

552 commits

Author SHA1 Message Date
Lars Brubaker
07b16a2047 Improving path handling 2023-12-01 11:36:08 -08:00
Lars Brubaker
097b53649a 3mf loading improvements (soon)
Text wrapping
2023-11-20 18:00:21 -08:00
Lars Brubaker
2d940e6246 improving editor 2023-11-07 18:22:24 -08:00
Lars Brubaker
b5e8963211 We can now bevel paths fairly well 2023-10-20 17:48:00 -07:00
Lars Brubaker
569d016d30 Refactoring and creating new RemovePreMultipliedProcess 2023-10-03 16:17:01 -07:00
Lars Brubaker
f9dbf74fcd fixed drag drop to 3d view 2023-09-29 11:42:19 -07:00
Lars Brubaker
35db9e6867 Fixing issue with variable capture 2023-09-28 18:11:34 -07:00
Lars Brubaker
4f6fec7e82 Accelerating search 2023-08-30 10:59:11 -07:00
Lars Brubaker
ea2bb5e65c improving export ui behavior 2023-06-23 17:07:00 -07:00
Lars Brubaker
48b26b36a6 Writing a generic SetValue
Improved GetValue to match
2023-06-08 12:21:10 -07:00
Lars Brubaker
999bad8230 improving outline path 2023-04-11 17:36:14 -07:00
MatterHackers
5ffd29ab7b Adding mare ui hints 2023-04-01 13:59:18 -07:00
Lars Brubaker
787d1e3508 add function to open a file 2023-03-28 09:44:10 -07:00
Lars Brubaker
ca2843e5be refactoring treeview 2023-03-24 17:23:05 -07:00
MatterHackers
f28a16cd4a reorganizing folders 2023-03-18 20:07:56 -07:00
MatterHackers
1f3e3981f9 Improved bambu studio open with 2023-03-11 12:56:04 -08:00
MatterHackers
57ac7d9415 Export to bambu studio 2023-03-11 12:17:09 -08:00
MatterHackers
6492f25d1d Improving arange all
adding part sheet to main
improving folder sorting and naming, fixing path rendering
2023-03-11 11:26:16 -08:00
MatterHackers
0416a941d7 improve primary operations 2023-03-11 10:56:32 -08:00
Lars Brubaker
3f8eeda65b integrating offline changes 2023-03-10 18:11:23 -08:00
Lars Brubaker
93aecc937f Add available drives to computer 2023-01-09 13:39:20 -08:00
Lars Brubaker
b7a5436803 refactoring 2022-12-28 14:14:38 -08:00
LarsBrubaker
e63f95ddad Added in a pause gcode script object, fixed gcode injection timing 2022-11-27 09:16:56 -08:00
LarsBrubaker
dca3b4edf2 Adding QRCode objec
Moving classes to new files
Adding sheet data calculation tests
2022-11-25 10:58:41 -08:00
Lars Brubaker
cba9437ffa Fixed a regression with menus not set to radio buttons and then not unsetting other menu buttons 2022-10-28 17:05:55 -07:00
LarsBrubaker
ae38346b4d Made the old align show its icon in the tree view 2022-09-19 22:48:34 -07:00
Lars Brubaker
67fcc953b0 Part settings working much better 2022-09-16 14:01:27 -07:00
Lars Brubaker
ad91859c3a improving store page 2022-09-13 18:04:12 -07:00
John Lewin
202f3f8ee2 Persisted library view state 2022-09-13 17:14:02 -07:00
John Lewin
8193319188 Rename ILibaryContainer.DefaultView to .ViewOverride
- Ensure the naming more closely matches the behavior
- Mechanism is used by PrintHistory to enforce custom view override
2022-09-13 17:14:02 -07:00
John Lewin
7e55ffc23e Use checkbox style
- Fixes #5375
2022-09-13 13:05:28 -07:00
LarsBrubaker
33cb9dafd2 Make mesh merge on export an option 2022-08-14 20:51:01 -07:00
Lars Brubaker
6e3c4be07c Improving path objects 2022-08-12 18:05:37 -07:00
Lars Brubaker
33ee6fe3fd Merge remote-tracking branch 'origin/main' 2022-08-09 10:53:09 -07:00
oneill
9d1239e941 Fixed NullReferenceException being thrown when exporting AMF file 2022-08-06 22:44:11 +09:00
LarsBrubaker
3307e204ee All buttons switch to agg themed buttons 2022-08-03 16:56:51 -07:00
Lars Brubaker
2bd1cd1e13 Moving PopupMenu to Agg 2022-07-15 19:13:44 -07:00
Lars Brubaker
32a192c2b8 Upgrading to .net 6 2022-07-15 17:28:39 -07:00
Lars Brubaker
60f5d06742 Adding a send g-code object 2022-06-17 10:51:10 -07:00
Lars Brubaker
ecdea63e56 Adding a hole primitive 2022-05-09 15:17:55 -07:00
LarsBrubaker
55454a8615 Working on STL output with hole consideration and progress 2022-05-08 20:39:51 -07:00
Lars Brubaker
b0d84a0a36 Make sure we put the leveling steam in after the max length stream
Fixes bug with leveling long lines
2022-04-27 14:10:01 -07:00
Lars Brubaker
90177b9d95 Improved leveling polygon selection
Limit recalculating slice settings display
2022-04-26 17:58:10 -07:00
Lars Brubaker
8d3a6cd3cb Improving part settings updating
Improving settings display (sharing code)
2022-04-19 10:03:25 -07:00
Lars Brubaker
7c15e8edea Working on new slice settings override object 2022-04-12 17:31:40 -07:00
Lars Brubaker
6e12c4c4f3 Wait for Save to conclude before exiting
Wait for start of G34 before looking for 'ok'
2022-04-04 16:26:48 -07:00
Lars Brubaker
45bd3ed1b7 Don't show some warning if there are errors 2022-03-28 11:49:36 -07:00
Lars Brubaker
1b59d871c5 Adding ability to specify "Not Compatible" bed temperature in material settings
Adding 'NC' to many material settings
Require bed temps for all bed types in all materials
2022-03-25 09:53:50 -07:00
Lars Brubaker
3f4d5aac6f Fixing materials open dialog 2022-03-24 11:54:37 -07:00
LarsBrubaker
18be37d464 fixing null refernces 2022-03-24 08:33:07 -07:00