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 TypeSeveritySummaryStatusProgress  asc
2436QCAD (main)Feature RequestLowDraw > Hatch > Hatch from Segments: mark position of op...Assigned
0%
1 Task Description

Case description: “Hatch from Segments” (HS) detects correctly an open loop but fails then to set the circle marker for an easy visuelle identification.

Same scenario tested with “Hatch from Selection” (HA) ...
... everything works like a charm ;-)

2446QCAD (main)Feature RequestLowExtending dimension line beyond extension line when usi...Assigned
0%
1 Task Description

I would like the ability to extend dimension lines beyond the extension line when using tick marks. Images are attached and posted here: https://qcad.org/rsforum/viewtopic.php?f=31&t=9785

2448QCAD (main)Feature RequestLowScale lineweight display on model spaceAssigned
0%
1 Task Description

Currently, the model space can display lineweights at scale 1:1
It’s very convenient when drawing small objects that will be printed at scale 1:1 : it makes it easy to anticipate the final aspect of the printed drawing.
But this feature is unusable for architects or users who draw large objects.

Therefore, it would be very useful to have a factor to multiply lineweight display in model space.
For example : if i know my drawing will probably be printed at scale 1:50, i set the value of the lineweight factor to 50.
Then every line would be displayed 50x thicker in model space.

2452QCAD (main)Feature RequestVery LowKeyboard Shortcut for Undo Last Point While Drawing Spl...Assigned
0%
1 Task Description

Instead of having to click on the toolbar, it would be useful to have a keyboard shortcut for undoing the last fit point (or control point) while drawing splines. Preferably it would also be nice to allow the user the ability to set what the keyboard shortcut is for this function.

2478QCAD (main)Feature RequestLowMake RMathLineEdit unit awareAssigned
0%
1 Task Description

Andrew,

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

When entering 1’ 1’‘ in an input field.
- As the size of the rectangle in the topic
- As the length property of a line selected in the drawing
- ....

Returns 13 in a drawing in mm.
And also in a drawing in inch what turns out to be correct.
But also in a drawing in foot.

Similar, entering 1’ with a drawing in kilometers it returns 12 units = 12 kilometers.

Regards,
CVH

2501QCAD (main)Feature RequestVery LowAdd spelling checker / spell checker for all text boxesAssigned
0%
1 Task Description

Suggestion to add spelling checker / spell checker for all text boxes

2505QCAD (main)Feature RequestVery LowInfo > Polygonal Area > Use dimension decimal format fo...Assigned
0%
1 Task Description

Andrew,
On behalf of user Kmeelo

Polygonal Area adds measurements text with 12 decimal digits and then as short as possible.

Current formatting path see: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=10450&p=42833#p42805

Related forum feature request: https://www.qcad.org/rsforum/viewtopic.php?f=31&t=10458

I also see a misconception of the term ‘precision’.
Numbers precision is the amount of significant digits disregarding the position of the decimal point.
12 decimal digits is about the largest precision for numbers with 5 integer digits.

Regards,
CVH

2540QCAD (main)Feature RequestLowRetain original handle when Hatch properties are change...Assigned
0%
1 Task Description

Andrew,

When we alter about any property of a Hatch entity it seems to be recreated with a newer/higher handle.
This doesn’t influence the drawing order in direct.
But already changing the drawing order of a Hatch it is recreated as a new entity.

It starts to matters in drawing order when there are multiple entities with the same drawing order and that after save/reload. Entities with the same drawing order then receive a new drawing order based on the original but sequentially increasing based on handle.

Because a Hatch is recreated with a newer/higher handle each time a property changes it will thus always end up above the others with the same order even when the original was created earlier.

This is more pronounced when copying/pasting entities from a source to a target drawing.
The original Hatch drawing order is retained but it will always be above existent entities with the same drawing order in the target drawing after save/reload.

Most other entities are probably just updated in situ.
It is unsure to me at this point if merely updating a Hatch is even possible.
And perhaps this is related to the addObject ForceNew flag what is false by default.

Regards,
CVH


	
1940QCAD/CAMFeature RequestLowCAM > CAM Configuration: Add program descriptionAssigned
0%
1 Task Description

Add a program description to the CAM configuration dialog and export to postprocessors as variable.

See also:
https://www.qcad.org/rsforum/posting.php?mode=quote&f=32&p=24649

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.

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.

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

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!

455QCAD (main)Feature RequestLowlogical operations for polylinesAssigned
0%
2 Task Description

A missing feature in my work are logical operations (combine, intersect, ..) for polylines

Example:
Draw some elements, select them, say combine. The result will be the outline of all elements.

467QCAD (main)Feature RequestLowFeature request for new Arc tool option to add to Arc s...Assigned
0%
2 Task Description

For and behalf of mandrena

To add another Arc tool option in Arc tools set:

1.Specify Start point for Arc.
2.Specify End point for Arc.
3.Specify “Tangent” direction (without being restricted in input field) so you can visually select a point on your desired Tangent line!

502QCAD (main)Feature RequestLowPoints on line: enter distance instead of number of poi...Assigned
0%
2 Task Description

Points on line: enter distance instead of number of points as a variant of the tool or as a new tool.

516QCAD (main)Feature RequestLowTo add option to 'print only' selected area.Assigned
0%
2 Task Description

To add the option to ‘print only’ selected area in a drawing.

579QCAD (main)Feature RequestLowCopy layers / blocksAssigned
0%
2 Task Description

Duplicate (copy, clone) a layer with or without entities on it. New name can be specified by user.

598QCAD (main)Feature RequestLowSupport tangents between ellipsesAssigned
0%
2 Task Description

To add support for drawing tangents between ellipses.

See topic:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=31&t=2003

618QCAD (main)Feature RequestLowuser defined lineweightAssigned
0%
2 Task Description

To have the option to set your own ‘user defined’ line weight.

620QCAD (main)Feature RequestLowoption to have horizontal dimension info using vertical...Assigned
0%
2 Task Description

Some times I need to have the dimension info using the Vertical Dimension tool displayed horizontally.
See attached image:
Possibly this option could be added to the Label drop down menu.

638QCAD (main)Feature RequestLowFeature request- text find/replace functionAssigned
0%
2 Task Description

Feature request- text string find/replace

Scope: entire drawing/selected objects set/chosenlayer only

Functionality:

‘find’ with ‘zoom to’, first, next, previous, last

‘replace’ with ‘next’, ‘undo’, ‘all’

This functionality is very useful when using QCad for system diagrams and the like.

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.

687QCAD (main)Feature RequestLowPlot Stamp optionAssigned
0%
2 Task Description

To add a Plot Stamp option for printing, to have options to print file name, date , time etc...

See topic:http://www.qcad.org/rsforum/viewtopic.php?f=32&p=6967&sid=ba06663c8bdaef236272d80ad45ccf5f#p6967

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

704QCAD (main)Feature RequestLowOld Hatch FunctionAssigned
0%
2 Task Description

It would be nice to implement the old hatch function as a tile function in parallel with the newer more industry standard hatch function. A tile function that would allow overlap +/- would be even better, and a great productivity boost, almost like an array within a set of bounds.

Thanks, Bob

720QCAD (main)Feature RequestLowLocked Blocks ....Assigned
0%
2 Task Description

It is nice that I can scale or rotate a block - but right now I see also a big plus in a kind of locking function for Blocks.
It would be nice to have a “locked” option ad least for the scaling of blocks.

Example: Think about Clives “Radiator ‘Cover’ screen” http://www.qcad.org/rsforum/viewtopic.php?f=51&t=2060 and how you could manipulate this screen with “scale blocked blocks” ;-)

766QCAD (main)Feature RequestLowLayer List: Add "Lock All Layers"Assigned
0%
2 Task Description

To improve useability/efficiency I would like to propose the following changes/additions to the layer list:

1) Combining the show and hide button into one button.

Clicking once will hide all layers, clicking again will show them all again.

2) A “lock/unlock” button.

Clicking once will lock all layers, clicking again will unlock them all again.

Regarding the icons I suggest that instead of show both the black and grey version of the eye/lock, you could switch between them depending on the state the switch-button is in. Also the mouse-over-text could/should change with the state.

767QCAD (main)Feature RequestLowMerging/Combining segments of a straight line into oneAssigned
0%
2 Task Description

Sometimes you end up with a straight line which is broken/split into several parts. It would be great to have a tool to merge/combine these segments into one.

That would be the opposite/complementary tool to the “Split Entities” tool.

770QCAD (main)Feature RequestLowPolyline tool to delete segments between two nodes, lea...Assigned
0%
2 Task Description

I guess this is a case of wording and wrong expectations.

The polyline tool “Delete Segments between two nodes” removes nodes, but not segments as the title and the icon suggests.

I propose to rename it to “Delete Nodes between two nodes”.

A tool which actually removes line segments from a polyline, leaving gaps, could indeed be useful to some users.

I think of a straight polyline with several segments. Then I remove some segments. I end up with a polyline with “holes” in it. Now I could stretch that polyline and all the remaining segments and holes stretch proportionally. Could be handy some times.

776QCAD (main)Feature RequestLowExtra ' isometric' buttons for using Line from Angle.Assigned
0%
2 Task Description

When working with the isometric grid (in any projection - Top, Right, Left) and drawing from ‘scratch’ as it were, without using the projection tools - I find myself using ‘Line from Angle’ the most.

It would be extreamly useful to be presented with two extra buttons when using this tool, a 30 degree button and a -30 degree button, this way I wouldn’t need to keep typing in the angle difference here.

Regards

Clive

786QCAD (main)Feature RequestLowMulti - Breakout toolAssigned
0%
2 Task Description

A ' Multi ' Breakout tool or added option to the existing Breakout tool.

For example see attached image.

An option to remove all segments within a chosen boundary would be good, in my example I want to remove all the hatching within the Red circle.

So after exploding the Hatch, currently I have to remove all segments singularly!

Of course I could have placed the circle first and hatched around it - but in this and most instances it is easier to design and to produce the Hatching first and then place my circle/shapes etc.

