Search found 9027 matches

by andrew
Tue Oct 06, 2015 3:10 pm
Forum: QCAD Suggestions and Feedback
Topic: Re - New Tool, 'Define Polyline widths per segment'
Replies: 3
Views: 11376

Re: Re - New Tool, 'Define Polyline widths per segment'

Ah, strange .As an experiment, I've just selected my '6 segmented' polyline and changed the start and end widths and indeed it did change them but only in the first segment - then exploded the polyline and now I have 6 polylines instead of just one .... but when this is done on a polyline without a...
by andrew
Tue Oct 06, 2015 3:01 pm
Forum: QCAD Suggestions and Feedback
Topic: Re - New Tool, 'Define Polyline widths per segment'
Replies: 3
Views: 11376

Re: Re - New Tool, 'Define Polyline widths per segment'

In the property editor, you can set the start / end width of any individual polyline segment using the index property: Screen Shot 2015-10-06 at 15.58.26.png Note that you can see a small blue circle in the drawing area indicating the currently selected vertex in the property editor. Start and end w...
by andrew
Tue Oct 06, 2015 12:38 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 106018

Re: comma as decimal separator in cnc code

peter: You can now download the latest QCAD/CAM release 3.11.0 which contains a configuration called 'Tnc145'. This should be seen as a starting point for a configuration for your machine. Please test and get back to me with feedback, so I can make the necessary adjustments. You can access your upda...
by andrew
Tue Oct 06, 2015 12:26 pm
Forum: Announcements
Topic: QCAD 3.11.0
Replies: 0
Views: 21254

QCAD 3.11.0

QCAD 3.11.0 has been released with many new tools, features, improvements, added user preferences and a new command line tool: - Draw > Arc with Height - Draw > Ring - Define polyline widths per segment (View > Property Editor) - dwg2maptiles: batch convert drawings to bitmap tiles for use with onli...
by andrew
Mon Oct 05, 2015 10:24 pm
Forum: QCAD Professional
Topic: Zeichnung wird nicht mehr angezeigt
Replies: 2
Views: 4235

Re: Zeichnung wird nicht mehr angezeigt

Die Zeichnung enthält vermutlich sehr grosse Objekte.

Bitte beachten Sie dazu diesen Tip (englisch), wie Sie diese Objekte mit Hilfe von Ansicht > Selektionsfilter löschen können:
viewtopic.php?f=47&t=3702

Wenn's nicht klappt, bitte wie immer Zeichnung (DXF) anhängen.
by andrew
Mon Oct 05, 2015 8:53 pm
Forum: QCAD Professional
Topic: strecken /zeren
Replies: 2
Views: 3491

Re: strecken /zeren

Skalieren kann man eine Auswahl grundsätzlich mit Modifizieren > Skalieren . Da das Schriftfeld von einer anderen Zeichnung eingefügt wird, bietet es sich allenfalls an, direkt beim Einfügen zu skalieren (einfach beim Einfügen, vor der Positionierung den gewünschten Faktor in der Werkzeugleiste oben...
by andrew
Mon Oct 05, 2015 8:49 am
Forum: QCAD Installation and Upgrades
Topic: [solved] Install .tar.gz
Replies: 1
Views: 9450

Re: Install .tar.gz

If the tar.gz has been extracted successfully, you should now see a folder called "qcad-3.10.0-linux-86x_64", inside it, there's the QCAD launch script (a file called 'qcad') which you can start to run QCAD.
by andrew
Sat Oct 03, 2015 5:56 pm
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 106018

Re: comma as decimal separator in cnc code

is it possible to modify a CamExporter.js to get decimal comma? Yes, QCAD/CAM is configured through JavaScript. A comma for X values could for example be forced by overriding getXCode: Tnc145.prototype.getXCode = function(value) { var ret = GCode.prototype.getXCode.call(this, value); return ret.rep...
by andrew
Sat Oct 03, 2015 11:50 am
Forum: QCAD/CAM
Topic: comma as decimal separator in cnc code
Replies: 30
Views: 106018

Re: comma as decimal separator in code constructor

Please elaborate. What do you mean by code constructor? Do you have an example or screenshot? Thanks
by andrew
Fri Oct 02, 2015 8:42 am
Forum: QCAD Tips and Tutorials
Topic: Layers vs. Blocks
Replies: 0
Views: 17847

Layers vs. Blocks

Blocks Blocks (in the context of CAD) are reusable groups with a name. A block might for example represent a piece of furniture in a floor plan or a screw, bolt or washer in a mechanical drawing. Entities can be part of a block or part of the main drawing (in which case they are on the '*Model_Spac...
by andrew
Thu Oct 01, 2015 1:50 pm
Forum: QCAD 'How Do I' Questions
Topic: deleting nodes
Replies: 13
Views: 12492

Re: deleting nodes

You might want to use the property editor (View > Property Editor) to investigate what a 'blue dot' represents: Screen Shot 2015-10-01 at 14.48.57.png Based on your findings, you can then decide if you want to delete or keep the entity. Note that this line is longer than the default tolerance for th...
by andrew
Thu Oct 01, 2015 12:09 pm
Forum: QCAD Suggestions and Feedback
Topic: Delete layer tool
Replies: 2
Views: 7889

Re: Delete layer tool

I've added a feature request for this in the task tracker at:
http://www.qcad.org/bugtracker/index.ph ... sk_id=1273
by andrew
Wed Sep 30, 2015 9:34 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Replace block with same name
Replies: 28
Views: 53033

Re: Replace block with same name

Maybe the new file is not recognized during the script initialization. Any advice? Can you try to change the include from include("ReplaceBlock.js"); to include("scripts/Block/CreateBlock/ReplaceBlock.js"); Also the include of InsertBlockItem.js: include("scripts/Block/InsertBlockItem/InsertBlockIt...
by andrew
Wed Sep 30, 2015 4:44 pm
Forum: QCAD 'How Do I' Questions
Topic: deleting nodes
Replies: 13
Views: 12492

Re: deleting nodes

There are some zero length lines.
You can remove them as follows:
- Modify > Detect Zero-Length Entities
- Click the delete button in the options tool bar:
Screen Shot 2015-09-30 at 17.43.24.png
Screen Shot 2015-09-30 at 17.43.24.png (26 KiB) Viewed 12483 times

Go to advanced search