Search found 9017 matches

by andrew
Mon Jan 19, 2015 3:34 pm
Forum: QCAD 'How Do I' Questions
Topic: How do I force CAM to set gcode on every line
Replies: 9
Views: 8190

Re: How do I force CAM to set gcode on every line

I cannot reproduce this. I'm using your exact configuration from above with the additional three lines I've posted.

Common mistakes are:
- QCAD/CAM not restarted after changing configuration
- Looking at the wrong output data (old version of a file, wrong file)
by andrew
Mon Jan 19, 2015 2:49 pm
Forum: QCAD 'How Do I' Questions
Topic: How do I force CAM to set gcode on every line
Replies: 9
Views: 8190

Re: How do I force CAM to set gcode on every line

Please add the following lines to your configuration:
ruijie.prototype.gotModeChange = function(m) {
    return true;
};
by andrew
Mon Jan 19, 2015 2:41 pm
Forum: QCAD Professional
Topic: Sprache ändern
Replies: 1
Views: 3094

Re: Sprache ändern

Beim ersten Start von QCAD werden Sie gefragt in welcher Sprache die Benutzeroberfläche dargestellt werden soll. Dieser Dialog wird je nach Systemeinstellungen in Deutsch oder Englisch angezeigt: Screen Shot 2016-12-30 at 10.16.17.png Hier können Sie die Sprache ändern in Deutsch / German : Screen S...
by andrew
Mon Jan 19, 2015 2:37 pm
Forum: QCAD Professional
Topic: Sprache ändern
Replies: 1
Views: 3094

Sprache ändern

Von einem QCAD Benutzer:
Wie kann ich die Sprache der Applikationsoberfläche ändern?
by andrew
Mon Jan 19, 2015 11:36 am
Forum: QCAD 'How Do I' Questions
Topic: How do I force CAM to set gcode on every line
Replies: 9
Views: 8190

Re: How do I force CAM to set gcode on every line

Please attach the complete configuration you are currently using (.js file), thanks.
by andrew
Mon Jan 19, 2015 11:35 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Save Persistent Data within QCAD App
Replies: 4
Views: 6290

Re: Save Persistent Data within QCAD App

Qt comes with classes for XML reading ( QXmlSimpleReader , QXmlInputSource , QXmlDefaultHandler ) and writing ( QXmlStreamWriter ). I've added two brief examples that demonstrate reading and writing of XML data. XML Import: Save these two files into scripts/Misc/Examples/IOExamples/ExXmlImport of yo...
by andrew
Mon Jan 19, 2015 11:26 am
Forum: QCAD Installation and Upgrades
Topic: [solved] Installation of Qcad on Ubuntu 14.04lts
Replies: 6
Views: 16695

Re: Installation of Qcad on Ubuntu 14.04lts

Did you read through the installation instructions? You have to make the file executable and then run it.
by andrew
Mon Jan 19, 2015 11:04 am
Forum: QCAD Installation and Upgrades
Topic: [solved] Installation of Qcad on Ubuntu 14.04lts
Replies: 6
Views: 16695

Re: Installation of Qcad on Ubuntu 14.04lts

neshen wrote:Do you think I should install it using the .run bundle??
Yes. The .tar.gz is an archive (like .zip), not an installer.
by andrew
Mon Jan 19, 2015 10:15 am
Forum: QCAD Installation and Upgrades
Topic: [solved] Installation of Qcad on Ubuntu 14.04lts
Replies: 6
Views: 16695

Re: Installation of Qcad on Ubuntu 14.04lts

Hi, Installing from the tar.gz bundle will not create any icons or link file types to QCAD. If you wish to have an icon on your desktop and link DXF and DWG files to QCAD, please use the installer instead (.bin). For detailed installation instructions, please refer to our web site at: http://www.qca...
by andrew
Mon Jan 19, 2015 10:05 am
Forum: QCAD Troubleshooting and Problems
Topic: [SOLVED] ECMA Script problem
Replies: 2
Views: 3789

Re: ECMA Script problem

The tutorial was indeed outdated. It actually created an entriy in Misc > Script Tutorials

I've updated the tutorial / sources to do what it says it does again:
http://www.qcad.org/doc/qcad/latest/dev ... _bars.html
by andrew
Fri Jan 16, 2015 1:46 pm
Forum: QCAD 'How Do I' Questions
Topic: creating a mask for lithography
Replies: 2
Views: 3471

Re: creating a mask for lithography

First, you might want to disable automatic color correction to make sure that black is always displayed as black and white as white, even if the background is the same color: Edit > Application Preferences > Graphics View > Appearance > Color Adjustment: Screen Shot 2015-01-16 at 13.39.34.png After ...
by andrew
Thu Jan 15, 2015 8:35 pm
Forum: QCAD Troubleshooting and Problems
Topic: Half degrees of an angle
Replies: 4
Views: 6406

Re: Half degrees of an angle

You can adjust dimension label rounding / precision under:
Edit > Drawing Preferences > Dimension > Dimension Settings
Screen Shot 2015-01-15 at 20.34.08.png
Screen Shot 2015-01-15 at 20.34.08.png (96.51 KiB) Viewed 6402 times
If you want to make this the default for new drawings, use:
Edit > Application Preferences > Defaults For New Drawings > Dimension Settings
by andrew
Thu Jan 15, 2015 8:04 pm
Forum: QCAD 'How Do I' Questions
Topic: Paste multiple items along entity question
Replies: 2
Views: 7429

Re: Paste multiple items along entity question

OK - please show us if you have something to demonstrate this tool :)
by andrew
Thu Jan 15, 2015 8:01 pm
Forum: QCAD 'How Do I' Questions
Topic: Paste multiple items along entity question
Replies: 2
Views: 7429

Re: Paste multiple items along entity question

I hope it will be useful for cases like this one discussed in the forum recently:
viewtopic.php?f=107&t=3156
by andrew
Thu Jan 15, 2015 7:37 pm
Forum: QCAD 'How Do I' Questions
Topic: Paste multiple items along entity question
Replies: 2
Views: 7429

Re: Paste multiple items along entity question

I cannot reproduce this here.

Note that the preview is limited to 10 instances, simply to avoid a slow-down during preview when pasting an item 2000 times. As soon as you click the target entity, all 2000 copies are created.

Go to advanced search