2017-04-19 09:08:22 -04:00
|
|
|
# Kiri:Moto todo
|
2017-04-18 17:09:33 -04: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-03-16 23:57:14 -04:00
|
|
|
* `F` implement an in-app bug reporting system
|
2020-03-13 12:31:10 -04:00
|
|
|
* `F` extend mesh object to store raw + annotations (rot,scale,pos)
|
2020-03-13 14:10:38 -04:00
|
|
|
* share raw data w/ dups, encode/decode
|
2020-04-15 09:51:21 -04:00
|
|
|
* `F` gcode color to speed visualization bar
|
2020-09-26 08:10:49 -04:00
|
|
|
* `F` X,Y,Z colored axes visualizations
|
2020-03-13 12:31:10 -04:00
|
|
|
* `P` bail on decimation if it's proving ineffective
|
2020-03-17 16:32:43 -04:00
|
|
|
* `P` improve decimation speed by avoiding in/out of Point?
|
2020-03-13 12:31:10 -04:00
|
|
|
* `P` server-side processing (determine protocol and storage)
|
|
|
|
|
* `P` refactor / simplify POLY.expand (put onus on collector)
|
2020-04-11 22:46:07 -04:00
|
|
|
* `P` duplicate objects should share same slice data unless rotated or scaled
|
2020-05-01 10:29:50 -04:00
|
|
|
* `F` https://poeditor.com/projects/view_terms?id=336467&per_page=20
|
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-06-09 23:19:51 -04:00
|
|
|
* `B` fix adaptive slicing with multi-extruder
|
|
|
|
|
* `B` fix supports with grouped parts
|
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-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-04-02 13:44:08 -04:00
|
|
|
* `P` refactor thin fill to use outline and inside poly normal dist to self
|
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 16:58:38 -04:00
|
|
|
* `B` fails in pancaking (clone) when there are no sliced layers (like z bottom too high)
|
2020-06-29 08:11:49 -04:00
|
|
|
* `B` contouring should extend beyond part boundaries by tool radius
|
2020-03-16 23:57:14 -04:00
|
|
|
* `B` outside cutting direction in roughing mode inverted
|
2020-07-30 10:34:12 -04:00
|
|
|
* `B` widen outside cuts to prevent chatter on deep (metal) features
|
2020-09-24 08:52:59 -04:00
|
|
|
* `F` provide planar or other visual hint of current z bottom offset
|
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-04-09 14:52:43 -04:00
|
|
|
* `F` use arcs to connect hard angles
|
2020-03-13 14:10:38 -04:00
|
|
|
* `F` lead-in milling
|
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
|
2020-03-14 20:40:01 -04:00
|
|
|
* `F` add M03 tool feedrate support
|
2020-03-13 14:10:38 -04:00
|
|
|
* `P` refactor slicing around flats w/ interpolation instead of culling
|
2020-06-29 08:11:49 -04:00
|
|
|
* `P` disable topo generation when no contour xy and no depth first
|
2020-03-13 14:10:38 -04:00
|
|
|
* `P` store tab and camshell polys in widget.topo to minimize z on edge moves
|
2020-06-29 08:11:49 -04:00
|
|
|
* `P` contouring is going back to z top too often
|
2020-03-13 14:10:38 -04:00
|
|
|
* `P` option to skip milling holes that would be drilled
|
|
|
|
|
* `P` crossing open space check point is outside camshell before returning max z
|
2020-04-02 13:44:08 -04:00
|
|
|
* `P` background worker to speculatively generate topo maps (and maybe pre-slicing)
|
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-20 11:02:23 -04:00
|
|
|
* `F` output option to uniquely color code each layer
|
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/
|