grid-apps-cmms/notes.md

108 lines
4.5 KiB
Markdown
Raw Normal View History

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
* `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, A-axis
# - complex process order
# - split gcode output
# - double-sided assistance
# `fdm`
# - redo automatic supports using faces instead of deltas
# - bind process to z ranges or boxed regions
# - non-planar actual
2020-11-29 10:04:13 -05:00
# `all`
# - improve device list, selection, management, customization
2020-11-25 16:46:51 -05:00
2020-03-13 14:10:38 -04:00
## `C` cosmetic, `F` functional, `P` performance, `B` bug fix
2020-11-27 15:03:25 -05:00
* `F` mesh / stl export (like w/ images, rotate, scale, future cleanup ops)
2020-11-25 09:10:00 -05:00
* `F` right click / context menu (object deletion, etc)
2020-11-28 12:44:41 -05:00
* `F` detect and report slow framerates
2020-04-11 22:46:07 -04:00
* `P` duplicate objects should share same slice data unless rotated or scaled
2020-11-28 12:44:41 -05:00
* `P` optimize object import to vertices + indexes to save memory
* `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` client/worker interface normalization
2017-04-18 17:09:33 -04:00
# FDM
2018-03-07 12:56:24 -05:00
2020-11-20 19:55:18 -05:00
* `B` fix adaptive slicing with multi-extruder
* `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` redo auto supports to use poly faces rather than deltas
* `F` control for size of purge block (with 0=disabled)
2020-11-28 12:44:41 -05:00
* `F` control layer start position
2020-04-22 10:01:16 -04:00
* `F` add separate fill speed control
* `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
* `F` first layer segment large flat areas for better fill reliability
2020-11-28 12:44:41 -05:00
* `F` feather sharp tips by reducing extrusion in area of overlap
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` option to support interior bridges when 0% infill
2020-11-28 12:44:41 -05:00
* `F` trim support offset from layer below
2020-06-03 22:39:30 -04:00
* `F` calculate filament use per extruder per print
2020-11-28 12:44:41 -05:00
* `F` first layer support speed should be same as shell speed
* `F` apply finish speed to exposed top and underside flat areas
* `F` expand internal supporting flats / solids before projection
* `F` continuous printing (z belt systems)
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
2020-11-28 12:44:41 -05:00
* `P` sparse infill should follow polys between intersect points
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` crossing interior open spaces doesn't lift high enough
* https://forum.grid.space/t/g0-movement-hits-the-stock-using-custom-tabs-positioning/171/2
2020-11-20 19:55:18 -05:00
* `B` climb vs conventional not fully consistent after refactor
* `B` outside cutting direction in roughing mode inverted
* `B` top clearing operations should use linear, not offset, passes
* `F` exports separate files for each operation
* `F` animation should clear the mesh in areas where the cuts go through the stock?
* `F` switch z top offset to an z anchor (top/bottom) + offset
* `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
* `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)
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
* `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
* `P` detect render message backlog and pause or warn
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