Author Topic: You can change this routine?  (Read 1464 times)

0 Members and 1 Guest are viewing this topic.

yiyorebel

  • Guest
You can change this routine?
« on: April 22, 2010, 04:25:05 PM »
Hi, well the idea is to optimize this routine, the dwg explain how it works and also how it can work to optimize time .... thank you very much.
regards

HasanCAD

  • Swamp Rat
  • Posts: 1420
Re: You can change this routine?
« Reply #1 on: April 23, 2010, 05:28:19 AM »
first of all its good idea, and need some organization

Add underline and dot next to the command

Code: [Select]
(command "_.donut" "0.0" "2.5" pd1 "")instead of
Code: [Select]
(command "donut" "0.0" "2.5" pd1 "")

What about the distance between bars?
What about the gab (cover) distance between the bars and wall edge?

yiyorebel

  • Guest
Re: You can change this routine?
« Reply #2 on: April 23, 2010, 10:36:20 AM »
Hi, thanks for your interest in this routine, the distance between bars is 20 cm. and the distance between the bar and the edge of the wall is 2.5 cm.

I hope it will because I believe this modification will serve well and save you much time.
Thank you very much:wink: