|
2087 | QCAD (main) | Feature Request | Low | More options for "Paste along Entity" [PE] | Assigned | |
1 |
Task Description
“Paste” has already the options: To current layer, Overwrite layers, Overwrite blocks.
Would be a nice time saver to have the same options for “Paste along Entity” too.
|
|
2091 | QCAD (main) | Feature Request | Low | Toggle redrawing of hatches | Assigned | |
2 |
Task Description
Because modifying hatches have lag issues I’d like to propose a toggle that turns of the redrawing/rendering of the hatch. Especially while modifying the hatch.
The hatches always have a boundary that can be worked with right? So when we move or stretch the hatch we can still see the boundary and its handles to perform all the actions.
This could be a new view mode that turns of the view of the interior/pattern of the hatch but leave the boundary of the hatch. Or the draft mode can be extended to include simplified hatches while modifying.
Also see the discussion
|
|
2107 | QCAD (main) | Feature Request | Very Low | Add a button to the tool bar to allow for a quick backg... | Assigned | |
1 |
Task Description
I find myself with reasonable regularity needing to change the background color between black and white. It would be much more efficient to have a toggle button on the ribbon to make this sort of instant (kind of like the “screen based line types” button works but make it for background color and just between black and white or let people define their dark and light themes and toggle the background between the two.
|
|
2127 | QCAD (main) | Feature Request | Low | Snap for predicted intersections while using "Restrict ... | Assigned | |
2 |
Task Description
I would like to request a new kind of snap: a “Restricted Intersection” snap that appears at the point where an entity would intersect with a line drawn from Relative Zero that fulfills the current EL criteria. “Restricted Intersection” snaps would be similar to other Relative Zero-based snaps (like “Perpendicular” and “Tangential”), but would predict the point of the snap from the EL constraints instead of the characteristics of the entity being snapped to. Naturally a value of 0 for angle or length would result in that constraint being ignored.
Additional operational flexibility could be achieved by allowing the snap to exist regardless of whether EL is actually in use. To be useful this would probably require determining snap locations based on angle OR length as opposed to angle AND length.
Implementing this new snap would allow, for example, for easily drawing a line of unknown (but determinable) length at a specified angle between a given point and a given entity (see discussion here), with the “Restricted Intersection” snap ensuring that the endpoint of the new line forms an intersection with the entity in question. Currently the same goal can be achieved a couple of different ways, but they all involve at least two separate steps.
|
|
2128 | QCAD (main) | Feature Request | Low | "Create Library Item" "Save As" dialogue doesn't rememb... | Assigned | |
2 |
Task Description
This is either a bug or a feature request, depending on perspective; my apologies if I’ve picked the wrong one. Additional discussion can be found here.
Steps to reproduce: 1. Create an entity 2. Run “Create Library Item” [BT] 3. Select Reference Point
Expected outcome: “Save As” dialogue opens in the directory that the previous library item was saved in
Actual outcome: “Save As” dialogue opens in ( RSettings.getLaunchPath() + “/libraries” )
Additional Context: The reason I’ve categorized this as a bug is because, relative to the behaviour of the main “Save As” dialogue (which does remember the last directory used) the behaviour of the “Create Library Item” “Save As” dialogue is unexpected.
Software versions: QCAD 3.25.2 Pro Windows 10 Pro
|
|
2161 | QCAD (main) | Feature Request | Low | Make Polyline from Selection (OC) configurable for simp... | Assigned | |
1 |
Task Description
QCAD Professional 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
Not related to OS, nor version.
The method Polyline from Segments (OC) can be configured for tolerance and simplification in the Options Toolbar. The method Polyline from Selection (OG) has no UI or none showing.
OG retrieves a tolerance from QCAD.ini, what is initially not set:
var tolerance = RSettings.getDoubleValue("PolylineFromSelection/Tolerance", 0.001);
The tolerance will be default = 0.001 similar as the default in AppPrefs. The tolerance setting is included in QCAD.ini after changing the AppPrefs entry.
OG calls PolylineFromSelection.autoJoinSegments with this tolerance:
var counter = PolylineFromSelection.autoJoinSegments(di, tolerance, this);
PolylineFromSelection.autoJoinSegments calls PolylineFromSegments.createPolylineShape with simplification hard coded to true. (last parameter)
// create polyline from line, arc, spline or open polyline entity:
var polyline = PolylineFromSegments.createPolylineShape(
entity, doc, vTolerance, op, undefined,
traversed, callBacks, undefined, true);
I would like to see the simplification optional and default = true.
Regards, CVH
|
|
2173 | QCAD (main) | Feature Request | Low | View > Selection Filter: Add alpha property for hatches | Assigned | |
2 |
Task Description
Add alpha property to filter for hatches.
|
|
1815 | QCAD/CAM | Feature Request | Low | Add Laser tool option | Assigned | |
|
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
|
|
1841 | QCAD/CAM | Feature Request | Low | QCAD/CAM Postprocessor "Hpgl": Add pen colors to HP/GL ... | Assigned | |
|
Task Description
Add SPx; with x being pen number from 1-8.
TODO: - Which color corresponds to which pen number? - What if there are more than 8 colors in a DXF files?
|
|
1844 | QCAD/CAM | Feature Request | Low | HP/GL (PLT) import | Assigned | |
|
Task Description
Hi Andrew
QCAD/CAM misses a hpgl.plt import. If gerber and G-code can, so should plt.
|
|
1846 | QCAD/CAM | Feature Request | Low | Toolpath preset offsets | Assigned | |
|
Task Description
Hi Andrew
A request for adding some fields to the toolpath
|
|
1877 | QCAD/CAM | Feature Request | Low | Post Processor Tutorial | Assigned | |
|
Task Description
Hallo Andrew,
I am still busy on the never ending G-code story. Doing so I wrote a small Post Processor Tutorial for all those nerds who wants to write their own. If you like it you might add it to QCAD. However, since English is not my native tongue I suggest checking it would be wise.
Meanwhile I have downloaded the source code, and could not find the CAM’s Drill-path-script. I am now using a negative Drill Cut Depth to set a Laser Dwell time, were as a field “Dwell Time (in seconds)” in the Drill-path would be more appropiate. Is this script open source available or is it part of ‘closed part’ of QCAD?
|
|
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”.
|
|
1911 | QCAD/CAM | Feature Request | Low | Drill Toolpath | Assigned | |
|
Task Description
Hallo Andrew
It would be more than conveniant, defining the drilling locations of the drill toolpath, by selecting a circle’s center point.
|
|
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
|
|
2164 | QCAD/CAM | Feature Request | Low | Add ability to pan the 3D view with a modifier key and ... | Assigned | |
|
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.
|