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 TypeSeverity  ascSummaryStatusProgress
1443QCAD (main)Bug ReportVery LowView > Status Bar remains uncheckedAssigned
0%
1 Task Description

Status Bar menu remains unchecked even it is toggled on or off

2538QCAD (main)Bug ReportVery LowWeight 2.11 French translation typoAssigned
0%
1 Task Description

Andrew,

When switched to French I detected a typo in the drop down box for Lineweight.

Weight 2.11mm is listed as 1.58mm {2.11m?}
https://github.com/qcad/qcad/blob/master/ts/qcadcore_fr.ts#L1228-L1229
Also see attached image file.


May I ask why only ISO types have a comma instead of a point in French.
The use of a comma is uncommon in the Property Editor even when that is the native decimal separator.
I also detect an extra space between the value and ‘mm’ and that only for the ISO types.

This only occurs in:
https://github.com/qcad/qcad/blob/master/ts/qcadcore_fr.ts https://github.com/qcad/qcad/blob/master/ts/qcadcore_pl.ts https://github.com/qcad/qcad/blob/master/ts/qcadcore_pt.ts


Probably not OS or QCAD version related.

Regards,
CVH

1870QCAD (main)Feature RequestLow Stretch tool / option to turn selection restriction on...Assigned
0%
Task Description

Hi,

since 3.19.2 the Stretch tool looks for any selection and follows the specification “Only stretch selected entities if there is a selection”.

That is a nice feature but it leads many times to confusing because I have to deselect a selection just because I need to use the stretch tool on something else on the fly. The same if I “forgot” a selection outside of my zoom which is still important for me. The stretch tool just won’t work without any message why not. My routine now is that I terminate every selection just before I use the stretch tool just not to be surprised by “why isn’t it working”?

It would be nice to have in the Stretch option bar a checkbox to turn the “only selection feature” on or off. QCAD should remember that setting.

681QCAD (main)Feature RequestLow'Plug-in' for Gear generatorAssigned
0%
2 Task Description

Feature request for a ‘plug-in’ for generating different types of gears, like - Ring, Spur, Sprocket, Rack, etc... etc...
To produce 2D templates for all sorts of projects.

860QCAD (main)Feature RequestLow"Create Library item from selection" default Path ...Assigned
0%
Task Description

Default Path for “Create Library item from selection” / “Save us” is C:\Programme\QCAD pro 3.1.6 ...
... regardless of the settings in the “Application Preferences / Library Browser / for Library Sources.
And QCAD doesn’t remember the last path choice ....

If I have to save 50 Library Items I have to navigate 50 times thru my system to find - the same place.

It would be nice if QCAD would point in first place to the Library Source or, at least, remember the last used path ... ;-)

1473QCAD (main)Feature RequestLow"Partial" circular/radial dimensionsAssigned
0%
2 Task Description

This is kind of related to FS#952, or rather a superset of it.

Consider the situation in the attached image. There is a perfectly good, albeit really shallow arc, making the radius somewhere in the vicinity of 600 millimeters, and the radial dimension being drawn accordingly.

Considering the other dimensions of the part, this is completely unusable, even to work with, really, but definitely so when it needs to be put on paper.

It would be nice to have some sort of “partial” (for my lack of a better word) radial/diametric dimensions where the dimension length can be adjusted.

Considering that this can be done with Leader, maybe a better (more generic) solution would be for Leader type dimensions to have options so they could automatically generate labels for various dimensions of a selected entity – sort of like having the Prefix/Tolerance/Scale options the other dimensions have, and have some additional fields there for selected entity and maybe dimension type (for example, radial or diametric for an arc-type entity).

2174QCAD (main)Bug ReportLow[SOLVED] Numerous shortcomings when exploding Polylines...Assigned
0%
1 Task Description

QCAD Professional
Windows 7, Win installer 32bit
Version: 3.25.2.7 (3.25.2.7)
Internet: QCAD.org
Build Date: Dec 16 2020
Revision: e06f230
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Issues most likely unrelated to OS and installations before 3.25.
Related post:
https://qcad.org/rsforum/viewtopic.php?&t=7982

Flaws documented in full in attached dxf.
The dxf has meaningful Layer States.

4 Columns:
- Prior Art
- The test cases
- Actual results
- Results with proposed fix

Tried as many things as I can come up with.
Orange: Flaws
Red: Errors
Green: Good results (or as good as I can get them)

Solution(s) given in attached script explode.js
(I am just a simple guy and wouldn’t know how to file a pull request on GitHub ......)

In section: “explode polyline into line and arc segments”
group: “if (RPolyline.hasProxy() && polyline.hasWidths()) {....}”
All additions, updates & typos are marked with “CVH”, one can textual search for it.
Over-documented for sure.
Any Eaction is to debug in Windows and is obsolete.

Included PreferencesPage.ui is updated for the all Splines from Text fix
Still in consideration: Forcing cubic splines from text to degree 2 ...
... I am rather convinced ...

CVH

1913QCAD/CAMBug ReportLow3D Simulation Behaves oddAssigned
0%
Task Description

Hallo Andrew,

testing the drill toolpath I used single point markers.

In 3D simulation the tool drills the toolpath AND uses the drill as a mill.

Cam Export and generated G-code is not effected.

639QCAD (main)Feature RequestLowAbility to load a file of keyboard shortcutsAssigned
0%
Task Description

It would be useful if a file of keyboard shortcuts to commands could be loaded.

Then a set of shortcuts identical/based on the Autocad keyboard shortcuts can be loaded, making it much easier for Autocad users to migrate to your product.

There does seem to be some future functionality planned here, with the shortcut ‘scheme’ selector in Program Preferences, but for the moment ‘Qcad’ is the only option available.

This strategy is used to great effect by Draftsight (but who trusts a big company like Dassault/Solidworks...)

1887dwg2bmpFeature RequestLowAdd "-max-lineweight" option for dwg2bmpAssigned
0%
2 Task Description

Hi there,

A friendly request to add the option to set a maximum lineweight for raster conversions via dwg2bmp.

Depending on the LW configuration of the CAD file, rasterization operations sometimes yield terrible results (see attachment). This would also mirror the similar “-min-lineweight” options available on “dwg2svg” and “dwg2pdf” (although not on “dwg2bmp”).

See also: https://qcad.org/rsforum/viewtopic.php?f=32&t=6298

Thanks!

2192QCAD (main)Feature RequestLowAdd "Define angle using mouse cursor" to Move and Rotat...Assigned
0%
2 Task Description

The “Define annge using mouse cursor” of the Rotate tool would be useful in the Move and Rotate Tool

2282QCAD (main)Feature RequestLowAdd a "Save As" command while editing blocks in placeAssigned
0%
1 Task Description

As a heavy mechanical drawings user, it would help a lot to have an option to exit a block saving as a new name and making it a new entity from that time ahead.

Example: if a have a lot of screws, one of then is behind another peace and need the to have some lines changed to hidden style lines, in the flow of the work is great if I edit that screw in place and when exiting have the option to save as a new block, to don’t mess with other entities of the same block that I don’t want to change. Yes, there is a workaround that is duplicate and rename the block prior to the editing, but a save as seems to work easier.

Thanks Andrew and team!

2164QCAD/CAMFeature RequestLowAdd ability to pan the 3D view with a modifier key and ...Assigned
0%
2 Task Description

With a Mac (and no external mouse) there’s no middle button so it’s not possible to pan the 3D view (that’s what they tell me in the forum). It would be useful if one could use command-drag or control-drag to pan around the 3D view.

1629QCAD (main)Feature RequestLowAdd additional Option to Angelur DIM ToolAssigned
0%
Task Description

Please see:

https://www.qcad.org/rsforum/viewtopic.php?f=31&t=4956

1713QCAD (main)Feature RequestLowAdd attribute value "By Parent" for child layersAssigned
0%
1 Task Description

Add attribute value “By Parent” for color, line weight, line style for child layers.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=5407

2336QCAD (main)Feature RequestLowAdd command to go back to previous nested blockAssigned
0%
Task Description

“em” just always goes back to the main drawing. But for nested blocks, when jumping from edit mode of one block to the next nested block, it would be helpful to have some “ep” to go back to the previous block.

This was discussed at the forums...

2528QCAD (main)Feature RequestLowAdd cycles (a.k.a. turns or revolutions) to the availab...Assigned
0%
Task Description

Hello, I recently bought QCAD Pro and this is my first Bugtracker report!

First, I want to say a big thank you for creating and maintaining such a wonderful software package!

I’ve never encountered a system for expressing constraints in 2D (or even 3D) that feels as natural, intuitive, and expressive as QCAD feels!

I am very grateful to have randomly found it somehow. I wish all user interfaces were designed this way and especially that vector art programs adopted similar constraint-based tools.

Anyway though, here’s the actual feature suggestion:

I noticed that QCAD is missing one especially convenient and naturally occuring angular unit: cycles (a.k.a. turns or revolutions).

I personally find cycles to be my favorite unit overall and to be the most intuitive to work with (when not needing to use physical protractors). I actually mostly work digitally and most of my uses for QCAD will be digital. QCAD is the only software I’ve found that really expresses 2D constraints the way I want to be able to work and lay things out.

Rather than redundantly belabor the many reasons why I think cycles should added to the available displayed angle units in the Preferences → Dimension Settings → Angular Dimensions dropdown list, I will simply link to the rather large discussion I’ve already had with Husky and CVH arguing my case about why I want it added and why many other users could benefit from it.

Here’s the link to the relevant forum discussion.

1100QCAD (main)Feature RequestLowAdd drag dimension (snap) along dimension lineAssigned
0%
3 Task Description

In Autocad when making a dimension when left clicking to place the dimension there is the possibility to drag the dimension to either side of the dimension. This is also possible with Qcad dimension, but it losses the snapping and does not extend the dimension line out to the dimension text.

This is very useful when the two lines the needs a dimension are close together, or overlapping with another.

Attached is two images one for autocad and one for Qcad

1254QCAD (main)Feature RequestLowAdd drop object along a path with automatic trimAssigned
0%
Task Description

Add drop object along a path with automatic trim.

  1. The object can be a selection before or after selecting the tool, an entity or a block.
  1. The path can be another entity from a start point to an end point.
  1. Dropping can be made on one side or the other (like in other tools depending on the side of the cursor), with a choice of miroring the object or not.
  1. The number of drops or the distance between can be selected.
  1. The distance can be between a control point of the object or its sysmetry axis or border.
  1. The dropping direction can be selected too.
  1. The droping depth can be constrained : all control points have passed the path, or one of them. Alternatively, replace control points by an entity belonging to the object.

Exemple of use case : equidistant drills in a curved rail. The dropping depth constraint enables for example to ensure a drill has a minimal depth when not orthogonal to a plan.

1815QCAD/CAMFeature RequestLowAdd Laser tool optionAssigned
0%
Task Description

Hi Andrew,

Creating G-code for cnc-laser, the laser-tool can not be correctly set at all.

Attached a laser tool proposal

1099QCAD (main)Feature RequestLowAdd Leader with text and number bubbleAssigned
0%
4 Task Description

Having leader with numbers and text would be awesome to better interact with the drawing and making BOM lists.

Currently it takes too mush time to make the leaders with text and number bubbles.

823QCAD (main)Feature RequestLowAdd Midpoint Handles to Lines and PolylinesAssigned
0%
1 Task Description

The Midpoint Handles should be used to move Polyline Segments and lines. This would add easy to access stretch functionality.
Combined with a shortcut(hold down shift or alt etc.) to fix the movement to be orthogonal to the line this would bring a lot of extra value.
It would also be possible to to have another shortcut to easily insert nodes to Polylines (again hold shift or alt etc.)

695QCAD (main)Feature RequestLowAdd more dimension arrow styles (e.g. dots)Assigned
0%
2 Task Description

Add more dimension arrow styles (e.g. dots).

See forum thread:
http://qcad.org/rsforum/viewtopic.php?f=31&t=2185

