Change alias to macro

master
kliment 2011-06-09 08:21:22 +02:00
parent 95ce7969c6
commit dfebc573a2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Sample .pronsolerc file - copy this into your home directory
alias up move Z 10
alias loud !self.p.loud = 1
alias quiet !self.p.loud = 0
macro up move Z 10
macro loud !self.p.loud = 1
macro quiet !self.p.loud = 0