2017-04-19 09:08:22 -04:00
|
|
|
# Kiri:Moto todo
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2020-11-13 20:45:38 -05:00
|
|
|
## 2.3 remaining
|
|
|
|
|
|
2020-11-17 18:06:30 -05:00
|
|
|
## 2.4 tenative list
|
|
|
|
|
* cnc
|
|
|
|
|
* tracing (chamfer, engrave)
|
|
|
|
|
* milling visualization
|
|
|
|
|
* auto feature detection (slicing), manual tabs
|
|
|
|
|
* add tabs to shadow and slice model (for topo)
|
|
|
|
|
* step down should interpolate top/bottom again
|
|
|
|
|
* adaptive shadow-line generation for small parts collision detection
|
|
|
|
|
* fdm
|
|
|
|
|
* manual supports
|
|
|
|
|
* continuous printing (z belt systems)
|
|
|
|
|
* laser
|
|
|
|
|
* drag knife support
|
|
|
|
|
* onshape
|
|
|
|
|
* session token timeout bug
|
|
|
|
|
* all
|
|
|
|
|
* 2d image to 3d part
|
|
|
|
|
* circular fit/layout when no-layout to prevent collisions
|
2020-11-11 14:40:15 -05:00
|
|
|
|
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-12 08:42:18 -05:00
|
|
|
* `F` 2D image import
|
2020-11-09 09:46:27 -05:00
|
|
|
* `F` detect and report slow framerates
|
2020-11-09 08:50:03 -05:00
|
|
|
* `F` implement an in-app bug reporting system. add workspace to export option.
|
2020-03-17 16:32:43 -04:00
|
|
|
* `P` improve decimation speed by avoiding in/out of Point?
|
2020-04-11 22:46:07 -04:00
|
|
|
* `P` duplicate objects should share same slice data unless rotated or scaled
|
2020-11-09 19:22:28 -05:00
|
|
|
* `P` worker state cache cleanup and organization
|
|
|
|
|
* `P` client/worker interface normalization and cleanup
|
2020-11-18 09:11:29 -05:00
|
|
|
* `C` improve path line caps
|
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-11 17:33:20 -05:00
|
|
|
* `B` fix adaptive slicing. also with multi-extruder
|
2020-06-09 23:19:51 -04:00
|
|
|
* `B` fix supports with grouped parts
|
2020-11-18 16:12:16 -05:00
|
|
|
* `B` infill follows inside shells
|
2020-07-30 10:34:12 -04:00
|
|
|
* `F` speculative background preview generation
|
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-03-13 14:10:38 -04:00
|
|
|
* `F` manual support addition / control
|
2020-11-18 16:12:16 -05:00
|
|
|
* `F` control layer start position
|
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-04-11 22:46:07 -04:00
|
|
|
* `F` enable purge block when quick layers are detected
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` apply finish speed to exposed top and underside flat areas
|
|
|
|
|
* `F` expand internal supporting flats
|
|
|
|
|
* `F` first layer support speed should be same as shell speed
|
|
|
|
|
* `F` determine start point from gcode preamble
|
|
|
|
|
* `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-06 11:05:48 -04:00
|
|
|
* `P` segment large polygons for extremely large parts / infill
|
2020-05-17 11:45:59 -04:00
|
|
|
* `P` implement infill clipping in wasm
|
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-03-16 23:57:14 -04:00
|
|
|
* `B` outside cutting direction in roughing mode inverted
|
2020-11-15 14:43:22 -05:00
|
|
|
* `B` clear voids has double interior pass because wrong offset shadow used
|
|
|
|
|
* `B` fix contour up and over thru holes by adding (union) tabs to shadow
|
2020-11-15 15:05:45 -05:00
|
|
|
* `F` adaptive shadow-line generation for small parts collision detection
|
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)
|
|
|
|
|
* `F` add endmill spiral direction to fully respect climb vs conventional
|
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
|
|
|
|
|
* `P` crossing open space check point is outside camshell before returning max z
|
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
|