Can’t Upload a dxf File Created with QCAD CAM Pro to Internet Machining Sites

Discussions around the CAM Add-On of QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Indicate the post processor used.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
dxffan
Registered Member
Posts: 2
Joined: Sun Jun 25, 2023 9:57 pm

Can’t Upload a dxf File Created with QCAD CAM Pro to Internet Machining Sites

Post by dxffan » Sun Jun 25, 2023 10:49 pm

Hello everyone. This is my first posting to this forum. I recently purchased QCAD CAM version: 3.28.1.0 with the goal to have a dxf file uploaded to CNC machining sites for manufacturing. The detail I need comprises a closed path C-Channel Aluminum track. I’m attaching herewith the ClosedTrack.dxf file I created with the help of the aforementioned QCAD CAM program. The drawing represents only the needed three tool paths, all the rest of the CAD details omitted. It is presumed that the Aluminum slab of the raw material is of perfectly parallel top and bottom surfaces. Also, because the QCAD CAM program doesn’t seem to have a way to indicate the thickness of the raw Aluminum slab, the latter must be of 0.75 inch thickness to begin with. The thickness of the raw Aluminum piece being 0.75 inch, the first trajectory carved (the middle trajectory) would require the milling tool to go as deep as 0.625 inch. This allows for a quasi-3D tooling. The other two trajectories of the tool (the outer and the inner) require the tool to carve the Aluminum to a 0.75 inch depth from the surface accepted as the 0 level. This would allow the inner part and the outer part of the raw material to be removed and as a result a closed 0.75 x 0.75 inch C-Channel to be formed with three 0.125 inch thick walls. I’m trying to upload the described ClosedTrack.dxf diagram, also attached herewith, to various internet CNC manufacturing sites to no avail. Could you advise please what should be changed in order for the drawing of the detail described to become acceptable for manufacturing by CNC machines?
ClosedTrack.dxf
(121.66 KiB) Downloaded 232 times

User avatar
Husky
Moderator/Drawing Help/Testing
Posts: 4943
Joined: Wed May 11, 2011 9:25 am
Location: USA

Re: Can’t Upload a dxf File Created with QCAD CAM Pro to Internet Machining Sites

Post by Husky » Mon Jun 26, 2023 1:13 am

Hi, welcome to the QCAD community.
dxffan wrote:
Sun Jun 25, 2023 10:49 pm
I’m trying to upload the described ClosedTrack.dxf diagram, also attached herewith, to various internet CNC manufacturing sites to no avail. Could you advise please what should be changed in order for the drawing of the detail described to become acceptable for manufacturing by CNC machines?
This drawing is not really a drawing. It contains only QCAD/CAM tool path information which can most likely only be read by QCAD/CAM. If those CNC manufacturing sites do not work with QCAD/CAM then they can't read your drawing.

Common praxis would be to provide a real drawing or preferable a g-code.
Work smart, not hard: QCad Pro
Win10/64, QcadPro, QcadCam version: Current.
If a thread is considered as "solved" please change the title of the first post to "[solved] Title..."

dxffan
Registered Member
Posts: 2
Joined: Sun Jun 25, 2023 9:57 pm

Re: Can’t Upload a dxf File Created with QCAD CAM Pro to Internet Machining Sites

Post by dxffan » Mon Jun 26, 2023 5:11 am

Thanks for the welcome and for the answer. The g-code generated by the QCAD CAM program for the model ClosedTrack.dxf presented in the OP is:

N10 G0 Z25
N20 G0 X3.2135 Y-2.3938
N30 T1 M6
N40 S2500 M03
N50 G0 Z2
N60 G1 Z-0.625 F2
N70 G3 Y-10.6438 I0 J-4.125 F5
N80 G1 X13.2135
N90 G3 Y-2.3938 I0 J4.125
N100 G1 X3.2135
N110 Z2
N120 G0 Y-3.0188
N130 G1 Z-0.75 F2
N140 G3 Y-10.0188 I0 J-3.5 F5
N150 G1 X13.2135
N160 G3 Y-3.0188 I0 J3.5
N170 G1 X3.2135
N180 Z2
N190 G0 Y-1.7688
N200 G1 Z-0.75 F2
N210 G3 Y-11.2688 I0 J-4.75 F5
N220 G1 X13.2135
N230 G3 Y-1.7688 I0 J4.75
N240 G1 X3.2135
N250 Z2
N260 G0 Z25
N270 M30

Will the above, saved as a file with extension SAT, be an acceptable code for a standard CNC machine to produce the detail at hand?

CVH
Premier Member
Posts: 3480
Joined: Wed Sep 27, 2017 4:17 pm

Re: Can’t Upload a dxf File Created with QCAD CAM Pro to Internet Machining Sites

Post by CVH » Mon Jun 26, 2023 6:02 am

dxffan wrote:
Mon Jun 26, 2023 5:11 am
Will the above, saved as a file with extension SAT, be an acceptable code for a standard CNC machine to produce the detail at hand?
There are many dialects of G-Code, normally we use a specific postprocessor that is a match with the CNC driver.

Just present the outline drawing to your CNC manufacturer.
Or you need to know what specific G-Code dialect that is required.

The G-Code sequence you provided is pretty basic, so yes but maybe no.

Regards,
CVH

Post Reply

Return to “QCAD/CAM”