BUG: Edit Toolbar Button Crashes Rhino

I made a nudge button !
Setting Nudge steps for Meters and Millimeters

Discovered some bugs and weird issues:

  1. When editing the Macro or the image, Rhino crashes when i hit “apply”

  2. I can get the button edit to work, by deleting the old one, and make a new one, by filling in the edited content in the Button form.

  3. BUT … now the _Direction interchanges between _Cplane and _View, when i either left click or right click

So the button is kinda useless, because i can not really be sure what direction is set, and I would have to open Settings>ModelingAids>Nudge and make sure the Nudge Direction is set to “Use View Axes” and then it would change again, next time i use the button…

Please check this bug out, thanks :slight_smile:

Here are the Macros, (Thanks to @Helvetosaur )
You can set your own preferred steps in the macro
(well , maybe not, if the bug is still on :rofl:)

I have tried to upload a nice SVG icon, but apparently its not possible to show SVG files ?

Meters

NoEcho ! _-Options
_ModelingAids _Nudge
_AltPlusArrows=_No
_Direction=_View
_Step=0.1
_ControlStep=0.01
_ShiftStep=1.0
_EnterEnd

Millimeters

NoEcho ! _-Options
_ModelingAids _Nudge
_AltPlusArrows=_No
_Direction=_View
_Step=100
_ControlStep=10
_ShiftStep=1000
_EnterEnd

( Nudge Icon )