TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: hcbn1997 on November 17, 2023, 07:41:09 AM

Title: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 17, 2023, 07:41:09 AM
Hello fellow engineers in the forum, I'm new to the forum and have found many great lisp's in the forum.
I have a question that I hope you experts can enlighten me on. I often use the mocoro command because it allows manipulating many commands on one object. But there is a limitation: very often when using mirror, this option is not available.
Experts, please let me know if I want to combine Miror and add it to mocoro, and can this be edited in CAD or do I need to write Lisp. If it's simple, I hope you can write it for me, but if it's difficult, I'll send you the cost.
I found this lisp but it doesn't have a base from the beginning. Please help
Title: Re: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 17, 2023, 07:42:45 AM
This is the lisp I want to fix
Title: Re: The mocoro command combines stars with Mirror
Post by: ribarm on November 17, 2023, 10:18:15 AM
Use mcr.lsp from here :
https://www.cadtutor.net/forum/files/file/49-mcrlsp/
And blockflips.lsp from here :
https://www.cadtutor.net/forum/files/file/48-ddlsp-dwlsp-wwlsp/

Regards, M.R.
Title: Re: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 17, 2023, 11:14:37 AM
Thank you, I searched on google before and found your article. Lisp is great but there is no Mirror command, moreover when using lisp there will be an error. On snap deletes all options
Title: Re: The mocoro command combines stars with Mirror
Post by: ribarm on November 18, 2023, 12:57:26 PM
Thank you, I searched on google before and found your article. Lisp is great but there is no Mirror command, moreover when using lisp there will be an error. On snap deletes all options

(c:mcr) now supports mirror command ("I")... Are you sure you are handling routine as should... What error do you receive...???
Title: Re: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 19, 2023, 07:22:47 PM
Thank you, I searched on google before and found your article. Lisp is great but there is no Mirror command, moreover when using lisp there will be an error. On snap deletes all options

(c:mcr) now supports mirror command ("I")... Are you sure you are handling routine as should... What error do you receive...???
After using mcr, the point capture mode will be unchecked. For example, before I set mid point and end point, but after using mcr, there will no longer be any point capture mode
Title: Re: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 19, 2023, 11:31:02 PM
Thank you, I searched on google before and found your article. Lisp is great but there is no Mirror command, moreover when using lisp there will be an error. On snap deletes all options

(c:mcr) now supports mirror command ("I")... Are you sure you are handling routine as should... What error do you receive...???
Sorry, I got confused with another lisp. Your Lisp is great and it solves all my needs.
However, can you customize it a bit for me:
Q: move
V: mirror
I really thank you very much
Title: Re: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 19, 2023, 11:37:04 PM
Thank you, I searched on google before and found your article. Lisp is great but there is no Mirror command, moreover when using lisp there will be an error. On snap deletes all options

(c:mcr) now supports mirror command ("I")... Are you sure you are handling routine as should... What error do you receive...???
Sorry, I got confused with another lisp. Your Lisp is great and it solves all my needs.
However, can you customize it a bit for me:
Q: move
V: mirror
I really thank you very much
@ribarm =( please help me
Title: Re: The mocoro command combines stars with Mirror
Post by: ribarm on November 20, 2023, 12:29:17 PM
I've briefly updated mcr.lsp...
You can find last version here : https://www.cadtutor.net/forum/files/file/49-mcrlsp/
Or here : https://www.theswamp.org/index.php?topic=40547.msg481693#msg481693

HTH.
M.R.
Title: Re: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 20, 2023, 08:39:36 PM
I've briefly updated mcr.lsp...
You can find last version here : https://www.cadtutor.net/forum/files/file/49-mcrlsp/
Or here : https://www.theswamp.org/index.php?topic=40547.msg481693#msg481693

HTH.
M.R.
Sorry, I got confused with another lisp. Your Lisp is great and it solves all my needs.
However, can you customize it a bit for me:
Q: move
V: mirror
I really thank you very much,Because in an accident I could only use my left hand, both the mouse and the keys, so I wanted the keys to be on the left side of the keyboard.
Title: Re: The mocoro command combines stars with Mirror
Post by: ribarm on November 21, 2023, 10:33:51 AM
I've briefly updated mcr.lsp...
You can find last version here : https://www.cadtutor.net/forum/files/file/49-mcrlsp/
Or here : https://www.theswamp.org/index.php?topic=40547.msg481693#msg481693

HTH.
M.R.
Sorry, I got confused with another lisp. Your Lisp is great and it solves all my needs.
However, can you customize it a bit for me:
Q: move
V: mirror
I really thank you very much,Because in an accident I could only use my left hand, both the mouse and the keys, so I wanted the keys to be on the left side of the keyboard.

Just for your case, I attached slightly changed mcr.lsp here in this post...
HTH.
M.R.
Title: Re: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 22, 2023, 11:19:49 AM
I've briefly updated mcr.lsp...
You can find last version here : https://www.cadtutor.net/forum/files/file/49-mcrlsp/
Or here : https://www.theswamp.org/index.php?topic=40547.msg481693#msg481693

HTH.
M.R.
Sorry, I got confused with another lisp. Your Lisp is great and it solves all my needs.
However, can you customize it a bit for me:
Q: move
V: mirror
I really thank you very much,Because in an accident I could only use my left hand, both the mouse and the keys, so I wanted the keys to be on the left side of the keyboard.

Just for your case, I attached slightly changed mcr.lsp here in this post...
HTH.
M.R.
IT'S SO GREAT, I'M SO THANKFUL TO YOU
THANK YOU SO MUCH FOR YOUR HELP :smitten: :smitten:
I LOVE YOU
Title: Re: The mocoro command combines stars with Mirror
Post by: ribarm on November 22, 2023, 12:25:45 PM
I've briefly updated mcr.lsp...
You can find last version here : https://www.cadtutor.net/forum/files/file/49-mcrlsp/
Or here : https://www.theswamp.org/index.php?topic=40547.msg481693#msg481693

HTH.
M.R.
Sorry, I got confused with another lisp. Your Lisp is great and it solves all my needs.
However, can you customize it a bit for me:
Q: move
V: mirror
I really thank you very much,Because in an accident I could only use my left hand, both the mouse and the keys, so I wanted the keys to be on the left side of the keyboard.

Just for your case, I attached slightly changed mcr.lsp here in this post...
HTH.
M.R.
IT'S SO GREAT, I'M SO THANKFUL TO YOU
THANK YOU SO MUCH FOR YOUR HELP :smitten: :smitten:
I LOVE YOU

However, I strongly suggest that you use versions posted at links, as I've founded some bugs I've debugged and it's difficult for me to work parallel on both versions at the same time...
Thanks for kudos, and take this suggestion sirious...
Regards, M.R.
Title: Re: The mocoro command combines stars with Mirror
Post by: hcbn1997 on November 22, 2023, 07:16:04 PM
I've briefly updated mcr.lsp...
You can find last version here : https://www.cadtutor.net/forum/files/file/49-mcrlsp/
Or here : https://www.theswamp.org/index.php?topic=40547.msg481693#msg481693

HTH.
M.R.
Sorry, I got confused with another lisp. Your Lisp is great and it solves all my needs.
However, can you customize it a bit for me:
Q: move
V: mirror
I really thank you very much,Because in an accident I could only use my left hand, both the mouse and the keys, so I wanted the keys to be on the left side of the keyboard.

Just for your case, I attached slightly changed mcr.lsp here in this post...
HTH.
M.R.
IT'S SO GREAT, I'M SO THANKFUL TO YOU
THANK YOU SO MUCH FOR YOUR HELP :smitten: :smitten:
I LOVE YOU

However, I strongly suggest that you use versions posted at links, as I've founded some bugs I've debugged and it's difficult for me to work parallel on both versions at the same time...
Thanks for kudos, and take this suggestion sirious...
Regards, M.R.
Thank you for your advice, if there is an error I will try to fix it by comparing the lines of code.
Thank you good brothers :uglystupid2: :uglystupid2: :uglystupid2: