Search found 58 matches

by cmcgrath5035
Mon Mar 31, 2014 10:56 am
Forum: QCAD/CAM
Topic: GCode.js hack help needed
Replies: 9
Views: 19265

Re: GCode.js hack help needed

Thanks, Andrew
by cmcgrath5035
Sat Mar 29, 2014 9:34 pm
Forum: QCAD/CAM
Topic: GCode.js hack help needed
Replies: 9
Views: 19265

Re: GCode.js hack help needed

Is there a method to access the current file name ( the file.dxf that is being processed by the GCode generator) from within GCode.js?
I would like to add that to the GCode file as well
by cmcgrath5035
Sat Mar 29, 2014 12:46 pm
Forum: QCAD/CAM
Topic: GCode.js hack help needed
Replies: 9
Views: 19265

Re: GCode.js hack help needed

If anyone is interested in how this came out, here is my completed hack: I added this function definition (from web search) to GCode.js //cjm Pulled this function from internet // It builds date sting -> 2013/10/04 08:51:32 function getDateTime() { var now = new Date(); var year = now.getFullYear();...
by cmcgrath5035
Fri Mar 28, 2014 6:18 pm
Forum: QCAD/CAM
Topic: GCode.js hack help needed
Replies: 9
Views: 19265

Re: GCode.js hack help needed

Thanks Andrew.
I started down that path then got sort of confused as to how much of the GCode functionality needed to be replicated in my Local script, so took the hack path for the moment.
I plan to go back and do it 'right' when I have a bit more time.
by cmcgrath5035
Fri Mar 28, 2014 2:32 pm
Forum: QCAD/CAM
Topic: GCode.js hack help needed
Replies: 9
Views: 19265

GCode.js hack help needed

Andrew First- I like 3.4.6-pro - CAM simulation working well 8) I am hacking your GCode.js script to customize the output for my CNC I want the file.nc to be self documenting a bit, as I use a few different GCode generators. Here is a snippet: GCode.prototype.writeHeader = function() { //cjm add hea...
by cmcgrath5035
Fri Dec 06, 2013 6:41 pm
Forum: QCAD Suggestions and Feedback
Topic: SaveAs dialog - file naming
Replies: 3
Views: 7204

Re: SaveAs dialog - file naming

OS - openSUSE 12.3 and KDE 4.11.3 desktop
by cmcgrath5035
Fri Dec 06, 2013 1:35 pm
Forum: QCAD Suggestions and Feedback
Topic: SaveAs dialog - file naming
Replies: 3
Views: 7204

SaveAs dialog - file naming

This may be a feature request or may be a buglet introduced in 3.4.x. I tend to use file names like this --> Dash 3.7 Plate work3.dxf When I open it, usually from the Recent Files option, loads fine. I make mods, decide I want to save a new revision, lets say Dash 3.7 Plate work4.dxf With QCAD 3.4.x...
by cmcgrath5035
Sun Oct 27, 2013 1:35 pm
Forum: QCAD 'How Do I' Questions
Topic: Getting started with CAM add-on
Replies: 4
Views: 7739

Re: Getting started with CAM add-on

I have been reading thru the doc folder under camexpert.

Is there a way to access CAM Simulation under the QCADCAM 3.4.2 combined package?
by cmcgrath5035
Fri Oct 25, 2013 7:11 pm
Forum: QCAD 'How Do I' Questions
Topic: Getting started with CAM add-on
Replies: 4
Views: 7739

Re: Getting started with CAM add-on

Thanks, I now see the config window and can move forward figuring things out.
by cmcgrath5035
Fri Oct 25, 2013 1:26 pm
Forum: QCAD 'How Do I' Questions
Topic: Getting started with CAM add-on
Replies: 4
Views: 7739

Getting started with CAM add-on

I recently added CAM to my QCAD 3.4.0 (Linux openSUSE 12.3) Started by experimenting with a simple drawing (circle and line) to experiment with GCode process. Selecting CAMExport shows the command in the command window, but nothing seems to happen. I am moderately familiar with GCode, never used CAM...
by cmcgrath5035
Thu Aug 22, 2013 7:13 pm
Forum: QCAD Troubleshooting and Problems
Topic: segmentation fault for qcad 3.0 prof [solved]
Replies: 22
Views: 57073

Re: segmentation fault for qcad 3.0 prof [solved]

A final comment for anyone who might come upon this topic looking for a real solution. For my systems, openSUSE12.3 64 bit,kept very up to date, the issue seems to exist only for KDE desktops (at least for 4.10.5). Both Gnome and XFCE desktops on the same install seem OK for qcadPro 3.0.0 as well as...
by cmcgrath5035
Wed Aug 21, 2013 1:48 am
Forum: QCAD Troubleshooting and Problems
Topic: segmentation fault for qcad 3.0 prof [solved]
Replies: 22
Views: 57073

Re: segmentation fault for qcad 3.0 prof [solved]

OK, the good news - Qcad 3.2.1 (Trial Version) seems fine on my updated system. Starts, loads a complex dxf developed over the past year. I can report no useful progress on resolving why 3.0.0 will not run on openSUSE after recent updates (12.3 64 bit) I dug thru all the libraries identified by 'ldd...
by cmcgrath5035
Sun Aug 18, 2013 9:06 pm
Forum: QCAD Troubleshooting and Problems
Topic: segmentation fault for qcad 3.0 prof [solved]
Replies: 22
Views: 57073

Re: segmentation fault for qcad 3.0 prof [solved]

An update for anyone who might stumble upon this thread. I installed a VirtBox VM for openSUSE 12.3 (_64) from the dvd download and confirmed that qcad Pro 3.0.0 runs with that version. I also find that "LD_LIBRARY_PATH=. ldd ./qcad-bin" on both the VM and my current (updated) 12.3 system yields ide...
by cmcgrath5035
Sat Aug 17, 2013 1:07 pm
Forum: QCAD Troubleshooting and Problems
Topic: segmentation fault for qcad 3.0 prof [solved]
Replies: 22
Views: 57073

Re: segmentation fault for qcad 3.0 prof [solved]

Thanks for the 'ldd' suggestion., extremely helpful.
The bad news is that ldd reports no missing libraries, so I suspect one of the bundled libraries (the libQTs) has become incompatible with openSUSE 12.3 after the recent update.
I'll pursue that path for a bit
by cmcgrath5035
Thu Aug 15, 2013 11:11 pm
Forum: QCAD Troubleshooting and Problems
Topic: segmentation fault for qcad 3.0 prof [solved]
Replies: 22
Views: 57073

Re: segmentation fault for qcad 3.0 prof [solved]

Thanks for the suggestion.
I moved a copy of the 32 bit versions of both to the qcad 3.0.0 directory,but it does not correct the issue.
I'll dig a bit more over the weekend.

Go to advanced search