|
1714 | QCAD (main) | Feature Request | Low | Dimension > Diametric: improve display when label is mo... | Assigned | |
1 |
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=31&t=5408
|
|
757 | QCAD (main) | Feature Request | Low | Dim: Architectural tick and Leader Arrow size independe... | Assigned | |
|
Task Description
Leader Arrow size and the Architectural tick size are controlled by one and the same value.
It would be nice to get the possibility to adjust them independently from each other ...
|
|
617 | QCAD (main) | Feature Request | Low | Different dimensions font sizes in the same drawing. | Assigned | |
1 |
Task Description
Different dimensions font sizes in the same drawing.
|
|
1934 | QCAD (main) | Feature Request | Low | Diametric text - overlaid | Assigned | |
|
Task Description
Diametric text is always placed above a horizontal measurement.
I often want to indicate both the inside and outside diameter of an object e.g. a wheel using diametric text. The text is overlaid and illegible.
To avoid text overlapping, I use Horizontal Aligned because I can control the position of the text to avoid illegible text.
A better method would be to alternate the placement of diametric text (alternatively) above and below a measurement so that in the majority of cases an overlap would be avoided.
Similarly for a vertical measurement, the text is overlaid and illegible.
When the angle is almost vertical, the angle controls the side the text appears however it also reverses the direction of the text (which is logical but not attractive).
Kind regards Simon
|
|
2060 | QCAD (main) | Feature Request | Low | Dialog box for Layer Status | Assigned | |
1 |
Task Description
So far, layer status has only been implemented very rudimentarily. I wish something like a dialog box in which you can choose for each layer status, which layers belong to it and which not.
|
|
923 | QCAD (main) | Feature Request | Low | Diagramming (Intelligent Orthogonal Connectors) | Assigned | |
1 |
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.
|
|
1723 | QCAD (main) | Feature Request | Low | Detecting overlapping line / arc segments | Assigned | |
5 |
Task Description
Add a tool to detect overlapping segments or lines and arcs. Similar like the “overkill” command in other CAD systems.
|
|
1503 | QCAD (main) | Feature Request | Low | Detect duplicates within a given selection -new tool re... | Assigned | |
|
Task Description
It would be so useful to have an option to be able to detect duplicates within a given selection.
|
|
986 | QCAD (main) | Feature Request | Low | Detect duplicates - only on selected area | Assigned | |
1 |
Task Description
It would be useful to have an additional option to only detect duplicates on user defined selection of drawing. Please see topic: http://www.qcad.org/rsforum/viewtopic.php?f=32&p=9145#p9145
|
|
962 | QCAD (main) | Feature Request | Low | Default save / open directories | Assigned | |
1 |
Task Description
Add the option to use a fixed path for the save to, open and CAM export directories.
(G code files are usually saved in on directory that the Control Program opens them up from so this would save a ton of mouse clicking)
|
|
990 | QCAD (main) | Feature Request | Low | Default Names for Custom Property ... | Assigned | |
|
Task Description
Property Editor - Geometry - Custom - Add Custom Property
It would be nice to have in “Application preferences” the possibility to predefine a couple Custom Property Names. Right now I use the Custom Property function to add a DIN and the Material info to every Block. This project has a lot of DIN parts and I have to type again and again the names DIN ... Material ... DIN ... Material ... DIN ... Material ... DIN ... Material ... DIN ... Material ... you got my point
If I have predefined Names - I have just to fill out the value
|
|
1833 | QCAD (main) | Feature Request | Low | Deep synchronize attributes feature | Assigned | |
1 |
Task Description
There is the Synchronize attributes feature which works well. But It affects only block references in the active layout(modelspace, block layout). If I want to synchronize attributes of block references in in another blocks, i have to manually go through all blocks and run synchronize attributes feature. That is the reason I would like to modify Synchronize attributes feature to affect all block references in a drawing, or add new Deep synchronize attributes feature.
|
|
2070 | QCAD (main) | Feature Request | Low | cropping image | Assigned | |
1 |
Task Description
It may be useful to insert the “image cropping” function both in top / bottom - right / left mode, and with polyline
|
|
805 | QCAD (main) | Feature Request | Low | Create tool radius compensation / tool path generation | Assigned | |
|
Task Description
This is how I would implement this:
This would be a modification tool. Parts are selected, a toolpath is generated, and a dialog pops up to allow putting the tool path into an existing layer, a new layer, or replace all drawings in an existing layer.
This is how the toolpath is generated:
We iterate through all elements and explode everything but text into line segments. Then we connect the line segments into chains wherever the line endpoints are less than some tolerance away from each other. The chains can be very chaotic, but at least we have separate entities for now.
For every chain, we need to find the largest complete loop. A good drawing would only contain non-overlapping loops, but we can’t expect that. Everything that is not on this loop can not be defined as a part or as a hole, so we will merely create a tool path segment that is equivalent to the line segment. Every segment that *IS* on a loop is either an outside edge (part outline), or an inside edge (hole outline), (or overlapping, in which case it is neither, and we have an operator problem).
In a perfect world, we need to find exactly which shape is inside which other shape, and then create alternating tool offsets from the outmost loop (part edge) to the second outmost (hole), to the next (part) etc. .
In a simplified world, we can used the bounding box of the loop instead. This works OK for rectangular shapes, but a circle next to an “L” shape could be seen as inside the L’s bounding box, hence inside the L, wrongly accused of being a hole, not a part.
Now all that is left to do is to create a new loop, offset by the tool radius. Oh, and since we have the connections from line segment to line segment in the correct order already, we can use the opportunity to order all cutting loops from inner to outer, or from small to large, and order non-loop edges by travel distance.
The new drawing in the new layer can now be exported without further hassle to create a nice laser cut file.
PS: of course, a user could create multiple layers for marking, cutting, enraging, etc. . Additional Layer attributes for cutting speed and laser power (and a few more) would be needed.
|
|
1977 | QCAD (main) | Feature Request | Low | Corresponding coordinate format | Assigned | |
|
Task Description
Hi,
It would be less confusing to read messages in the command line protocol if it would use the same coordinate separators like the settings below Application Preferences / General / Coordinate Format.
This example shows the “Absolute Cartesian Coordinate” but of course all corresponding format settings should be used within messages.
Absolute Cartesian Coordinate: Setting = semicolon (;) but the message will use division (/).
|
|
579 | QCAD (main) | Feature Request | Low | Copy layers / blocks | Assigned | |
2 |
Task Description
Duplicate (copy, clone) a layer with or without entities on it. New name can be specified by user.
|
|
503 | QCAD (main) | Feature Request | Low | Convert entities to points with a fixed distance | Assigned | |
|
Task Description
Select lines, arcs, ... and convert them to points along the lines, arcs, ... with a fixed distance.
See also forum at: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1834
|
|
1705 | QCAD (main) | Feature Request | Low | Connect certain actions and layers | Assigned | |
1 |
Task Description
When dimensioning my drawings I always want the dimensions to be on the dimensions layer. When adding text I want the text to be on the text layer. When drawing an infinite line it is always a construction line, therefore I want it to be on the construction line layer. When drawing a line segment it almost always is on my outline layer.
So I propose a new option to bind certain actions to certain layers. Whenever those actions are selected the layer should automatically be switched.
I can imagine this being implemented in the General→Tool Settings menu, where the short cuts are defined.
|
|
670 | QCAD (main) | Feature Request | Low | Configurable rendering options for stacked text | Assigned | |
|
Task Description
Customer wishes that stacked text used as subscript is rendered differently (i.e. increased text size, lower position for subscript). This may also apply to superscripts.
|
|
684 | QCAD (main) | Feature Request | Low | Configurable behavior for using box selection with Shif... | Assigned | |
|
Task Description
See also: http://www.qcad.org/rsforum/viewtopic.php?f=32&t=2180
|
|
648 | QCAD (main) | Feature Request | Low | Configurable behavior for line patterns at weight 0.00 | Assigned | |
|
Task Description
A line with linestyle = dots and line weight = 0.00 appears in model space overly spaced, all other lineweights behave as expected. Suspect other linestyles to behave in a similar fashion.
See attached drawing.
Suggested fix: use the same scaling for lineweight 0.00 as for lineweight 0.05.
|
|
873 | QCAD (main) | Feature Request | Low | command line does not accept distance value for funtion... | Assigned | |
|
Task Description
In the comnmand line, I can sucessfully enter for example the radius of a circle to draw (Space 100 Enter) but the command line does not accept a value for the distance when drawing parallel lines (l p space 100 enter → error).
|
|
277 | QCAD (main) | Feature Request | Low | command line arguments: allow class name after -exec | Assigned | |
|
Task Description
command line arguments: allow class name after -exec
|
|
1452 | QCAD (main) | Feature Request | Low | Colour opacity option | Assigned | |
1 |
Task Description
Not sure how difficult this would be to implement but just wondered if it is possible to have an option in QCAD to change the opacity of a colour ?
related to topic: http://www.qcad.org/rsforum/viewtopic.php?f=83&p=15715&sid=45f0f0679e8257f3cf98f91e4f0c4577#p15715
|
|
609 | QCAD (main) | Feature Request | Low | Clean up tool | Assigned | |
1 |
Task Description
To have a ‘clean up ' tool to:
- eradicate duplicate lines - eradicate stray points - remove empty layers - remove unused blocks
Perhaps with an initial dialog which allows the user to choose what they want to clean up.
|
|
1282 | QCAD (main) | Feature Request | Low | Changeable color of the selection bar in layer list. | Assigned | |
1 |
Task Description
Changeable color of the selection bar in the layer list. Now the color of the bar is darkblue and the underlaid icons are black and are not readable.
|
|
1651 | QCAD (main) | Feature Request | Low | Change thickness of arch tick for dimensioning | Assigned | |
|
Task Description
An option in the drawing preferences to change the line thicknesses for arch ticks would be a huge plus, at the moment I am having to insert ‘arch tick’ blocks for this.
|
|
525 | QCAD (main) | Feature Request | Low | change the printed symbol of points | Assigned | |
|
Task Description
Hi,
in QCAD3 RC2 points were printed as crosses, in QCAD3 RC4 they are printed as (very little) points. I think this isn’t a bug but a feature.
It would be nice if one could change this behaviour / select the symbol of points.
Best regards - Stefan
This is a double post of http://www.ribbonsoft.com/rsforum/viewtopic.php?p=5870#5870 as suggested there.
|
|
1810 | QCAD (main) | Feature Request | Low | Change icons from black on white to white on black depe... | Assigned | |
1 |
Task Description
Automatic change of icons in the Library Browser from black on white to white on black or vice versa depending on the background (white or black; light or dark) in QCAD main window. See also https://www.qcad.org/rsforum/viewtopic.php?f=31&p=21970#p21970
|
|
1255 | QCAD (main) | Feature Request | Low | Change a quote value modify the drawing + link quotes w... | Assigned | |
|
Task Description
Change a quote value modify the drawing + link quotes with entities
In other words, makes quotes editable AND linked to entities.
|
|
1838 | QCAD (main) | Feature Request | Low | Carbide Create import | Assigned | |
|
Task Description
Add support for importing Carbide Create files (.c2d).
Format is JSON based, human readable.
|
|
1901 | QCAD/CAM | Feature Request | Low | CAM Traverse Toolpath | Assigned | |
|
Task Description
Hallo Andrew,
Still busy on the never ending G-code story. Urgently needed the very common Traverse Toolpath.
Example added as pdf.
Greetings
|
|
1902 | QCAD/CAM | Feature Request | Low | CAM G-Block Toolpath | Assigned | |
|
Task Description
Hallo Andrew,
Still busy on the never ending G-code story. Urgently needed the very handy G-code Block Toolpath. This ‘toolpath’ also solves a lot of “editing requests”.
|
|
1940 | QCAD/CAM | Feature Request | Low | CAM > CAM Configuration: Add program description | Assigned | |
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
|
|
1402 | QCAD (main) | Feature Request | Low | CAD-Toolbar, Toolbar, Menu, Tool Matrix with customized... | Assigned | |
|
Task Description
Would it be possible to arrange the Menu, CAD-Toolbar, Toolbar, Menu, Tool Matrix with customized keywords, like “simple”, advanced” and “expert” to show only a minimum for user there are begin with CAD, advanced for CAD-User, and expert for construction.
|
|
396 | QCAD (main) | Feature Request | Low | Blocks: moving blocks: show bounding box | Assigned | |
|
Task Description
Blocks: moving complex blocks with drag and drop should show bounding box as preview
|
|
316 | QCAD (main) | Feature Request | Low | Blocks list and selected block | Assigned | |
1 |
Task Description
Wouldn’t it be nice, if selecting a block in model view would somehow highlight (just like clicking a block in the list does) the selected block in the “Block List” window?
(Feature request sounds a little harsh, enhancement proposal would seem more apt.)
|
|
614 | QCAD (main) | Feature Request | Low | Blocks - overwrite current layer yes/no ... | Assigned | |
|
Task Description
I would appreciate an option for the library Browser that gives me the possibility to decide by my self to use the current (same name) layer in my drawing or overwrite it with the existing layers in the library item.
Imagine the possibility’s of this feature ....
|
|
1080 | QCAD (main) | Feature Request | Low | Bitmap export: calculate size based on bounding box inc... | Assigned | |
|
Task Description
I have created a drawing, where the CENTERS of the most outer lines have a distance of 3.06mm in both X and Y. The line weight of these outer lines is 0.6mm, so the whole image is 3.06mm + 2* 0.6mm/2 = 3.12mm wide and long (center to center plus half of the line weight on every side). Additionally in the export there is a frame around the image, making it 3.12 + 2*frame. The export function however calculates 3.06mm when setting the resolution to 1000Pix/cm, so it does not include the line weights and the outer frame.
|
|
1169 | QCAD (main) | Feature Request | Low | Bitmap clipping | Assigned | |
|
Task Description
Clipping bitmaps to only show a part of the image.
See: http://www.qcad.org/rsforum/viewtopic.php?f=32&t=3263
|
|
588 | QCAD (main) | Feature Request | Low | Bemaßung Prefix Dropdown mit eigenen Vorgaben erweitern... | Assigned | |
|
Task Description
Es wäre Arbeitserleichternd wenn ich bei den Optionen für Bemaßungen (Prefix/Postfix) eigene Präferenzen speichern könnte so das diese in allen Zeichnungen von mir verfügbar wären. Zudem wäre es wünschenswert dieses nicht nur bei den Prefix sondern auch bei den Postfix Angaben nutzen zu können was dann alle(?) Manipulationen erschlagen würde.
Siehe auch: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=11&t=1966
|
|
1425 | QCAD (main) | Feature Request | Low | Automatically create hatch entities behind border entit... | Assigned | |
|
Task Description
Automatically set the draw order one lower than the lowest draw order of a border entity when creating a hatch. This should be a user preference, since not everyone might want that behavior.
|
|
1917 | QCAD (main) | Feature Request | Low | Automatic labels with static information of the drawing | Assigned | |
|
Task Description
I would like static information of the drawing (like scale, creation-date, modified-date, revision etc) to be available as automatic labels to be placed in the drawing (with selectable style, font etc)
This would greatly simplify the creatin of title sections in the drawing and making sure it is consistent with the actual drawing and not requiring manual “synchronization”.
|
|
500 | QCAD (main) | Feature Request | Low | Autohide Side Panel | Assigned | |
1 |
Task Description
it would be ideal to be able to have the option to autohide the side panel to increase the visible drawing space when working on a small screen.
|
|
1681 | QCAD (main) | Feature Request | Low | Auto-dimensioning | Assigned | |
|
Task Description
You can apply the command to Lines, PolyLine segments, Arcs, Circles, and Rings:
For linear entities parallel to an axis of the coordinate system, aligned Dimensions (parallel Dimensions) are created. For linear entities not parallel to an axis of the coordinate system, either aligned Dimensions (measuring the absolute distance between two points) or horizontal or vertical Dimensions (measuring the horizontal or vertical distance between two points) depending on where you move the pointer are created.
For curved entities, you can create radial, diameter, linear, angular, and arc length Dimensions.
To dimension entities:
Click Dimension > Auto (or type AutoDimension). In the graphics area, select an entity to dimension. Click to place the dimension line. To use another dimension type for Circles or Arcs, specify an option: Diameter. Creates a diameter Dimension. Radial. Creates a radial Dimension for an Arc or Circle. Linear. Creates a linear Dimension of the diameter of a Circle or an aligned, horizontal, or vertical Dimension between the end points of an Arc. Angular. Dimensions the angle between the end points of an Arc. Arc length. Dimensions an Arc length. Note: The chosen option is the default the next time you use the AutoDimension command.
When you move the pointer during a linear dimensioning, you can: Lock. Determines the current dimension type (aligned, horizontal, or vertical) regardless where you move the pointer. Unlock. Unlocks the type of linear dimension used. Press Enter.
*** In short, when you use this tool you click on an entity and it will know what dimension you’re looking for. For Circles, you can specify in the command window R or D for Radius or Diameter. This would be extremely useful on large drawings where a lot of dimensioning is to be done. One tool and start clicking on entities for dimensioning.
|
|
554 | QCAD (main) | Feature Request | Low | Auswahlbox sollte auch mit der Shift Taste Bereiche dem... | Assigned | |
|
Task Description
Ziehe ich mit der Maus eine normale Auswahlbox kann ich Elemente markieren. Möchte ich einzelne Bereiche wieder herausnehmen muss ich alle Elemente einzeln anklicken (mit gedrückter Shift Taste). Ich kann zwar dies komfortabler gestalten mit der Select → (De -) Select Contour Funktion welche aber erst über das Menue aufgerufen werden muss.
So wie ich einzelne Elemente mit der Maus auswählen und mit der Shift-Maus Funktion deselektieren kann wäre es schön wenn die Shift Taste auch bei Auswahlbereichen direkt zum deselektieren eingesetzt werden könnte.
|
|
1023 | QCAD (main) | Feature Request | Low | Arrange points on a plan according to variation of dist... | Assigned | |
1 |
Task Description
Arrange points on a plan according to an arithmetical, geometrical, logarithmic, customizable variation of distances
|
|
895 | QCAD (main) | Feature Request | Low | Area calculation based on existing entities | Assigned | |
4 |
Task Description
Use case:
Start tool
Choose one entity of the contour
If contour is closed, area of closed contour is calculated an printed in the command line history
Configuration parameters: segment length for arc interpolation
|
|
1472 | QCAD (main) | Feature Request | Low | Arc fit tool to improve large files | Assigned | |
|
Task Description
Large files/large entities perform bad in QCad. There are many dxf files that are created with thousand of lines that perform reasonable in other cad’s/cam’s that qcad cannot match.
One very useful tool, that could be added would help to improve qcad performance and at the same time enlarge the dxf quality (by replacing thousand of files by arcs), would be a tool called “arc fit” where, when possible and under a determined possible error margin (user selectable) creates arcs replacing the existing lines. This would improve the file work in QCad also improves CAM software that would work after QCad, that I think is important for many users.
For example, if it is needed to use qcad to generate toolpaths for letters, after exploding letters, the output is almost impossible to work due to the number of lines that are created. Having arcs instead of lines would greatly improve qcad use.
|
|
741 | QCAD (main) | Feature Request | Low | An additional Radius Measurement tool ... | Assigned | |
3 |
Task Description
It would be nice to have an additional Radius Measurement tool with short leads. The current Radius tool shows always the lead line to the center of the radius what is in many cases not useful.
I’m not asking for a workaround
|