Generating G-code, omitting contours

Discuss and ask questions about ABViewer.

Moderators: SDS, support, admin

Post Reply
Kim Hoejin
Posts: 4
Joined: 15 Mar 2022, 18:12

Generating G-code, omitting contours

Post by Kim Hoejin » 16 Mar 2022, 03:28

Hi, everyone

In ABViewr V14.1, I've tried to generate simple dwg to G-code as attached.
Processing queue makes only 2 contours, but i need 4 contours.
Which setting are wrong?

Thanks
Attachments
ABViewer-G-code.PNG
ABViewer-G-code.PNG (87.22 KiB) Viewed 5786 times

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Generating G-code, omitting contours

Post by support » 16 Mar 2022, 15:47

Hi,

The current version of ABViewer doesn't enable to create different contours in one entity.

Can you please describe your task? Do you need to configure different settings for these 4 contours?

Kind regards,
Svetlana
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Kim Hoejin
Posts: 4
Joined: 15 Mar 2022, 18:12

Re: Generating G-code, omitting contours

Post by Kim Hoejin » 16 Mar 2022, 18:16

Hi Svetlana

My machine can move 4 contours as attached (4Contours.PNG).

At first time, i have gotten 4 contours with this version of ABViewer.
But now I can not select other 2 contours as attached ( 2Contours.PNG)
What is problem?
Is there any restriction at software?

Regards
Attachments
2 Contours.PNG
2 Contours.PNG (66.84 KiB) Viewed 5769 times
4 Contours.PNG
4 Contours.PNG (20.18 KiB) Viewed 5769 times

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Generating G-code, omitting contours

Post by support » 17 Mar 2022, 14:26

Hi,

I have examined the file you sent. If you zoom in the top left corner and the bottom left corner, you can see that the lines are not connected. That is why you have two contours.

Image

Image

If all the lines are connected, ABViewer will show 1 contour consisting of 4 lines.

Kind regards,
Svetlana
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Kim Hoejin
Posts: 4
Joined: 15 Mar 2022, 18:12

Re: Generating G-code, omitting contours

Post by Kim Hoejin » 18 Mar 2022, 13:32

Hi Svetlana

My machine need to cut 4 contours of the shape.
In this case, should i disconnect all corners by editor?

Best Regards

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Generating G-code, omitting contours

Post by support » 18 Mar 2022, 16:46

Hi,

This one contour consists of 4 entities. Every its line/arc will be cut off.

Please take a look at the generated G-code:

Code: Select all

%
N5 G00 G90 G17 G21 F450
N10 X-48.21873 Y783.45403 
N15 M3
(Left line)
N20 G01 X252.61388 Y5265.38725 
N25 M5
N30 G00 X-50. Y775.94113 
N35 M3
(Bottom arc)
N40 G03 X11951.78127 Y775.45403 I6001.78127 J21944.42939
(Right line)
N45 G01 X11650.41411 Y5265.35134
(Top arc)
N50 G02 X253.14843 I-5698.63284 J20842.67028
N55 M5
N60 G00 X0. Y0. 
N65 M30
%     
Kind regards,
Svetlana
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Kim Hoejin
Posts: 4
Joined: 15 Mar 2022, 18:12

Re: Generating G-code, omitting contours

Post by Kim Hoejin » 21 Mar 2022, 07:02

Hi Svetlana

Tank you so much

Best Regards

Post Reply