The commands on: (https://github.com/fogleman/pack3d) no longer work on newer versions of go?, used instead
- go install github.com/fogleman/pack3d/cmd/pack3d@latest
- go install github.com/fogleman/pack3d/cmd/binpack@latest
Usage examples work except for wildcard *
pack3d 2 3DBenchy.stl # tightly pack 2 boats
pack3d 4 3DBenchy.stl # tightly pack 4 boats
Patchwork / Quilting - Ruler / Template
New version
WAFFLES DE PORTUGALIEGE by X3msnake
10g .............. fermento padeiro seco
100g ............. leite morno
10g .............. icing sugar (ou açucar refinado)
250+50g .......... farinha
1un............... ovo L
VIDEOS
ARTICLES
Board that I am using: Aliexpress link
** Setting up the OLED screen with lcdgfx library **
DisplaySSD1306_128x64_I2C display(-1,{1,0x3C, 4, 5, 0});
// or (-1,{busId, addr, scl, sda, frequency}). This line is suitable for most platforms by default
// The parameters are RST pin, BUS number, CS pin, DC pin, FREQ (0 means default), CLK pin, MOSI pin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set fileName=ALL_FILES.txt | |
time /T > %fileName% | |
date /T >> %fileName% | |
echo _____________________________ >> %fileName% | |
PowerShell -Command "TREE /F | Out-File %fileName% -Encoding utf8" | |
EXIT | |
:: Source reference: https://stackoverflow.com/questions/138576/saving-tree-f-a-results-to-a-textfile-with-unicode-support/51255816#51255816 |