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
from ubuntu as patched | |
run apt-get update; \ | |
apt-get install software-properties-common apt-utils debconf-utils -y; \ | |
apt-get install --reinstall ca-certificates; \ | |
add-apt-repository multiverse; \ | |
dpkg --add-architecture i386; \ | |
apt-get update; | |
from patched as steamcmd | |
copy rust.sh . |
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
// Fron Big Clive | |
// https://www.youtube.com/watch?v=0oBbF3bcDck | |
//Ryobi adaptor | |
$fn=50; | |
height=20; | |
difference(){ | |
union(){ | |
//main block | |
cylinder(h=height,d=29); | |
translate([-14.5,0,0]) |
OlderNewer