Author Topic: The mocoro command combines stars with Mirror  (Read 1954 times)

0 Members and 1 Guest are viewing this topic.

hcbn1997

  • Newt
  • Posts: 31
The mocoro command combines stars with Mirror
« 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

hcbn1997

  • Newt
  • Posts: 31
Re: The mocoro command combines stars with Mirror
« Reply #1 on: November 17, 2023, 07:42:45 AM »
This is the lisp I want to fix

ribarm

  • Gator
  • Posts: 3279
  • Marko Ribar, architect
Re: The mocoro command combines stars with Mirror
« Reply #2 on: November 17, 2023, 10:18:15 AM »
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

hcbn1997

  • Newt
  • Posts: 31
Re: The mocoro command combines stars with Mirror
« Reply #3 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

ribarm

  • Gator
  • Posts: 3279
  • Marko Ribar, architect
Re: The mocoro command combines stars with Mirror
« Reply #4 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...???
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

hcbn1997

  • Newt
  • Posts: 31
Re: The mocoro command combines stars with Mirror
« Reply #5 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

hcbn1997

  • Newt
  • Posts: 31
Re: The mocoro command combines stars with Mirror
« Reply #6 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

hcbn1997

  • Newt
  • Posts: 31
Re: The mocoro command combines stars with Mirror
« Reply #7 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

ribarm

  • Gator
  • Posts: 3279
  • Marko Ribar, architect
Re: The mocoro command combines stars with Mirror
« Reply #8 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.
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

hcbn1997

  • Newt
  • Posts: 31
Re: The mocoro command combines stars with Mirror
« Reply #9 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.

ribarm

  • Gator
  • Posts: 3279
  • Marko Ribar, architect
Re: The mocoro command combines stars with Mirror
« Reply #10 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.
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

hcbn1997

  • Newt
  • Posts: 31
Re: The mocoro command combines stars with Mirror
« Reply #11 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

ribarm

  • Gator
  • Posts: 3279
  • Marko Ribar, architect
Re: The mocoro command combines stars with Mirror
« Reply #12 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.
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

hcbn1997

  • Newt
  • Posts: 31
Re: The mocoro command combines stars with Mirror
« Reply #13 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: