CamExporter.js not included in package

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
DannyBoyNYC
Registered Member
Posts: 2
Joined: Sun Aug 23, 2015 7:29 pm

CamExporter.js not included in package

Post by DannyBoyNYC » Sun Aug 23, 2015 8:36 pm

HI there,

I see that this has been posted before but once again the referenced file CamExporter.js in the first line of GCode.js is not present in the download package (latest version of app download for MacOS)

include("scripts/Cam/CamExport/CamExporter.js");

I downloaded the Windows version and could not find it there either.

Is this file/directory available somewhere? I see that there are a number of people using this so there must be some minor oversight on my part.

I am evaluating this for use on a Mac connecting to Shapeoko3.

Image

Thanks,
Daniel

User avatar
srl
Full Member
Posts: 65
Joined: Tue Aug 09, 2011 4:40 am

Re: CamExporter.js not included in package

Post by srl » Mon Aug 24, 2015 2:22 am

Hi Daniel

I be leave its been compiled into a add on is that right Andrew ?
I got a copy by breaking gcode.js and copy- paste from the debugger.

gcode.js seems to be broken in the latest release with some functions being replaced with the following -

GCode.prototype.getRapidMoveCodePostfix = function() {
return "";
};

GCode.prototype.getLinearMoveCodePostfix = function() {
return "";
};


GCode.prototype.getCircularCWMoveCodePostfix = function() {
return "";

srl

User avatar
andrew
Site Admin
Posts: 9059
Joined: Fri Mar 30, 2007 6:07 am

Re: CamExporter.js not included in package

Post by andrew » Mon Aug 24, 2015 9:34 am

Yes, please update GCode.js with this new version:
GCode.js
(11.49 KiB) Downloaded 592 times
CamExporter.js is compiled in like many other internal resources, that's correct.

DannyBoyNYC
Registered Member
Posts: 2
Joined: Sun Aug 23, 2015 7:29 pm

Re: CamExporter.js not included in package

Post by DannyBoyNYC » Tue Aug 25, 2015 3:41 am

Thanks a lot Andrew.

This application looks promising so I hope this works out. There is a huge need for something that combines CAD and CAM that runs on MacOS.

Post Reply

Return to “QCAD/CAM”