grid-apps-cmms/notes.md

102 lines
3.9 KiB
Markdown
Raw Normal View History

# Kiri:Moto todo
2017-04-18 17:09:33 -04:00
## 2.3 remaining
## 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-11-12 08:42:18 -05:00
* `F` 2D image import
* `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
* `C` improve path line caps
2017-04-18 17:09:33 -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
* `B` fix supports with grouped parts
* `B` infill follows inside shells
* `F` speculative background preview generation
* `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
* `F` control layer start position
* `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
* `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
* `P` prioritize supports by length of unsupported span. mandatory when circularity > X
* or % area of inner to outer poly is high (making it a thin shell)
# CAM
2017-04-18 17:09:33 -04:00
* `B` outside cutting direction in roughing mode inverted
* `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
* `F` adaptive shadow-line generation for small parts collision detection
* `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
* `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
* `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
* `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
# Laser
2017-04-18 17:09:33 -04:00
2020-03-13 14:10:38 -04:00
* `F` overcuts, radii for drag knives
* `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
* 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/
# More CNC
* https://www.researchgate.net/publication/250328721_Toolpath_Optimization_on_Automatic_Removal_Uncut_and_Application