2529QCAD (main)Feature RequestLowAdd normalized unit circle coordinates (complex numbers...Assigned
0%
Task Description

Similarly as for my previous suggestion submission, I also had a related idea for making it easier to work with complex numbers when using QCAD by adding normalized unit circle coordinates as another option in the Angular Dimensions display units options dropdown.

Here’s the corresponding forum thread I started.

1613QCAD (main)Feature RequestLowAdd Orthogonal Option to Angelur DIM Tool ...Assigned
0%
1 Task Description

... please see below:

https://www.qcad.org/rsforum/viewtopic.php?f=31&t=4956

1647QCAD (main)Feature RequestLowAdd point / dot option for leaders Assigned
0%
Task Description

Hi Andrew,

Hopefully you might be able to squeeze this one around your busy schedule.

Would it be possible to add in the property editor an option to change a dimension arrow to a point / filled dot and maybe also a tick?

I see you are working on some viewport stuff, I am very much looking forward to testing some of this out ;).

Many thanks

Clive

1159QCAD (main)Feature RequestLowAdd preference for button option instead of drop down m...Assigned
0%
2 Task Description

For some tools like the Horizontal or vertical line, it would be good to have button options (similar to infinite and ray line buttons) instead of the drop down menus.

1152QCAD (main)Feature RequestLowAdd preference for snap label and snap cursor shape / c...Assigned
0%
1 Task Description

Would it be possible to have options for:

1.Enable or disable Snap label with text.

2.To have a ‘Snap Marker’ with style and colour choice instead of snap label.

* It would be good for users to have the choice.


1155QCAD (main)Feature RequestLowAdd preference for solid line crosshairsAssigned
0%
Task Description

Would it be possible to have the choice of either dashed or solid lines for the large cross hairs?

1156QCAD (main)Feature RequestLowAdd preference to force toolbars to be floatingAssigned
0%
1 Task Description

Would it be possible to have the choice to dock or not dock toolbars - in other words keep them floating, an additional option in the tool settings could be added?

1601QCAD (main)Feature RequestLowAdd regex to text search & replaceAssigned
0%
Task Description

Add a more versatile way of doing a search and replace for text. Regular expressions maybe?

832QCAD (main)Feature RequestLowAdd shortcut to fastly enter ortho modeAssigned
0%
Task Description

When drawing or moving objects holding down CTRL should activate ortho snapping as long as CTRL is pressed.

If ortho mode has been active before holding down CTRL should deactivate it (for the time it is beeing pressed).

2374QCAD/CAMFeature RequestLowAdd Spindle Speed to Toolpath DialogAssigned
0%
1 Task Description

When editing an existing toolpath to update the parameters of the selected tool, we can update the Feed Rate and the Plunge Rate, but I couldn’t find any way to update the Spindle Speed.

Even when using the Edit Tool KE button, we can edit parameters of the tool on concern but none of the modification is applied to the current Toolpath because as I see, tools parameters are copied fron tools definitions to a Toolpath only at creation of this Toolpath, but Toolpath are not updated accordingly.

Could you please add an edit field for Spindle Speed in the CAM Profile Toolpath window?

Many thanks’, and best regards.

1895QCAD (main)Feature RequestLowAdd support for block transformation matricesAssigned
0%
Task Description

Support transformations by transformation matrix for block references.

See also:
https://www.qcad.org/rsforum/posting.php?mode=reply&f=33&t=6333

2299QCAD (main)Feature RequestLowAdd support for multi line attributesAssigned
0%
2 Task Description

Multiline attributes can contain linefeeds and formatting like MTEXT.

1567QCAD (main)Feature RequestLowAdd support for separate windowAssigned
0%
2 Task Description

Hi, for multi-screen hosts it would be very useful to have additional windows while running the single QCad instance. Other applications like Palemoon, Evolution, Gimp are providing that already.
That would help a lot when working on multiple files and copying blocks between.

661QCAD (main)Feature RequestLowAdd support for the DGN formatAssigned
0%
Task Description

See OpenDesign news:
“ODA consolidates support for .dgn and .dwg file formats in Teigha”

