1
1
Fork 0

Bump a few things

This commit is contained in:
Kenwood 2024-04-23 12:19:03 -04:00
parent 129f8ab159
commit 23d7c0d52f
4 changed files with 48 additions and 1 deletions

View File

@ -0,0 +1,16 @@
{
"version": 2,
"name": "Single Flute 1/8th inch endmill",
"shape": "endmill.fcstd",
"parameter": {
"Chipload": "0.000 in",
"CuttingEdgeHeight": "0.600 \"",
"Diameter": "0.125 \"",
"Flutes": "0",
"Length": "1.000 \"",
"Material": "HSS",
"ShankDiameter": "0.315 \"",
"SpindleDirection": "Forward"
},
"attribute": {}
}

View File

@ -6,7 +6,7 @@
}, },
{ {
"nr": 2, "nr": 2,
"path": "25_Endmill.fctb" "path": "singleFlute8th_Endmill.fctb"
} }
], ],
"version": 1 "version": 1

View File

@ -12,6 +12,15 @@ host edge
HostName 10.85.5.52 HostName 10.85.5.52
User joe User joe
host frigate
IdentityFile ~/.ssh/hydroxonium
HostName 10.85.3.22
User joe
host crackheadbot
HostName 10.85.3.182
User joe
host dockerhost host dockerhost
HostName 10.85.3.75 HostName 10.85.3.75
User joe User joe
@ -43,11 +52,23 @@ Host zinc
# APRS # APRS
Host houston Host houston
IdentityFile ~/.ssh/hydroxonium
HostName 10.85.3.39 HostName 10.85.3.39
User joe User joe
Host deck
HostName 10.85.3.221
User deck
# booru Image Server
Host booru
IdentityFile ~/.ssh/hydroxonium
HostName 10.85.3.71
User joe
# Caddy # Caddy
Host caddy Host caddy
IdentityFile ~/.ssh/hydroxonium
HostName 10.85.3.9 HostName 10.85.3.9
User joe User joe
@ -102,7 +123,13 @@ Host stdocker1
HostName 10.20.30.225 HostName 10.20.30.225
IdentityFile ~/.ssh/stdocker IdentityFile ~/.ssh/stdocker
# Work laptop
Host workLaptop
HostName 10.144.236.234
IdentityFile ~/.ssh/hydroxonium
# Argen pi # Argen pi
Host argen Host argen
HostName 10.20.30.224 HostName 10.20.30.224

4
.zshrc
View File

@ -126,6 +126,10 @@ fi
# https://www.reddit.com/r/archlinux/comments/p0y2hs/flatpak/ # https://www.reddit.com/r/archlinux/comments/p0y2hs/flatpak/
alias update="paru -Syu --skipreview; flatpak update; sudo snap refresh" alias update="paru -Syu --skipreview; flatpak update; sudo snap refresh"
# Power
alias upshift="powerprofilesctl set performance"
alias downshift="powerprofilesctl set power-saver"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export FZF_DEFAULT_COMMAND='fdfind --type f' export FZF_DEFAULT_COMMAND='fdfind --type f'