Message 1 of 2
User defined functions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there was a way for me to define a function so I can use it instead of repeating the entire expression every time I want to use it?
The function I have in mind is basically a snap function:
zsnap(x)=layer_height*round(x/layer_height)
It would be very useful if I could define this so when entering a value for a extrusion, etc. I could type zsnap(10+param1-param2... etc) to snap the value as desired