788QCAD (main)Feature RequestLowExtra option to detect duplicates only in user defined ...Assigned
0%
2 Task Description

It would be very useful to have an extra option to only detect duplicates within a user defined area.

789QCAD (main)Feature RequestLowScale tool - mouse-pointer - inversely proportional sca...Assigned
0%
2 Task Description

3.0.8.
Bug Report or Feature Request ..... I’m not sure!

If I use the mouse-pointer in the Scale tool I’m not able to do an inversely proportional scale.
x - y locked or unlocked doesn’t matter in combine with the mouse pointer ...

853QCAD (main)Feature RequestLowKeep selection after undo ...Assigned
0%
2 Task Description

If I move something and it went wrong I can easily undo the last move and start over without the need of a re-selection.
If I copy something and it went wrong I can undo the last copy but I have to re-select everything again.

It would be nice to keep the once chosen selection in both “undo” situation!

Same with similar functions like rotate etc. ....

894QCAD (main)Feature RequestLowModify - Clip to Rectangle: copy area to clipboardAssigned
0%
2 Task Description

New mode for clip to rectangle: copy contents of rectangular area to clipboard.

908QCAD (main)Feature RequestLowLibrary Browser Block Delete FunctionAssigned
0%
2 Task Description

It would be very helpful if the library browser had a delete function.

I know that this can be very risky for some people, but it is the easiest
way to see clearly what you delete.

Regards
Henry

923QCAD (main)Feature RequestLowDiagramming (Intelligent Orthogonal Connectors)Assigned
0%
2 Task Description

Hi,

With the new block attribute feature available in QCAD 3.3, there’s little to be done in order to make QCAD a good environment for typesetting circuits and other diagrams. In particular, the only killer feature that lasts is support for connectors: orthogonal lines that connecting one endpoint to another creates a connection line; when the concerned entities are moved the connection line is re-arranged. I’d like to know whether commercial support for this feature is available.

927QCAD (main)Feature RequestLowFurther options for the 'Add Measurement' toolsAssigned
0%
2 Task Description

Absolutely love the new options for adding the measurements in the current drawing.

I would like to see an additional option for only adding the text and not the lines also, maybe a simple check box would suffice here.

Of course at the moment I am able to use the property editor to select only the lines and move to a new layer and hide!

1023QCAD (main)Feature RequestLowArrange points on a plan according to variation of dist...Assigned
0%
2 Task Description

Arrange points on a plan according to an arithmetical, geometrical, logarithmic, customizable variation of distances

1044QCAD (main)Feature RequestLowRadian measure symbol for Geometry labeling ...Assigned
0%
2 Task Description

We do not have a Radian measure tool but we can change the labeling of a Angular Dimensioning ...

It would be nice to have a “Radian measure symbol” in the Property Editor / Geometry / Label / Insert Symbol List.

1090QCAD (main)Feature RequestLowExport only selected layers to SVG and/or export each l...Assigned
0%
2 Task Description

When exporting to SVG it would be helpful if there was a selection of layers to export.
E.g. when selecting only layer A in the SVG export dialog, only the objects located/displayed on layer A would be exported to SVG.

As an alternative or additional export feature, there could be an option to export each (non-empty) layer to a separate SVG in one step.
The layer names could be used as (part of the) default file names during the export.
E.g. Layer A of file XYZ would be exported to “XYZ_A.SVG” while layer B would be exported to “XYZ_B.SVG” etc.

1092QCAD (main)Feature RequestLowNew tool: draw trace entitiesAssigned
0%
2 Task Description

Add tool to construct new trace entities.
Trace entities can currently only be loaded from DXF/DWG.

1093QCAD (main)Feature RequestLowEdit Layer attributes by double-clicking on entry in la...Assigned
0%
2 Task Description

When double clicking on an entry in the layer list just nothing happens.
I would prefer if this would directly open the layer attributes dialog to change color/name etc.

1102QCAD (main)Feature RequestLowRay reference pointAssigned
0%
2 Task Description

Using a horizontally/vertically ray means always I have to use a preset Reference point which is 0° for the horizontal Ray and 90° for the vertically Ray. The Reference point Option Box is deactivated.

It would be nice to be able to choose by myself between a Start and End Reference point like the vert./horiz. Line options.

1107QCAD (main)Feature RequestLowSplines: add / remove control points of existing spline...Assigned
0%
2 Task Description

Tools to add control points to existing splines and remove control points.

1127QCAD (main)Feature RequestLowLeaders: spline shapedLikely to be implemented
0%
2 Task Description

Add support for spline shaped leaders

1128QCAD (main)Feature RequestLowText: automatically wrap text at text box widthAssigned
50%
2 Task Description

Add support for automatic text line wrapping for multiline text entities.

1131QCAD (main)Feature RequestLowUse different units for construction and dimensionsAssigned
0%
2 Task Description

E.g. use Millimeters for construction while dimensions are displayed in Meters.

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.

Showing tasks 251 - 300 of 371 Page 6 of 8<<First - 4 - 5 - 6 - 7 - 8 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing