2020-11-25 16:46:51 -05:00
|
|
|
# Kiri:Moto todo and notes
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2020-11-25 16:46:51 -05:00
|
|
|
## 2.4 roadmap
|
2020-11-17 18:06:30 -05:00
|
|
|
* cnc
|
|
|
|
|
* tracing (chamfer, engrave)
|
2020-11-25 23:09:34 -05:00
|
|
|
* auto feature detection (slicing)
|
2020-11-17 18:06:30 -05:00
|
|
|
* fdm
|
|
|
|
|
* continuous printing (z belt systems)
|
|
|
|
|
* laser
|
|
|
|
|
* drag knife support
|
|
|
|
|
* all
|
|
|
|
|
* circular fit/layout when no-layout to prevent collisions
|
2020-11-11 14:40:15 -05:00
|
|
|
|
2020-11-25 16:46:51 -05:00
|
|
|
## 2.5 roadmap
|
|
|
|
|
# cnc
|
|
|
|
|
# lathe?
|
|
|
|
|
# complex process order
|
2020-11-26 08:48:19 -05:00
|
|
|
# double-sided assistance
|
2020-11-25 16:46:51 -05:00
|
|
|
# fdm
|
|
|
|
|
# redo automatic supports using faces instead of deltas
|
|
|
|
|
# bind process to z ranges or boxed regions
|
|
|
|
|
# non-planar actual
|
|
|
|
|
|
2020-03-13 14:10:38 -04:00
|
|
|
## `C` cosmetic, `F` functional, `P` performance, `B` bug fix
|
2020-03-13 12:31:10 -04:00
|
|
|
|
2020-11-27 15:03:25 -05:00
|
|
|
* `F` mesh / stl export (like w/ images, rotate, scale, future cleanup ops)
|
2020-11-09 09:46:27 -05:00
|
|
|
* `F` detect and report slow framerates
|
2020-11-25 09:10:00 -05:00
|
|
|
* `F` right click / context menu (object deletion, etc)
|
2020-04-11 22:46:07 -04:00
|
|
|
* `P` duplicate objects should share same slice data unless rotated or scaled
|
2020-11-25 12:51:18 -05:00
|
|
|
* `P` allow selection to me decimated on demand (context menu?)
|
2020-11-28 10:52:54 -05:00
|
|
|
* `P` improve decimation speed by avoiding in/out of Point?
|
|
|
|
|
* `P` optimize object import to vertices + indexes to save memory
|
|
|
|
|
* `P` client/worker interface normalization
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2020-03-13 12:31:10 -04:00
|
|
|
# FDM
|
2018-03-07 12:56:24 -05:00
|
|
|
|
2020-11-25 09:10:00 -05:00
|
|
|
* `B` sparse infill should follow polys between intersect points
|
2020-11-20 19:55:18 -05:00
|
|
|
* `B` fix adaptive slicing with multi-extruder
|
2020-06-09 23:19:51 -04:00
|
|
|
* `B` fix supports with grouped parts
|
2020-11-19 11:18:41 -05:00
|
|
|
* `B` multi-extruder rendering of raft fails to offset the rest of the print
|
|
|
|
|
* `B` multi-extruder purge blocks fail to generate properly for rafts
|
2020-11-25 09:10:00 -05:00
|
|
|
* `F` control layer start position
|
|
|
|
|
* `F` redo auto supports to use poly faces rather than deltas
|
2020-05-14 22:23:51 -04:00
|
|
|
* `F` control for size of purge block (with 0=disabled)
|
2020-04-22 10:01:16 -04:00
|
|
|
* `F` add separate fill speed control
|
2020-04-02 13:44:08 -04:00
|
|
|
* `F` polishing and other non-planar work
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` gradient infill https://www.youtube.com/watch?v=hq53gsYREHU&feature=emb_logo
|
2020-04-11 22:46:07 -04:00
|
|
|
* `F` feather sharp tips by reducing extrusion in area of overlap
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` first layer segment large flat areas for better fill reliability
|
2020-11-19 11:18:41 -05:00
|
|
|
* `F` enable purge blocks when quick layers are detected
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` apply finish speed to exposed top and underside flat areas
|
2020-11-28 10:52:54 -05:00
|
|
|
* `F` expand internal supporting flats / solids before projection
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` first layer support speed should be same as shell speed
|
|
|
|
|
* `F` trim support offset from layer below
|
|
|
|
|
* `F` option to support interior bridges when 0% infill
|
2020-06-03 22:39:30 -04:00
|
|
|
* `F` calculate filament use per extruder per print
|
2020-05-17 11:45:59 -04:00
|
|
|
* `P` implement infill clipping in wasm
|
2020-11-24 17:01:58 -05:00
|
|
|
* `P` solid fill the tops of supports for down facing flats
|
2018-03-07 12:56:24 -05:00
|
|
|
|
2020-04-17 11:52:44 -04:00
|
|
|
# SLA
|
|
|
|
|
|
2020-04-27 13:39:05 -04:00
|
|
|
* `P` prioritize supports by length of unsupported span. mandatory when circularity > X
|
2020-04-28 09:51:25 -04:00
|
|
|
* or % area of inner to outer poly is high (making it a thin shell)
|
2020-04-27 13:39:05 -04:00
|
|
|
|
2020-03-13 12:31:10 -04:00
|
|
|
# CAM
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2020-11-20 19:55:18 -05:00
|
|
|
* `B` climb vs conventional not fully consistent after refactor
|
2020-03-16 23:57:14 -04:00
|
|
|
* `B` outside cutting direction in roughing mode inverted
|
2020-11-19 13:54:55 -05:00
|
|
|
* `B` top clearing operations should use linear, not offset, passes
|
2020-11-28 00:07:38 -05:00
|
|
|
* `F` animation should clear the mesh in areas where the cuts go through the stock?
|
2020-11-25 20:28:59 -05:00
|
|
|
* `F` switch z top offset to an z anchor (top/bottom) + offset
|
2020-11-23 11:46:08 -05:00
|
|
|
* `F` use 3 registration holes to prevent rotation accidents (midline offset one axis)
|
2020-11-20 19:55:18 -05:00
|
|
|
* `F` parameterize dropping close points in prep.js. ensure long segments remain straight
|
2020-11-11 23:27:58 -05:00
|
|
|
* `F` flat and volumetric rendering of paths
|
2020-05-16 21:46:22 -04:00
|
|
|
* `F` z bounded slices (extension of z bottom offset feature)
|
2020-09-24 08:52:59 -04:00
|
|
|
* `F` z planar settings visualizations
|
2020-11-06 19:59:18 -05:00
|
|
|
* `F` use arcs to connect acute angles
|
|
|
|
|
* `F` extend acute roughing on inside polys to clear small voids
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` lead-in milling
|
2020-11-03 11:19:13 -05:00
|
|
|
* `F` adaptive clearing in roughing mode
|
2020-04-02 13:44:08 -04:00
|
|
|
* `F` trapezoidal tabs (in the Z axis)
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` ease-in and ease-out especially on tab cut-out start/stop
|
2020-03-16 23:57:14 -04:00
|
|
|
* `F` implement z line-only follows for ball/taper
|
2020-03-14 20:40:01 -04:00
|
|
|
* `F` add option to spiral in vs out (optimal tool life) vs mixed (optimal path)
|
2020-03-17 16:32:43 -04:00
|
|
|
* `F` add support for tapered ball mills
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` warn when part > stock or cuts go outside bed
|
2020-11-26 08:48:19 -05:00
|
|
|
* `F` A-B linked cutting profiles for double-sided milling / part flips
|
2020-03-13 14:10:38 -04:00
|
|
|
* `P` crossing open space check point is outside camshell before returning max z
|
2020-11-25 23:09:34 -05:00
|
|
|
* `P` detect render message backlog and pause or warn
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2020-03-13 12:31:10 -04:00
|
|
|
# Laser
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` overcuts, radii for drag knives
|
2020-10-27 12:00:58 -04:00
|
|
|
* `F` add PLT / HP-GL output format (https://en.wikipedia.org/wiki/HP-GL)
|
2018-03-08 09:28:03 -05:00
|
|
|
|
|
|
|
|
# References
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2020-04-24 10:43:03 -04:00
|
|
|
* https://www.canva.com/colors/color-wheel/
|
2017-04-18 17:09:33 -04:00
|
|
|
* http://lcamtuf.coredump.cx/gcnc/full/
|
|
|
|
|
* http://wiki.imal.org/howto/cnc-milling-introduction-cutting-tools
|
|
|
|
|
* http://www.twak.co.uk/2011/01/degeneracy-in-weighted-straight.html
|
2020-04-17 11:52:44 -04:00
|
|
|
* http://photon.chrisgraf.de/
|
2020-10-31 16:02:29 -04:00
|
|
|
|
|
|
|
|
# More CNC
|
|
|
|
|
|
|
|
|
|
* https://www.researchgate.net/publication/250328721_Toolpath_Optimization_on_Automatic_Removal_Uncut_and_Application
|