Compare commits
No commits in common. "a3c32d0e1962b84102f1e9beb51a182c239a657a" and "f619b691e913ba3e2a1f831781a94fa6ed276212" have entirely different histories.
a3c32d0e19
...
f619b691e9
|
@ -1,8 +0,0 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Macro Begin: /home/joe/.FreeCAD/Macro/DisableDominantMode.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
|
|
||||||
import FreeCAD
|
|
||||||
|
|
||||||
# Gui.runCommand('Std_DlgMacroRecord',0)
|
|
||||||
# Gui.runCommand('Std_DlgCustomize',0)
|
|
||||||
# Macro End: /home/joe/.FreeCAD/Macro/DisableDominantMode.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
@ -1,8 +0,0 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Macro Begin: /home/joe/.FreeCAD/Macro/EnableDominantMode.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
|
|
||||||
import FreeCAD
|
|
||||||
|
|
||||||
# Gui.runCommand('Std_DlgMacroRecord',0)
|
|
||||||
# Gui.runCommand('Std_DlgCustomize',0)
|
|
||||||
# Macro End: /home/joe/.FreeCAD/Macro/EnableDominantMode.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
|
|
File diff suppressed because one or more lines are too long
|
@ -1,9 +1,5 @@
|
||||||
# SSH For my own hosts
|
# SSH For my own hosts
|
||||||
# Supermicro machine in the server rack
|
# Supermicro machine in the server rack
|
||||||
Host 10.85.3.39
|
|
||||||
HostName 10.85.3.39
|
|
||||||
User joe
|
|
||||||
|
|
||||||
Host cobalt
|
Host cobalt
|
||||||
HostName 10.85.3.6
|
HostName 10.85.3.6
|
||||||
User root
|
User root
|
||||||
|
@ -33,11 +29,6 @@ Host houston
|
||||||
HostName 10.85.3.39
|
HostName 10.85.3.39
|
||||||
User joe
|
User joe
|
||||||
|
|
||||||
# Steamcache
|
|
||||||
Host steamcache
|
|
||||||
HostName 10.85.3.60
|
|
||||||
User joe
|
|
||||||
|
|
||||||
|
|
||||||
# Robotics
|
# Robotics
|
||||||
# 1721's main NAS
|
# 1721's main NAS
|
||||||
|
|
Loading…
Reference in New Issue