bookmark_borderFiber Optic Matrix Display

Here’s where I’ve posted it:

https://github.com/elliotmade/Fiber-Optic-Matrix-Display

https://www.instructables.com/Fiber-Optic-Matrix-Display/

And here are some places it’s been reposted:


https://upmytech.com/big-led-matrix-becomes-tiny-led-matrix-thanks-to-fiber-optics-hackaday/

https://www.raspberrypi.com/news/fibre-optic-pico-matrix-display/

https://www.tomshardware.com/news/raspberry-pi-pi-pico-fiber-optic-display

https://theawesomer.com/fiber-optic-dot-matrix-display/659082/

https://abertoatedemadrugada.com/2022/02/ecra-de-fibra-optica-com-leds.html

https://www.hackster.io/news/constructing-an-rgb-led-matrix-from-fiber-optic-filaments-d234b99254c0

https://www.dailyadvent.com/news/06f7a662699333d33991697a9d7bf9e1-This-Fiber-Optic-DotMatrix-Display-Is-So-Cool-to-Watch

https://www.dailyadvent.com/news/06f7a662699333d33991697a9d7bf9e1-This-Fiber-Optic-DotMatrix-Display-Is-So-Cool-to-Watch

https://elexhere.com/index.php/2022/03/02/fiber-optic-matrix-display/

https://gajethub.com/constructing-an-rgb-led-matrix-from-fiber-optic-filaments/

https://news.mkme.org/?p=24546https://game-news24.com/2022/03/14/raspberry-pi-pico-is-a-digital-display/

https://lariva2018.com/thanks-to-the-optical-fiber-the-large-led-matrix-becomes-a-small-led-matrix/

https://game-news24.com/2022/03/14/raspberry-pi-pico-is-a-digital-display/

Whatever this duplication is:

https://getdigitaltech.com/developing-an-rgb-led-matrix-from-fiber-optic-filaments/

https://venzux.com/large-led-matrix-turns-into-tiny-led-matrix-thanks-to-fiber-optics/

https://desiserialonline.com/setting-up-an-rgb-led-matrix-from-fiber-optic-filaments/

https://itech24.org/establishing-an-rgb-led-matrix-from-fiber-optic-filaments/

In Spanish:

https://abertoatedemadrugada.com/2022/02/ecra-de-fibra-optica-com-leds.html

https://aldianoticiasroldanillo.com/big-led-matrix-becomes-tiny-led-matrix-thanks-to-fiber-optics/

French:

https://arfy.fr/dotclear/index.php?post/2022/03/03/instructables-Fiber-Optic-Matrix-Display

bookmark_borderFanuc 6mb Solidworks CAM Post Processor

Here’s a modified post processor for Solidworks CAM (Camworks) that I use with the Fanuc 6 control on my machine.

What’s changed from the provided Fanuc post:

  • Spaces removed
  • Semicolon end of block character
  • Sequence line numbers removed, except for the very first line
  • Safety block: N1G17G20G40G49G80;
  • Tool change location uses G59 offset (no G53 on this machine), at X0 Z0 Y-10
  • Cutter comp removed (still have tool height offset)
  • Rapids replaced with G01 F101. (Rapid override on my machine is too coarse)
  • Coolant removed

Included in this zip file is the .src file and library files for the universal post generator, as well as the compiled .ctl file used by solidworks.

If you use this, do have a close look at your output files and test carefully – there is always potential for disaster and I won’t be responsible for damage or injury.