grid-apps-cmms/release.md

33 lines
1.4 KiB
Markdown
Raw Normal View History

2022-02-23 22:39:26 -05:00
# Release Notes
## `C` complete, `P` partial, `-` todo
# Release 3.3
## Kiri:Moto
* `C` reorganization of code to use updated dependency loader
* `C` refactor main into supporting classes (part of a larger ui re-org)
* `C` group "main" entry points under "kiri-run"
* `C` extract and group utilities from print and other modules
* `C` add thin wall pull-down & allow for newer strategies
* `C` extract preview render engine from FDM
* `C` allow loading of workspaces from url on page load
* `C` properly import profiles attached to devices
* `C` improved routing on "fast" layers & layers with multiple islands
* `C` start/stop minions depending on whether threading enabled
2022-02-24 22:01:32 -05:00
* `C` abstract file loading (onshape import, mesh replace, etc)
2022-02-24 23:34:54 -05:00
* `C` enable/disable ray intersect path on feature state change
2022-02-25 08:52:32 -05:00
* `C` new and updated device profiles: Prusa MK2S/MK3S+, Ender 3
2022-02-24 23:34:54 -05:00
* `P` limit non-manifold solution search depth (parameterize)
2022-02-24 13:07:53 -05:00
* `P` refactor slicers to use single improved slice core (cnc tbd)
2022-02-23 22:39:26 -05:00
* `P` template vars: nozzles used and layers until next use (IDEX)
2022-02-25 08:52:32 -05:00
* `-` improved vertex replacement
2022-02-24 13:07:53 -05:00
* `-` workflow to edit in M:T and bounce back / replace vertices
2022-02-23 22:39:26 -05:00
* `-` tighten export dialogs (reduce size for smaller screens)
## Mesh:Tool
* `-` face selection and matching preferences
2022-02-24 13:07:53 -05:00
* `-` add prefs for normal length, maybe color picker
2022-02-23 22:39:26 -05:00
* `-` svg and image import conversion (share code with Kiri:Moto)