QCAD Bugtracker

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)

IDCategoryTask TypeSeveritySummary  descStatusProgress
 847 QCAD (main)Bug ReportMedium Info - Distance PP, EP: ruler ticks too dense Closed
100%
Task Description

Info tools show too many ticks which leads to slow down / crash.

 1607 QCAD (main)SuggestionVery Low Indent 'Spline Segments:' in explode preferences Closed
100%
1 Task Description

 FS#1604  was issued because of non-intuitive hierarchy of the preferences for the Explode function.
The task comment recieved explains the funcionallity in details not found elsewhere.

Indentation of the phrase ‘Spline Segments:’ suggest hierarchy.
Graying out the drop down box for the number of spline segments establish hierarchy.

 677 QCAD (main)Bug ReportLow Incorrect rendering of the drawings with the dwg2pdf to ...Closed
100%
1 Task Description

Incorrect rendered faltering types of lines with the dwg2pdf tool.
Some of them: “DOT”, “DOT2”, “CENTER2”, “BORDER2”, “DASHDOT2”, “DIVIDE2”, “DASHED2” and others.
Lines are drawn by the “compressed”.
But when exporting through the menu “File” → “PDF Export”, lines are drawn as expected!
I attach two files as an example.

P.S.
Excuse me and “Google Translate” for my English :)

 1299 QCAD (main)Bug ReportLow Incorrect printing scale behaviour Closed
100%
Task Description

In Printpreview. Scaling the print does not scale the drawing smaller, but the paper -size larger. This is unexpected.

One should scale the drawing down to available paper size, not the other way.

Scaling is not done at the natural intuitive analog manner, with surprising results.

When scaling, all visible attributes becomes smaller; lineweigth too

See added pdf.

 2395 QCAD (main)Bug ReportLow Incorrect new lightyear conversion value Closed
100%
Task Description

Seen
https://github.com/qcad/qcad/commit/302010556a077f71b3de6c3c0f8f3df0282a5da9 And that all entries are a division by 1000

It is exactly 9 460 730 472 580 800 meter
To return a correct factor to meters the value must be a factor 1000 larger.

131 return 9460730472580800000 / 1000;

More info:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=9506&p=38295#p38295

Kind regards,
CVH

 1829 QCAD (main)Bug ReportLow Incorrect font weights in macOS 10.14 Mojave Closed
100%
Task Description

See QTBUG-69955 which affects QCAD on Mojave:
https://bugreports.qt.io/browse/QTBUG-69955

 1872 QCAD Community EditionSuggestionLow inconsistent color of the active layer icon for dark th ...Closed
100%
Task Description

Hello

So, I think .. that when the dark scheme has been chosen
the eye color for the active layers should be white
(similar to the list of blocks).

Best regards
Jacek

 871 QCAD (main)Bug ReportLow Incompatible text line feeds Closed
100%
Task Description

Editing text in QCAD leads to line feeds that are incompatible with some other products (\p instead of \P).

2555QCAD/CAMSuggestionLowInclude tool description when selecting a tool.Assigned
0%
Task Description

Andrew,

At present QCAD/CAM the tool drop-down box displays tool number and diameter between brackets.

It would be more appropriate to display if it is a mill or a drill and/or the description of such.
In a further stage of development ball-nose ... Conical ... And so on.

I have several specialized mills with the same diameter.
End-mills, roughing mills, routing mills, face mills ....

Tools 1(ø6mm) or 2(ø6mm) don’t say much if tool 1 is a side-mill and tool 2 is a high speed drill for metal.

Related forum topic:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=10722

Regards,
CVH

 357 ECMAScriptBug ReportLow include should raise exception if file not found Closed
100%
Task Description

include() should raise exception if file not found.

This is actually the case but does not seem to work properly.

2371QCAD (main)SuggestionLowInclude more properties for polylines in the Selection ...Assigned
0%
1 Task Description

Andrew,

Not OS or Version depending.

We can’t filter on some specific properties of polylines.

Handy would be:
- Global Width
- Orientation

Specific:
- Polyline Pattern
But I don’t really search for them ... For some post-op I just need them all to be set to ‘No’.
- # of vertices
Filtering the complex from the more simple ones.
- Including Bulges or not
To seperate polylines with arc segments form others.
There some operations that don’t really work with bulging.
- Z values and/or global Z
This would make sense for some but filtering on Z is not common under QCAD as it is 2D.

Regards,
CVH

 2426 QCAD (main)Feature RequestLow Include linear scale for Arc Length Dimension Closed
100%
1 Task Description

Additional to  FS#2425 

Include scale option in Option Toolbar for Arc Length Dimensions.
Include scaling RDimArcLengthData by linear factor.

Regards,
CVH

2506QCAD/CAMFeature RequestLowInclude arc segmentation for 'milling' On-Path.Assigned
0%
3 Task Description

Related forum topic:
https://www.qcad.org/rsforum/viewtopic.php?f=74&t=10468

For ‘milling’ on path it doesn’t consider

this.arcInterpolation = true

in the custom postprocessor nor the checked option in the CAM Configuration Dialog.

As far as detected the CamArcInterpolation checkbox of the CAM Configuration Dialog is unrelated to the this.arcInterpolation in the postprocessor.

Regards,
CVH

2418QCAD/CAMFeature RequestLowInclude a GroupCustom widget in CAM Toolpath dialogs.Assigned
0%
2 Task Description

Andrew,

Unrelated to OS or QCAD version.

In the postprocessor configuration dialog there is a group box called ‘GroupCustom’.
One can add custom widgets to that, rename it and so on.

Such is not provided in CamProfileToolpathDialog.ui or CamDrillToolpathDialog.ui

It should be possible but we aren’t really able to mix up things with the ‘Message’ QLabel ...
A reserved QGroupBox would do the trick. ;-)

Related topic:
https://www.qcad.org/rsforum/viewtopic.php?f=74&t=9647

Regards,
CVH

 2276 QCAD (main)SuggestionVery Low Include 'polylines' & 'splines' in messages of Polyline ...Closed
100%
Task Description

Polyline from segments (OG):

The StatusTip reads:
“Create polyline from existing, connected line and arc segments”.

The CommandPrompt and LeftMouseTip both read:
“Choose line or arc segment or polyline”.

The tool let us pick 4 types of entities:
... A line, an arc, a polyline and also a spline entity.

If the picked entity is not one of these 4 types we get the warning message:
“Entity is not a line, arc or polyline.”

The tool prepends/appends 4 types of entities:
line, arc and polyline entities and also spline entities approximated by arcs.

Wouldn’t it be more appropriate if the tool mention all 4 types?

e.g.
StatusTip:
“Create polyline from existing, connected lines, arcs, polylines and splines”

CommandPrompt, LeftMouseTip:
“Choose line or arc segment or polyline or spline”

Warning:
“Entity is not a line, arc, polyline or spline.”

Regards,
CVH

645QCAD (main)Bug ReportLowInch - Layerdata / Linewight still in mm ...Assigned
0%
Task Description

Drawing Unit is in “Inch” but the Layer Data (Line wight) is in “mm” ....

I like it ;-) ... but maybe I’m the only one :-(

 2267 QCAD (main)Bug ReportLow In-place block editing: some block references not faded Closed
100%
Task Description

I noticed a bug while editing blocks in place. When I opt to edit in place, most of the surrounding blocks fade out properly, but some don’t. Although I can’t edit them, as they are not faded, It can be tricky to identify what is in the current block or not while editing a bigger assembly.

Another suggestion is to add a keyboard shortcut command to the “save and close”.

Otherwise, this is a fantastic feature that really enabled me to buy the QCAD and start using it professionally. In place editings are a key feature for my projects and drawings.

Thanks in advance.

IMG 1 shows my drawing

IMG 2 shows a block being edited “not in place”

IMG 3 shows a surrouding block being edited “not it place”

IMG 4 and 5 shows the in place edit of the block shown in IMG 2 and the surrouding blocks not being properly faded.

 557 QCAD (main)Bug ReportLow In Blöcken kann am Kreis kein Reference Punkt als Fang  ...Closed
100%
Task Description

In Blöcken kann am Kreis kein Reference Punkt als Fang benutzt werden. Alle anderen Punktbestimmungen scheinen zu funktionieren.

628QCAD (main)Feature RequestLowImprove workflow for entering tool parametersAssigned
0%
Task Description

Provide keyboard shortcuts for options tool bar.

Under Linux, Windows Alt+Key shortcuts can be used.
Mac OS X does not seem to support this.

See also suggestions at:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=32&t=2053&view=unread#unread

 1119 QCAD (main)TaskLow Improve presentation of linetype names in combobox Closed
100%
1 Task Description

The Linetype Names in the pull-down menu for Layer are hardly readable - it seams to me that the description is used twice (in different ways) in each row.
Till 3.6.4 the Information was short and clear.

 22 QCAD (main)Bug ReportLow Improve grid info display for imperial units Closed
100%
Task Description

For inch, foot, .. the grid info display should for example display “1/128” instead of 0.0078125

1323QCAD (main)SuggestionLowImprove command line support in QCADAssigned
0%
Task Description

Hi,

As a typical command line draftsman (still using acad10 for dos, since microsoft doesn’t supoort Win NT anymore),
I noticed a severe lack on command line acces in QCAD.

For example I find the icon and pixel selecting methods within qcad very confusing and rude.

With the normal cad Select command I can select exactly what en how I want it.

I intend not to be rude, but I find my drawing screen littered all over with all kind of very specialist menu’s,
tools and options. Sorry, I just want to make a drawing at the natural intuitive way, as with a pencil.
So I use command line Commands, such as Move, Copy, Change, Select, a.s.o.
For a ‘Command scripting’ user (-batching is a different tool!-),
it seems to me logical these basic commands should be accessable.

 1507 QCAD (main)TaskLow Improve arc rendering for screen-based linetypes Closed
100%
Task Description

See:
http://www.qcad.org/rsforum/viewtopic.php?f=73&t=4566

 765 QCAD (main)Bug ReportLow Imprecise drawing of circle Closed
100%
Task Description

I use version 3.0.8

By accident I stumbled across a minor bug.

I wanted to connect two arcs seamlessly with a third arc. (Image 1)

So I drew two straight lines at right angles at the end of each arc, and at the crossing I put the center point of a circle. (Image 2)

Out of curiosity I zoomed in to the end of the second arc and discovered that the circle did not go through the end point of the arc, even tough I snapped it to the end point. (Image 3)

I could trim the circle to the wanted arc and the arc is displayed without any displacement.

So it seems that only the display of the circle is faulty, not the internal representation of it.

1185QCAD (main)Feature RequestLowImporting Tables (CSV)Assigned
0%
2 Task Description

Import tables in CSV format and display them in the drawing as lines and text.

 1442 QCAD (main)Bug ReportMedium Imported and saved dimensions reference empty blocks Closed
100%
Task Description

- Import drawing from other CAD application with dimension blocks (*D..)
- Save file with QCAD
- Dimension blocks are exported to drawing file but are empty which can break compatibility with other products

 2389 QCAD/CAMBug ReportLow Import tools (KI) triggers a warning that the import fa ...Closed
100%
Task Description

... despite the fact it was successful.

 49 QCAD (main)Bug ReportHigh Import QCAD 2 drawings Closed
100%
Task Description

Load QCAD 2 drawings, including:

  • print preview settings, drawing scale, etc.
  • hatch patterns
    • fix name
    • fix scale
    • fix angle
  • dimension labels (tolerances)
 2561 QCAD (main)Bug ReportLow Import Issue from "Alibre Design" Closed
100%
Task Description

Greetings,
I am a user of Alibre Design. When I export the dxf or dwg from alibre the dimensions are shown outside the sheet models.
I tried with different 2D CADs and only QCad and LibreCad give me this type of error.
Is this something known? Do I need to attach more files to understand the problem?
Thanks for your attention,
Greetings,
Francesco Ricci

 2186 QCAD (main)Bug ReportLow Import and Paste pastes old content Closed
100%
Task Description

When importing dxf-file or pasting dxf-drawing from other window old content from a previous import is pasted. This seems to be connected to the opened file and can not be replaced, thus making it impossible to add new parts to the drawing. Clipboard Display shows correct part, not the same as what is pasted.

Version:
3.25.2.0 (3.25.2)
Webbsida:
QCAD.org
Byggdatum:
Sep 4 2020
Revision:
4a61501
Qt Version:
5.13.2
Arkitektur:
x86_64
Kompilator:
MSVC++ 14.0 (2015)

 517 QCAD (main)Feature RequestLow Import 3D polyline as 2D polyline Closed
100%
Task Description

Import 3D polyline as 2D polyline from DXF/DWG

Like QCAD 2.

2428QCAD (main)Feature RequestLowImplement reversing Leader entities on creation or afte...Assigned
0%
1 Task Description

Andrew,

Usually I point to something to start with.
Sometimes I want to point away from here but then the arrow is where I just clicked.

An option on creation would be nice.
The capability to reverse the Leader orientation afterwards is another method to get it pointing the intended way.

A Leader entity is stored similar as a polyline.
I think it would not be difficult to reverse the basic polyline and update the dimension shape accordingly.

Regards,
CVH

 2349 QCAD (main)Feature RequestLow Imperial drawings doesn't accept imperial scales for Vi ...Closed
100%
Task Description

Drawing inch / imperial

If I add a Viewport imperial scales for that Viewport like 1” = 32’ are not accepted. Accepted are only metric scales like 1/100.

Please see also:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=9206

 413 QCAD (main)Bug ReportLow images: change path in property editor Closed
100%
Task Description

Changing image path in property editor does not update image

1203dxflibBug ReportLowImages not saved (dxflib)Assigned
0%
Task Description

I am doing a bit of landscaping and using a (big) ortophoto as one of my layers in order to sanity-check on the ground measurements.

The layer contains a point and the image and nothing else.

The image is a 8MB file: “PNG image data, 4200 x 2980, 8-bit/color RGB, non-interlaced” and it is scaled to 210 coordinate units (meter) horizontally in the drawing.

With approx 50% probability the image disappears during Save, as see for instance in this diff of the DXF file:

      @@ -158699,28 +153057,6 @@ AcDbXrecord
        90
       6
         0
      -IMAGEDEF
      -  5
      -A1
      -100
      -AcDbRasterImageDef
      - 90
      -0
      -  1
      -/critter/HTV10/Ortofoto/ortofoto201502f.png
      - 10
      -210.0
      - 20
      -149.0
      - 11
      -1.0
      - 21
      -1.0
      -280
      -1
      -281
      -0
      -  0
       ENDSEC
         0
       EOF

The point in the same layer does not similarly disappear, the bug only seems to affect images.

I have seen this bug from version 3.7.5.0 to git as of yesterday (63e06c778926a803bdfbffdf27b8c24d41511072).

I have not been able to correlate the bug with anything.

Looking closer at the DXF file (attached), there seems to be some residuce of attempts to insert images in protected/invisible layers, so this may be some kind of refcounting issue.

(Any chance of getting FreeBSD into the “Operating System” field ?)

 2257 QCAD (main)Bug ReportLow Images from Windows file cannot be loaded under Linux / ...Closed
100%
Task Description

Image file paths coming from Windows might contain mixed slash and backslash notations which is not correctly parsed under Linux / macOS.

 154 QCAD (main)Feature RequestLow Image: move reference points to scale Closed
100%
Task Description

Image: move reference points to scale

 237 QCAD (main)Bug ReportMedium Image remains displayed when it's layer is changed to h ...Closed
100%
Task Description

Ubuntu 11.04 64 bit.
Image imported into drawing in layer ‘pictures’.
Layer ‘pictures’ hidden.

QCAD 3 beta displays the image when zoomed out so that the whole drawing is visible within the working window.
It ‘disappears’ when the zoom is taken in such that the drawing exceeds the window display.

When the layer ‘pictures’ is visible the image behaves as expected, i.e. always visible.

 169 QCAD (main)Performance IssueLow Image preview slow Closed
100%
Task Description

Preview when inserting image slow

 691 QCAD (main)Feature RequestLow Image preview for "Insert Bitmap" ... Closed
100%
Task Description

If I like to import a Bitmap in my drawing I have no possibility to choose a file by a thumbnail bitmap preview. In many cases it is really helpful and I assume it is a sort of standard .... ;-)

 180 QCAD (main)Bug ReportLow image insert / keep proportion avoids to enter a width Closed
100%
Task Description
  1. insert a bitmap
  2. open a file (PNG, width 262, height 320)
  3. change the width where “keep proportions” is enabled
    • try to enter “100”
    • as soon as the key “1” is pressed, the value is adjusted to “0.999997”, the cursor is set to the end of the number
 129 QCAD (main)TaskLow Image entity Closed
100%
Task Description

Implement RImageEntity and related classes.

DONE

Image in block

Image insertion tool:

  • change size in options tool bar: keep ratio

Image file look up:

  • absolute path
  • relative path (?)
  • same path as drawing file

Image display:

  • draft: border
  • normal: image
  • preview: border (or image for small file)

Move, rotate, ...

POSTPONED

Selection with click inside image

Move reference points to scale

 907 QCAD (main)Bug ReportLow I, M file dialog doesn't work as intended (with fix) Closed
100%
Task Description

In scripts/Draw/Image/Image.js, while building the filter for the file dialog, constructs like this are used:

var formats = QImageReader.supportedImageFormats();

for (var i=0; i<formats.length; ++i) {
    var format = formats[i];

        if (format==="jpg" ||
            format==="tif") {
            continue;
        }

=== also checks for type equality, and since format is actually an object, it will never match. The result is that duplicates are not filtered from the list as the code suggests they were intended to be filtered, nor are formats that are not intended to be there.

The following patch fixes this:

diff --git a/scripts/Draw/Image/Image.js b/scripts/Draw/Image/Image.js
index 0a6400e..cc58c98 100644
--- a/scripts/Draw/Image/Image.js
+++ b/scripts/Draw/Image/Image.js
@@ -91,23 +91,23 @@ Image.prototype.getFileName = function() {
         var formatAlt = "";
 
         // ignore format aliases:
-        if (format==="jpg" ||
-            format==="tif") {
+        if (format=="jpg" ||
+            format=="tif") {
             continue;
         }
 
         // ignore unsupported formats:
-        if (format==="ico" || format==="mng" ||
-            format==="pbm" || format==="pgm" || format==="ppm" ||
-            format==="svg" || format==="svgz" ||
-            format==="xbm" || format==="xpm") {
+        if (format=="ico" || format=="mng" ||
+            format=="pbm" || format=="pgm" || format=="ppm" ||
+            format=="svg" || format=="svgz" ||
+            format=="xbm" || format=="xpm") {
             continue;
         }
 
-        if (format==="jpeg") {
+        if (format=="jpeg") {
             formatAlt = "jpg";
         }
-        else if (format==="tiff") {
+        else if (format=="tiff") {
             formatAlt = "tif";
         }
 
 1981 QCAD/CAMFeature RequestLow I would like an external post processor Closed
100%
Task Description

I use gcode ripper for some of my jobs. (see here: https://www.scorchworks.com/Gcoderipper/gcoderipper.html) This is a large python script that I use to wrap flat code around a cylinder for engraving. What I would like to see is a way to run it from my own custom post processor that I wrote for my machine. Maybe some kind of keyword that allows me to specify an arbitrary external command with some parameters. It would be very helpful to me. I create a lot of ad-hock jobs to run.

Thanks,
Chuck Tilbury

 1855 QCAD (main)Bug ReportLow I cannot print Closed
100%
Task Description

when printing only a white page is generated. Also when pdf generation, a corrupted file is generated. I enclose my dwg file.
Also It takes more than 20 seconds for most of the task, like selecting, zoom in or out, and I own a 16Gb RAM and i7 8Gen processor....
It sucks...

 662 QCAD (main)Bug ReportLow I can't set viewport Closed
100%
Task Description

Hi, I set Qcad with two viewports and now I can’t modify that setting, except when I open another drawing

 1533 QCAD (main)Bug ReportLow I can not print and I can not export to "pdf" file (Qca ...Closed
100%
Task Description

I can not print and I can not export to “pdf” file.
I use the latest professional version of Qcad with windows 10.
Thank you

 1830 QCAD/CAMSuggestionLow HP7580 Penplotter Closed
100%
Task Description

Hi Andrew,

I was fiddeling around with a copy of the hpgl postprocessor, and has it adapted, up and running for a HP7580 penplotter. You may add this to QCAD if you like.

Poking and peeking in the other postprocessor files, I found enough information to generate a very acceptable hpgl.plt file now, including the required pen changes.

The purpose of a ‘bracket-field’ (as [S] ) is clear to me. Where are [S#] and [S!] used for?

1844QCAD/CAMFeature RequestLowHP/GL (PLT) importAssigned
0%
Task Description

Hi Andrew

QCAD/CAM misses a hpgl.plt import. If gerber and G-code can, so should plt.

 402 QCAD (main)Bug ReportLow Highlight color of enity can match background color Closed
100%
Task Description

Highlight color of entity can match background color, making an entity ‘disappear’ on mouse over.

See also:
http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1719

Showing tasks 1401 - 1450 of 2560 Page 29 of 52<<First - 27 - 28 - 29 - 30 - 31 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing