Commit dfebc573 authored by kliment's avatar kliment

Change alias to macro

parent 95ce7969
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment