Machine: TinyRobo CNC T30series
Tooling: 3 Flute 45°Helix End mill
Material: Mystery aluminium offcuts
| Bit Diameter | Flute Count | Step over | Cut Depth | Spindle RPM | Feed rate | Plunge rate | Tool |
|---|
Machine: TinyRobo CNC T30series
Tooling: 3 Flute 45°Helix End mill
Material: Mystery aluminium offcuts
| Bit Diameter | Flute Count | Step over | Cut Depth | Spindle RPM | Feed rate | Plunge rate | Tool |
|---|
| #! /bin/bash | |
| ssh -D 4000 -C -c 3des-cbc -f [email protected] -p 22 sleep 10; \ | |
| chromium --proxy-server=socks5://127.0.0.1:4000 | |
| # Quick and dirty socks5 proxy | |
| # Compresses traffic ssh into host server and forks process to the background | |
| # Opens chromium and configures it to use socks5 proxy on port 4000 | |
| # Process autocloses when chromium is closed |
| void MyFunct(char* buffer) { | |
| void* myvoid; // a pointer to void can point to anything | |
| char* b = new char[20]; // char array | |
| myvoid = b; // memory address at myvoid is the same as at b | |
| strcpy((char*)myvoid, "this is text"); // memory address at myvoid is 't' | |
| std::cout << (char*)myvoid << '\n'; //print the string stored at myvoid | |
| buffer = NULL; // set the buffer pointer to NULL | |
| } | |
| int main(int argc, char const *argv[]) { |
| Run the following commands: | |
| grub rescue> ls (hd0,2) | |
| Check that drive is ext# formated (ie the drive with ubuntu on it) | |
| grub rescue> ls (hd0,2)/boot/ | |
| Check that terminal outputs boot files | |
| grub rescue> set boot=(hd0,2) | |
| grub rescue> set prefix=(hd0,2)/boot/grub | |
| grub rescue> insmod normal | |
| grub rescue> normal |
All commands are run from the root directory of your git project folder. Before you start make a backup of your entire git project elsewhere. My username is chobern, yours will be different. Unless you are future me....
Check the archive size, do you really have a problem?
chobern$ du -sh .git
https://github.com/Engidea/FreeRoutingNew
sudo apt-get update
sudo apt-get install default-jdk
sudo mkdir /opt/FreeRouting
| ### Ingredients | |
| - 330g H2O (room temp) | |
| - 30g glycerin (at 10% solution) | |
| - 30g guar gum | |
| - 5g oil | |
| - 3g agar | |
| - 3g chopped wool | |
| ### Method |