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
|
2022-02-24 13:47:26 -05:00
|
|
|
* `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-27 15:00:59 -05:00
|
|
|
* `C` trigger solid layer when transitions lead to 50% projected areas
|
2022-02-28 21:17:31 -05:00
|
|
|
* `C` limit non-manifold solution search depth
|
|
|
|
|
* `C` refactor slicers to use single improved slice core (cnc deferred)
|
2022-03-01 15:58:55 -05:00
|
|
|
* `C` add parameterized solid projection expansion (infill -> solid expand)
|
|
|
|
|
* `C` add parameterized control of bridge/flat and infill print speeds
|
2022-03-03 19:08:08 -05:00
|
|
|
* `C` add api control over threading workloads and use of wasm
|
2022-02-23 22:39:26 -05:00
|
|
|
* `P` template vars: nozzles used and layers until next use (IDEX)
|
2022-02-25 13:56:09 -05:00
|
|
|
* `-` improved vertex replacement and widget update matrix tracking
|
2022-02-23 22:39:26 -05:00
|
|
|
|
|
|
|
|
## Mesh:Tool
|
|
|
|
|
|
2022-02-25 13:56:09 -05:00
|
|
|
* `C` add preferences for normal length and color
|
|
|
|
|
* `-` add preferences for face selection and matching
|
2022-02-26 00:15:35 -05:00
|
|
|
* `P` add svg and image import conversion (created shared load. libs)
|
2022-02-27 15:42:46 -05:00
|
|
|
* `C` replace triangulation algorithm that was causing some union failures
|
2022-02-25 15:09:05 -05:00
|
|
|
* `C` add version chooser
|
2022-02-25 21:47:23 -05:00
|
|
|
* `C` add welcome menu
|