2022-02-23 22:39:26 -05:00
|
|
|
# Release Notes
|
|
|
|
|
|
|
|
|
|
## `C` complete, `P` partial, `-` todo
|
|
|
|
|
|
2022-04-01 17:01:34 -04:00
|
|
|
|
2022-04-01 17:11:18 -04:00
|
|
|
# Release 3.3 (2022-04-01)
|
2022-02-23 22:39:26 -05:00
|
|
|
|
|
|
|
|
## Kiri:Moto
|
|
|
|
|
|
2022-04-01 17:01:34 -04:00
|
|
|
* `C` reorganization of code to use updated dependency loader (gapp)
|
2022-02-23 22:39:26 -05:00
|
|
|
* `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-03-06 11:14:33 -05:00
|
|
|
* `C` updates to raft generation: add border, connect infill lines
|
2022-03-14 09:29:23 -04:00
|
|
|
* `C` fix phantom support generation off part or under bed
|
2022-02-23 22:39:26 -05:00
|
|
|
* `P` template vars: nozzles used and layers until next use (IDEX)
|
2022-04-01 17:11:18 -04:00
|
|
|
* `C` fdm export control of preamble comments position (for ultimaker)
|
2022-02-23 22:39:26 -05:00
|
|
|
|
2022-04-01 17:01:34 -04:00
|
|
|
## Mesh:Tool (1.1.0)
|
2022-02-23 22:39:26 -05:00
|
|
|
|
2022-04-01 17:01:34 -04:00
|
|
|
* `C` add surface selection mode
|
2022-02-25 13:56:09 -05:00
|
|
|
* `C` add preferences for normal length and color
|
2022-04-01 17:01:34 -04:00
|
|
|
* `C` add preferences for face selection and surface matching (radians/radius)
|
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-04-01 17:01:34 -04:00
|
|
|
* `C` add pinned log busy spinner
|
2022-02-25 15:09:05 -05:00
|
|
|
* `C` add version chooser
|
2022-02-25 21:47:23 -05:00
|
|
|
* `C` add welcome menu
|
2022-04-01 17:01:34 -04:00
|
|
|
|
|
|
|
|
|
2022-04-01 17:11:18 -04:00
|
|
|
# Release 3.2 (2022-02-12)
|
2022-04-01 17:01:34 -04:00
|
|
|
|
|
|
|
|
https://forum.grid.space/t/kiri-moto-version-3-2/580
|
|
|
|
|
|
|
|
|
|
## General
|
|
|
|
|
|
|
|
|
|
* Better memory management
|
|
|
|
|
* Rendering speedups
|
|
|
|
|
* 3MF instancing support
|
|
|
|
|
* SVG import improvements
|
|
|
|
|
* Enable/Disable individual models
|
|
|
|
|
|
|
|
|
|
## FDM
|
|
|
|
|
|
|
|
|
|
* Improved non-manifold handling
|
|
|
|
|
* Gcode macro if/then/else code flow
|
|
|
|
|
* Updated CLI utility
|
|
|
|
|
* Draft Shields
|
|
|
|
|
|
|
|
|
|
## Belt
|
|
|
|
|
|
|
|
|
|
* Height-based spacing
|
|
|
|
|
* Random X layout
|
|
|
|
|
|
|
|
|
|
## CNC
|
|
|
|
|
|
|
|
|
|
* Drill marking option
|
|
|
|
|
* Numerous bug fixes
|
|
|
|
|
|
|
|
|
|
## Onshape
|
|
|
|
|
|
|
|
|
|
* Improved session management
|