Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi! everyone
-There is my custom snap:
^C^C_OSMODE;1085
I created custom command and set hotkey (F5) for it.
while i drawing, i want to switch beetween my custom snap and perpendicular snap by hotkey . So i copy toggles perpendicular
^P'_.osmode 128 $(if,$(eq,$(getvar,osnapoverride),0),'_.osnapoverride 1)
-Then edit:
^P'_.osmode 128 $(if,$(eq,$(getvar,osnapoverride),1085),'_.osnapoverride 1)
then set hotkey (F6)
-ISSUE:
When i put F6. snap mode switch to perpendicular then not comback to Custom snap.
I dont have exp in lisp and code. Where is wrong in my code!? and how to fix. Many thanks for help
Solved! Go to Solution.