Search found 58 matches

by cmcgrath5035
Sun Apr 20, 2014 3:33 am
Forum: QCAD/CAM
Topic: Using QCADCAM for Engraving Text
Replies: 6
Views: 16052

Re: Using QCADCAM for Engraving Text

I hate it when that happens. My To-Try List: 1. Generate non-optimized GCode from the exploded file, for comparison. I tried this and found that all characters are normal, the GCode file ony a few kB larger than with un-exploded fonts. So I tried generating with optimized code again; similar good re...
by cmcgrath5035
Sat Apr 19, 2014 3:02 pm
Forum: QCAD/CAM
Topic: Using QCADCAM for Engraving Text
Replies: 6
Views: 16052

Re: Using QCADCAM for Engraving Text

FYI, I just upgraded to 3.4.7, but don't expect that will change anything here. Edit > Application Preferences > Modify > Explode My current settings are the defaults, I believe; spline segments=64 and Ellipse segments=32. Be sure to save the drawing under a new name (e.g. mydrawing_exploded.dxf or ...
by cmcgrath5035
Sat Apr 19, 2014 12:50 am
Forum: QCAD/CAM
Topic: Using QCADCAM for Engraving Text
Replies: 6
Views: 16052

Re: Using QCADCAM for Engraving Text

No, please note that the log file is generated for debugging purposes and will eventually not be generated anymore. OK, I guess. I won't bother asking how to write into this log file from the machine configuration. Exploding the texts (as well as other entities if desired) is the best option. Be su...
by cmcgrath5035
Fri Apr 18, 2014 2:18 pm
Forum: QCAD/CAM
Topic: Using QCADCAM for Engraving Text
Replies: 6
Views: 16052

Using QCADCAM for Engraving Text

I am still running 3.4.6Pro on openSUSE Linux 13.1 My current project is the design of text lettering plates to be engraved in multi-layer plastic. I used the Cyrillic_II single stroke font. I have run several iterations and generated GCode for my machine, with generally good results (some early mac...
by cmcgrath5035
Wed Apr 16, 2014 2:46 pm
Forum: QCAD 'How Do I' Questions
Topic: How Do I - Post reference to another thread on the forum
Replies: 2
Views: 4806

Re: How Do I - Post reference to another thread on the forum

Ah so, I had pasted the URL, then highlighted it and pressed the URL button.

Obviously missed the "h" in "http:....."h''
by cmcgrath5035
Wed Apr 16, 2014 1:43 pm
Forum: QCAD 'How Do I' Questions
Topic: How Do I - Post reference to another thread on the forum
Replies: 2
Views: 4806

How Do I - Post reference to another thread on the forum

This might belong in a more generic forum location. I tried to use the URL button to link to a previous forum topic in a new topic I was creating. The URL was something like http://www.qcad.org/rsforum/viewtopic.php?f=74&t=2851 Your spam blocker did not allow it, Is there a way to create a click-abl...
by cmcgrath5035
Wed Apr 16, 2014 1:34 pm
Forum: QCAD/CAM
Topic: New machine configuration based on GCode.js
Replies: 0
Views: 6865

New machine configuration based on GCode.js

I have completed the conversion of a hack discussed in a previous "hack help" thread to a 'more proper' implementation. It is targeted at my ShapeOko machine but obviously rather generic. My main objectives were to add some identifying information to the GCode file, add basic spindle On/Off manageme...
by cmcgrath5035
Tue Apr 15, 2014 8:20 pm
Forum: QCAD 'How Do I' Questions
Topic: How Do I - Debug Scripts
Replies: 2
Views: 6605

Re: How Do I - Debug Scripts

debugger; sets a break point, i.e. the script debugger will pop up if that statement is hit and script debugging is enabled (-enable-script-debugger). Well, I wasn't sure exactly what ...the script debugger... meant, so when in doubt, try something! Ah so, it is the QT Script debugger that pops up!...
by cmcgrath5035
Tue Apr 15, 2014 2:26 pm
Forum: QCAD Troubleshooting and Problems
Topic: File-Open failure
Replies: 3
Views: 6883

Re: File-Open failure

:oops: It would appear that in my initial attempts to debug KDE desktop crashes that **appeared** to be QCAD related I borked the script ...../scripts/OpenFile/OpenFile.js while chasing the error message related to KGlobal::locale():. A clean unpacking of QCADCAM 3.4.6 works fine MY bad.... :oops: P...
by cmcgrath5035
Mon Apr 14, 2014 3:26 pm
Forum: QCAD Troubleshooting and Problems
Topic: File-Open failure
Replies: 3
Views: 6883

Re: File-Open failure

Thanks for the quick response. I suspect it is related to your comment: "...this is either a bug between Qt and KDE or due to the fact that we use Qt 4.8.4 which might simply not support your updated KDE version." I'll pursue this on openSUSE forum and see what I can find. Something is for sure chan...
by cmcgrath5035
Mon Apr 14, 2014 2:31 pm
Forum: QCAD Troubleshooting and Problems
Topic: File-Open failure
Replies: 3
Views: 6883

File-Open failure

I apologize up front for for less than precise terminology. I run QCADCAM-Pro 3.4.6 on openSUSE 13.1 KDE 4.12.4 uname -a Linux PVE-LinuxSRV5 3.11.10-9.gdf9697b-desktop #1 SMP PREEMPT Wed Jan 8 15:41:04 UTC 2014 (df9697b) x86_64 x86_64 x86_64 GNU/Linux Overall performance and operation has been excel...
by cmcgrath5035
Mon Apr 14, 2014 1:27 pm
Forum: QCAD 'How Do I' Questions
Topic: How Do I - Debug Scripts
Replies: 2
Views: 6605

How Do I - Debug Scripts

I am continuing to refine my machine config scripts for CAM export, learning (hacking thru) JavaScript along the way. Forum items and http://www.qcad.org/doc/qcad/latest/developer/index.html provide a lot of information and useful examples. Is there a consolidate description of debugging resources a...
by cmcgrath5035
Sat Apr 12, 2014 7:41 pm
Forum: QCAD/CAM
Topic: GCode by Layer?
Replies: 1
Views: 6657

GCode by Layer?

Is there a relatively straightforward tweak to the machine configuration files that would force GCode to be created "by layer" but all in the same file? I realize layers can me named arbitrarily, so perhaps creating Gcode by layer name ion alphabetical order would be the default. Clearly, I can make...
by cmcgrath5035
Fri Apr 04, 2014 12:33 pm
Forum: QCAD/CAM
Topic: GCode.js hack help needed
Replies: 9
Views: 19080

Re: GCode.js hack help needed

Thanks once again, Andrew. So for anyone interested, my modified GCode.js header section is now GCode.prototype.writeHeader = function() { //cjm add header lines to the GCode file this.writeLine("(GCode generated by QCAD on " + getDateTime() + ")"); //Insert a comment in GCode file this.writeLine("(...
by cmcgrath5035
Fri Apr 04, 2014 3:29 am
Forum: QCAD/CAM
Topic: GCode.js hack help needed
Replies: 9
Views: 19080

Re: GCode.js hack help needed

this.fileName returns the full path for the GCode file.nc.

What I would like is the filename for the dxf design file that is being used as the source for the GCode.

Thanks

Go to advanced search