1106QCAD (main)Feature RequestLowAdd support for wipeoutsAssigned
0%
3 Task Description

Wipeout entities can be used to hide rectangular or polygonal sections of a drawing, for example to make space for a label inside a hatch.

1888dwg2bmpFeature RequestLowAdd support to disable hatch rendering on "dwg2bmp"Assigned
0%
1 Task Description

Hi!

A friendly request to add an option to disable hatch rendering on “dwg2bmp” conversions.

Depending on the nature of the conversion and the density of the hatch, this may render unintelligible images (see attachments). The option could look like “-t, -nohatch” to indicate hatches should be hidden before rendering. This could potentially become an option too for “dwg2svg” or “dwg2pdf.”

Amazing product, thank you so much!

2353QCAD (main)Feature RequestLowadd theme folder to a local shared pathAssigned
0%
5 Task Description

Would it be possible to add Qcad’s theme folder to the local shared path, for example this would be /home/username/.local/share/QCAD/QCAD/themes for Linux. I know this works well for line types and would be extremely helpful for themes.

2507QCAD/CAMFeature RequestLowAdd Toolpath from LayerAssigned
0%
1 Task Description

I’ve been able to make this work as proof of concept very easily, but many of the functions are inaccessible/difficult to override from post-processors.

Desired functionality:

1) Enable “Add Profile Toolpath” UI elements all the time (remove setRequiresSelection)
2) CAM Profile Toolpath Dialog: Drop-down menu of available Layers. First option “By Selection Only” 3) “By Selection Only” continues to pass EntityIds of selected objects (existing functionality)
4) Choosing an active Layer will use the Layer as source of EntityIds
5) Any changes to Entities on a Layer will result in those new/removed/changed objects being re-generated without having to manually select and update the tool paths. Either do not recover list of EntityIds from the ToolpathBlock, and instead use “live” each time it’s regenerated, or additional functionality to determine if a LayerId is associated with the Toolpath, and then lookup EntityIds.

I assume the persistence of the Layer selection would be available within the Toolpath, so that it will automatically update EntityIds every time a Toolpath is regenerated, without having to select Entities and updating the toolpath manually.

For large projects, being able to force select objects based upon layer dramatically reduces mistakes and speeds up the workflow.

Thanks

1645QCAD (main)Feature RequestLowAdd warning when opening file with 3D contentAssigned
0%
Task Description

Hi.

I’m working currently a lot with files coming from rhino. Qcad can open them properly any also most operations on them work as usual - except the selection methods.

box select from upper left to lower right works as usual.
double click to select all connected entities is broken. (only one entity is selected).
box select from lower right to upper left does not select entities touching the selection box. (nothing is selected)

on mac os nothing is selectable with single click.
on linux single click sometimes fails (nothing is selected after clicking on a line).

thanks for looking into this :)

Martin

1345QCAD (main)Feature RequestLowAdded option to paste a number of entities with even/eq...Assigned
0%
1 Task Description

Please see topic:
http://www.qcad.org/rsforum/viewtopic.php?f=31&p=14209&sid=162973e4a12f58c8116299b62673a520#p14209

An additional option would be useful to paste any given entity a set number of times with even/equal gaps in between.

754QCAD (main)Bug ReportLowAdding or removing additional viewports - gives unwante...Assigned
0%
Task Description

Windows 7-64
3.0.7
When adding or removing additional viewports,an extra unnecessary window of the viewport is created.

774QCAD (main)Feature RequestLowAdditional Button in the Blocklist menu for "Create Blo...Assigned
0%
1 Task Description

If I work in QCAD only with Toolbars (and not with the “Cad Tools” there is nowhere a Button to find for “Create Block from selection”.
If I have to create a Block based on a selection I have to work with the Menu or have to activate the Cad Tools.

But, if I look at the Blocklist menu there is a function (+) to add an empty Block. It would be nice to have this button working for both situation - empty Block or depending on a selection to “Create Block from selection”.

Or alternative an additional Button ... :-(

Anyway - in my opinion would that make the “Blocklist” complete. :-)

680QCAD (main)Feature RequestLowAdditional Export function for Sketchup etc. ....Assigned
0%
Task Description

Additional Export function for export/import into 3D Programs like Sketchup etc. (file types like .dae, .3ds, .ddf, .skp).

See also:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=32&t=2176

829QCAD (main)Feature RequestLowAdditional options for the Info Tool Area ...Assigned
0%
1 Task Description

The Info Tool Polygonal Area is a helpful tool ... but I like to ask for additional options ;-)

Yes, the polygonal area makes absolute sense but many times you have just to check a square or rectangle area!

It would be nice and time (click) saving if we could use a “Strg Key” to limit the polygonal area to just a rectangle area.
Two mouse clicks for a rectangle area and done ;-)

In addition to that it would be nice to have the possibility to count up or down a couple areas.
E.g. I measure area 1 plus area 2 or area 1 minus area 2 ...
Maybe just with an additional keystroke like + or -

2213QCAD/CAMFeature RequestLowAllow editing Spindle Speed separately for each Toolpat...Assigned
0%
1 Task Description

Hello dear CAM developers!

I need to use the same tool at different spindle speed in a single machining file.
I would deeply appreciate if you could add a Spindle Speed edit field in the CAM Profile Toolpath edit window in order that each Toolpath can have its own Spindle Speed value (same as you did for Feed Rate and Plunge Rate)

FYI, the tool on my concern is a laser who’s power is driven by the Spindle Speed PWM signal.
I need to be able to do both engraving and cutting in a single file.
Alas! this laser tool is defined with a fix and unique number (99).
Therefore I cannot define different laser tools with different speeds.

Many thanks
Best regards.

1337QCAD (main)Feature RequestLowAlternate units for dimensionsAssigned
0%
2 Task Description

Add support for alternate units for dimension style, for example to display units in mm and in.

2532QCAD (main)Feature RequestLowAn "auto-tick" or "automated ruler creation" tool (adde...Assigned
0%
Task Description

Hey, this is the first of my feature suggestion submissions that isn’t tied to a corresponding suggestion thread on the QCAD forum.

Should I always create corresponding feature suggestion threads or is it ok (or better?) to just post ideas here?

Anyway though, here’s the idea:

I noticed that it is relatively easy to use things like the QCAD Split Entities and/or Paste Along Entity tool(s) to create an even set of divisions along a curve or line.

There’s also the Misc → Draw → Counter available too, for automated counting.

These together are useful for creating a “scale ruler” to be printed on a schematic for ease of reference or for use in cases where someone forgets to bring along a physical measuring device or when someone else is using that measuring device.

For example, one could print a to-scale 1 foot long ruler (or whatever other scale is relevant, e.g. 1 inch for small objects or just as a nice scale reference/legend/key) on the schematic page for convenience.

However, it would be nice if there was a convenient tool added to the Dimensions tool category that automated this entire process and was able to create arbitrary ruler-like numbered reference scales along lines (and even better if it also worked on arcs, though less important).

Even better would be if this “auto tick” or “auto ruler” tool supported multiple levels of tick scaling (e.g. 2 or 3) such as what one sees on actual rulers.

For example, an imperial ruler for a foot (I’m in the US currently) will typically having increasingly smaller tick marks added at halfway points between each of the numbered points along the ruler’s scale, which makes using it quickly much easier. For example, it’ll have a half-length tick for half an inch and then a quarter-length tick for each quarter of an inch within an inch (with the inch’s ticks being full length).

It seems like it could be relatively easy to implement that kind of nested tick marking system, which would make it super convenient and pleasant for the user of QCAD to create usable to-scale ruler-like objects wherever they desire them with hardly any effort!

I think this idea would also fit extremely well with existing tools in the Dimensions category and would be useful for many/most QCAD users!

It’s yet another good QCAD feature that could attract more people to buy upgraded copies of QCAD in the future I think!

I hope you implement it. Small conveniences still make a big difference.

Anyway, thanks a bunch again for creating this awesome program!

That’s all the suggestions I have for today.

I hope you have a wonderful weekend and upcoming week, etc!

Showing tasks 51 - 100 of 519 Page 2 of 11 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing