Generating G-code, omitting contours
Moderators: SDS, support, admin
-
- Posts: 4
- Joined: 15 Mar 2022, 18:12
Generating G-code, omitting contours
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
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 (87.22 KiB) Viewed 5786 times
Re: Generating G-code, omitting contours
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
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
Chat support on Skype: cadsofttools.support
-
- Posts: 4
- Joined: 15 Mar 2022, 18:12
Re: Generating G-code, omitting contours
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
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 (66.84 KiB) Viewed 5769 times
-
- 4 Contours.PNG (20.18 KiB) Viewed 5769 times
Re: Generating G-code, omitting contours
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.


If all the lines are connected, ABViewer will show 1 contour consisting of 4 lines.
Kind regards,
Svetlana
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.


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
Chat support on Skype: cadsofttools.support
-
- Posts: 4
- Joined: 15 Mar 2022, 18:12
Re: Generating G-code, omitting contours
Hi Svetlana
My machine need to cut 4 contours of the shape.
In this case, should i disconnect all corners by editor?
Best Regards
My machine need to cut 4 contours of the shape.
In this case, should i disconnect all corners by editor?
Best Regards
Re: Generating G-code, omitting contours
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:
Kind regards,
Svetlana
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
%
Svetlana
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 4
- Joined: 15 Mar 2022, 18:12
Re: Generating G-code, omitting contours
Hi Svetlana
Tank you so much
Best Regards
Tank you so much
Best Regards