|
1866 | QCAD (main) | Bug Report | Low | DXF: EXTMIN/EXTMAX interchanged | Closed | |
|
Task Description
In the attached drawing, the origin is at the lower left, but $EXTMAX 10 = 0, 20 = .66473 and $EXTMIN = 10 = 3.2, 20 = 0
The X value for $EXTMAX should be 3.2 The X value for #EXTMIN should be 0
the following is an excerpt from the file $EXTMIN 10 3.2 20 0.664730029289 30 0.0
9
$EXTMAX 10 0.0 20 0.0 30 0.0
|
|
1867 | QCAD (main) | Bug Report | Low | Can you provided a worked example for scripting (I can' ... | Closed | |
|
Task Description
Please can you provided a worked example for scripting (I can’t find anything similar in the Help/Book)?
I have a 2D drawing that has a segmented circle that is divided into 12/16/20 segments etc.
I want to show this in a side 2D view e.g. there are 6/8/10 segments visible to fill in a rectangle.
I can manually calculate the distance to draw vertical “fill” lines by calculating the angle of the end of each segment. With the option to rotate the position of the lines by half/third of a segment.
A simple example with only 2 segments visible, it’s 0, 50% and 100%. With 4 segments, it’s tan(22.5), tan(45), -tan(45) and 90 degrees that’s approximately 41%, 50%, 59% and 100%.
So the task, is to receive the coordinates of the area e.g. a rectangle, divide the rectangle into unequal smaller rectangles.
I imagine that a 3D program can do this, but I want to do something similar. Perhaps this is more easily applied - I’m new to CAD and QCAD.
|
|
1869 | QCAD (main) | Bug Report | Low | QCAD Community startup failure on Linux/Qt 5.10.1 | Closed | |
|
Task Description
QCAD Community, built from Git HEAD (bf30371), Linux (Ubuntu 18.04 x64), Qt 5.10.1, fresh build on a completely clean, new checkout.
Warning: QApplication: invalid style override passed, ignoring it.
17:00:05: Debug: RDxfPlugin::init
17:00:05: Debug: RScriptsPlugin::init
Warning: Cannot load translation: "qtbase_en"
Warning: Cannot load translation: "qt_en"
Warning: Cannot load translation: "assistant_en"
Warning: Cannot load translation: "qt_help_en"
Warning: Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication.
Warning: action not found: "Scheme"
Warning: RScriptHandlerEcma::eval: script engine exception: "TypeError: Result of expression 'global[defaultActionClass].init' [undefined] is not a function."
Warning: "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
Warning: RScriptHandlerEcma::eval: script engine exception: "TypeError: Result of expression 'global[defaultActionClass].init' [undefined] is not a function."
Warning: "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
Warning: At least one uncaught exception:
Warning: "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
17:00:07: Debug: "<global>() at 522"
My best guess is this was introduced sometime during last week or thereabouts (i.e. before that, Git HEAD used to work fine).
|
|
1871 | QCAD (main) | Bug Report | Low | View > Block List: Renaming current block does not upda ... | Closed | |
|
Task Description
Scenario:
launch BE / Edit contents of selected block, Pencil symbol shows that this block is now in edit mode, launch Rename Block / rename it, confirm with ok, dialog closes, renaming doesn’t works, pencil symbol is still on that block, try to launch rename block again - doesn’t work anymore, return to main drawing, if I then select this block it will show the new name in the Property editor but not in the block list, if I try to open this block within the block list again it doesn’t works, if I open this block within a double-click in my drawing it will open but the pencil isn’t shown.
|
|
1872 | QCAD Community Edition | Suggestion | Low | inconsistent color of the active layer icon for dark th ... | Closed | |
|
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
|
|
1873 | QCAD (main) | Bug Report | Low | dark theme / invisible shortcuts in tool tooltips | Closed | |
|
Task Description
Hello
I noticed that when the dark scheme has been chosen the shortcut for any toolbar tool, shown inside tool tooltip has color similar to the tooltip background which makes it invisible.
QCAD version 3.22.0.0 (3.22.0) revision 2ba5a26 Checked on Windos, Suse, Archlinux.
Best regards Jacek
|
|
1874 | QCAD (main) | Bug Report | Low | Crossing selection not working | Closed | |
|
Task Description
When doing the selection shown in attached image, only horizontal line gets selected.
This only happen in some drawings. When starting a new drawing all selects as expected but when increasing complexity some lines can’t be selected using crossing selection.
If you copy/paste to new file it’s still not working, nor in other computer.
|
|
1875 | QCAD (main) | Bug Report | Low | Add new layer - minor issue | Closed | |
|
Task Description
Create new drawing. Add new layer (Layer 1) Layer 0 still selected (highlighted) but new entities drawn on Layer 1
Very best
|
|
1876 | QCAD (main) | Bug Report | Low | Edit > Convert Drawing Unit: block array spacing | Closed | |
|
Task Description
Block array column and row spacing not scaled in unit conversion.
|
|
1879 | QCAD (main) | Bug Report | Low | File > PDF Export: print preview unclosable | Closed | |
|
Task Description
If the print preview is opened automatically using File > PDF Export, the print preview does not open correctly or is unclosable (script exception).
|
|
1880 | QCAD (main) | Bug Report | Low | Line only trims one end when trimmed to circle | Closed | |
|
Task Description
using the trim (RM) command the drawing has a circle with a line going through it. I want to trim the line ends to the circle with the remaining lines inside the circle. select the circle as limiting entity. command line says Choose entity to trim. click the line on the right side of center, the excess line on the right is properly trimmed. command line says Choose entity to trim. Click the remaining line inside the circle on the left side of center. nothing happens.
if I exit the trim command and re-enter, now I can trim the left side of the line
|
|
1881 | QCAD (main) | Bug Report | Low | Layers issue resurfaces | Closed | |
|
Task Description
Layers issue has returned. Add new layer and the new layer, even though active, is not highlighted although the pencil icon shows. And in some cases no layers are highlighted after the new layer is added or the wrong layer is highlighted after adding new layer. 3.22.09
|
|
1882 | QCAD (main) | Bug Report | Low | Found a two bugs in the formation of the text | Closed | |
|
Task Description
1. \fGOST Common|b0|i1|c204|p34|;Text - not correctly recognized in Qcad, displays all content (with last “|”, so forms AutoCAD) \fGOST Common|b0|i1|c204|p34;Text - normally recognized in Qcad 2. Line spacing (\pxsm1; \pxsm2; \pxsm3; etc.) is not recognized in Qcad:
\pxsm1;{Text\PText}
output as:
xsm1;Text Text
|
|
1883 | QCAD (main) | Bug Report | Low | File > SVG Export: invalid SVG comments | Closed | |
|
Task Description
SVG / XML output is invalid if text contains “–“.
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6254
|
|
1884 | QCAD (main) | Bug Report | Low | File > Bitmap Export: margins despite zero margin setti ... | Closed | |
|
Task Description
A margin of 0px can still lead to a margin if width is much larger than height or vice versa.
See also: https://qcad.org/rsforum/viewtopic.php?f=33&t=6257
|
|
1885 | QCAD (main) | Bug Report | Low | Modify > Edit Text: Text dialog messes up formatting of ... | Closed | |
|
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6267
Create text with formatting:
\fArial|b0|i1|c0|p0;R\fArial|b0|i0|c0|p0;\S^2;
i.e. Capital, italic R with subscript 2 (not italic).
Edit text.
Formatting changed to (invalid):
\fArial|b0|i1|c0|p0;R\S^\fArial|b0|i0|c0|p0;2;
|
|
1889 | Documentation | Bug Report | Low | Autosave fails for QCAD original cxf font location | Closed | |
|
Task Description
Now I try the third time to post this .... .... deleted by “wrong token”??????? However ...
Regarding to the online tutorial:
quote: Opening a CXF Font for Editing
To load an existing CXF font file in QCAD to view and edit its glyphs, simply use the menu File > Open and choose the format filter “CXF Font Files (*.cxf)”. Then choose the font file you want to open. The fonts that come with QCAD are stored in directory “fonts” of your QCAD installation.
quote end
Editing the cxf font in the original QCAD font folder will lead to a error message triggered by the Autosave function:
File access error: “C:/Program Files/qcad-3.22.1-pro-win64/fonts\~~Husky_test_font.dxf”. Access is denied. [15:34:58] Autosave failed: C:\Program Files\qcad-3.22.1-pro-win64\fonts\~Husky_test_font.dxf
Note: Windows will not save anything in a system folder and the process is terminated by windows.
Solution: Move the cxf font for editing from the QCAD folder to a unprotected folder like Documents/drawings. After editing is done move it back to the QCAD font folder.
|
|
1891 | QCAD (main) | Bug Report | Low | File > Import: import fails | Closed | |
2 |
Task Description
I’m not able to import any dxf or dwg.
|
|
1892 | QCAD (main) | Bug Report | Low | weird/inconsistent text-alignment | Closed | |
|
Task Description
I guess I’ve discovered a bug:
Text elements align the same no matter if “base” or “bottom” alignment is chosen. The text is “shifting” (in both cases) when the characteristic “contains glyphs that cross the base line” is changed. Same shifting also occurs with text aligned “top” with having no glyphs reaching the top-line. I assume this isn’t the intended behaviour ...
For demonstration I attached a file where I’ve put lines (to align with) and three sample texts “as” (only “center”-glyphs), “aps” (glyph crossing base-line) and “this” (glyphs reaching top-line), each aligned with all vertical alignment-options (1-top, 2-midlle , 3-base , 4-bottom).
Hope fixing this dosen’t take too much effort. Regards, Volker
|
|
1893 | QCAD (main) | Bug Report | Low | Translations not loaded during first start | Closed | |
|
Task Description
See also: https://qcad.org/rsforum/viewtopic.php?p=23723
|
|
1894 | QCAD (main) | Bug Report | Low | File > Bitmap Export: points rendered too big | Closed | |
|
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6327
The problem is related to PDSIZE being set to 0 which means “5% of drawing area height”.
|
|
1896 | QCAD (main) | Bug Report | Low | File > Open: Import fails for some files with layer sta ... | Closed | |
|
Task Description
Layer states in DXF/DWG files may contain NULL layers (likely deleted layers). Import fails in these cases.
|
|
1898 | QCAD (main) | Bug Report | Low | Lines are broken when saved in layers. | Closed | |
|
Task Description
QCAD community edition.
I use this program to generate CAM data. Whenever I save a the same text in different layers - one of the layers saved has broken lines. I have to spend hours extending and trimming each segment to reattach them.
Duplicate problem:
New file Add some text Explode into lines Add layer Add same text to same location on new layer Explode into lines Save file
|
|
1906 | QCAD (main) | Bug Report | Low | Draw > Polyline > Polyline from Segments: Converting fu ... | Closed | |
|
Task Description
Win7/32bit QCADpro 3.22.1.0
Full 360 degrees Arcs don’t convert correct to polylines with the methods OG and OC. Both methods create a zero-length open type Polyline and remove the full Arc. OG creates a Poly with 2 vertexes at the startpoint (= endpoint) and OC one with 0 (zero!) vertexes. The firts one is selectable, the second one only with ‘Select All’//TA because there are no references.
The OL method with the same start and endpoint doens’t affect the full arc. Neither a poly is created nor an error is generated that the method failed.
Typical the bulge of the OG method is (-)16331239353195370, the OC method has no references. The math to calculate the bulge should result in a division by zero or an illegal function as tan(π/2). Therefore a polyline can’t contain a 360 degrees arc by standard means.
From the OC method is known that it simplify coradial arc strings to a single arc. This should not result in 360 degrees arcs what would result in zero-length segments. (With CAM fuzzy things may happen at such positions)
Simplifying coradial arcs strings that would create a 360 degrees arc should result in no less then two coradial Arcs. The OG method will then creates a open Poly with 3 vertexes, OC a closed one with 2 vertexes.
Found while fiddling around with editing CXF fonts. CXF uses full Arcs, two half arcs and even polylines with coradial segments that forms circles are supported, the OC closed polyline with 2 vertexes is recoded as two 180 degree Arcs (90-270&270-90).
Regards CVH
|
|
1907 | QCAD/CAM | Bug Report | Low | having issues importing and opening dxf files | Closed | |
|
Task Description
can not import dxf files
|
|
1908 | dwg2maptiles | Bug Report | Low | dwg2maptiles: Transparent background not cleared | Closed | |
|
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=6389
|
|
1909 | QCAD (main) | Bug Report | Low | Blocks invisible when loading disappear when made visib ... | Closed | |
|
Task Description
See also: https://www.qcad.org/rsforum/viewtopic.php?f=74&t=6377
Regression caused by fix to FS#1899 .
|
|
1910 | QCAD (main) | Suggestion | Low | Please take a look at 1898 again | Closed | |
|
Task Description
Please take a look at 1898 again. There is a problem.
|
|
1912 | QCAD/CAM | Bug Report | Low | Tool Description Error | Closed | |
|
Task Description
Hallo Andrew,
Testing the drill toolpath I find it hard to select the correct tool by a small bug
|
|
1914 | QCAD/CAM | Feature Request | Low | CAM layer On/Off | Closed | |
|
Task Description
Hallo Andrew
If CAM layer invisible do not 3D Simulate and do not write G-code.
|
|
1918 | QCAD (main) | Bug Report | Low | Splines whit control points of order 1 and 4 not select ... | Closed | |
|
Task Description
Set up a spline with control points let’s say of the order 3. Clone it 3 times with some offset in x&y. Edit the degree property and set 1ste to 1, 2nd to 2, aso Draw select partially from right to left. Those of the order 1 and 4 aren’t selected.
Regards
|
|
1924 | QCAD (main) | Bug Report | Low | SweepAngle = 0 | Closed | |
|
Task Description
Win7pro 32bit Wininstaller Qcadpro 3.23.0
Draw an arc. Select the arc. In Property Editor: Set start angle to 135 Set end angle to 135
SweepAngle = */-360
edit the end angle and add “+360”, hit enter
SweepAngle = 0
An arc with zero sweep is a point. A point is not an arc. With the same start and end parameter an arc should have a sweep of +/-360. As for entries by points or by angles.
Regards
|
|
1925 | QCAD (main) | Suggestion | Low | Poly Ref Points manipulation that generates null-segmen ... | Closed | |
|
Task Description
Win7pro 32bit Wininstaller Qcadpro 3.23.0
With a polyline.
Select the poly. Pick any reference point of a vertex. Place it on any of its neighboring vertex reference points.
A null-segment is created. The placement can not be undone by re-picking the reference point. Can be Undone/Redone. The action can result from editing the vertex coordinates. When exploding null-entities are created.
This action should delete: - if the target is next: the picked vertex. (incl. start or end-1) - if the target is prior: the targetted vertex. (incl. start or end-1) - if the target is and next and prior: both the prior and the picked vertex.
As the user intentionally places any vertex reference points on: - any excluding its neighbors: → the intented nature is ‘Self-Touching’, ‘Self-Crossing’ or ‘Trace-Back’. - any of its neighbors: → the intention is to delete the segment(s).
Regards
|
|
1927 | QCAD (main) | Bug Report | Low | Drawing and printing inconsistent, with wrong/missing e ... | Closed | |
1 |
Task Description
Drawing and PrintPreview are consistent, but printout differs : rectangle missing (bottom right), line missing (bottom green line) - see att. Error can be reproduced, after saves and restores. A VERY elementary WYSIWIG-problem....
|
|
1931 | QCAD (main) | Bug Report | Low | File > SVG Export: hatch arc interpolation | Closed | |
|
Task Description
Hatches with arc boundaries are exported as crude polygons.
See also: https://qcad.org/rsforum/viewtopic.php?f=33&t=6494
|
|
1933 | QCAD (main) | Bug Report | Low | File > Advanced SVG export: file overwrite check doesn' ... | Closed | |
|
Task Description
In the Advance SVG Export dialog, when I edit the filename to be different than the default file that already exists and then clear the checkbox for “Overwrite existing file without asking” just to make sure that I haven’t already created a file with the modified name as well, then I get a popup warning that the export would overwrite the default filename, not the name as edited. In other words, the overwrite check ignored the fact that I edited the filename.
Observed on MacOS Mojave (10.14), but probably applies to all.
|
|
1935 | QCAD (main) | Bug Report | Low | Startup preferences | Closed | |
|
Task Description
Startup preferences
On Mac 10.14.6: QCAD Pro → Preferences... → Startup
Check or uncheck “Enable Splash Screen”
1. Restart of QCAD, the splash screen with Initialising add-ons xx% is identical
2. Apply, Cancel and OK buttons - why have both Apply and OK buttons?
|
|
1936 | QCAD (main) | Bug Report | Low | ver 3.23 not saving font information | Closed | |
|
Task Description
The attached file is not saving font preference. All fonts on the online layer are reported as the standard font. If I highlight one or all of the text entities and change the font to something like Yu gothic light, the property page reports yu gothic light and the screen reflects the changed font. If I save, close and reload, the fonts for all text is again “standard”.
So then I try to enter new text via the “A” draw text command icon. I select “Broadway.ttf” as the main font in the text entry dialog. One word “Broadway” is entered as the text. it appears on the upper left of the screen as expected and the font name is Broadway in the property editor. If I look at the dxf file source there is a whole bunch of text styles. I save and close the file, and then open it again. Now the word Broadway has changed to font name “standard” in the property editor and is very definitely not the Broadway.ttf font.
I am not the originator of the file, I am just trying to change the font. If I start a new file and enter new text the font saves just fine, so I am thinking it is a setting somewhere, but I am unable to find it.
We (me and my customers) use these files for engraving so exact font is critical.
|
|
1937 | QCAD (main) | Bug Report | Low | Circle shown in QCAD but not in AutoCAD | Closed | |
|
Task Description
The attached drawing shows two large concentric circles when viewed in QCAD but the inner circle is missing when viewed in other CAD programmes. This cost $50 in rework as my laser cutting was not cut correctly!
|
|
1939 | QCAD Community Edition | Bug Report | Low | Right click not working in QCAD Community Edition | Closed | |
|
Task Description
After I remove the .dll files from the pro trial version, right click stop working on Windows 10. I went a little further to try identifying which of the 5 files specifically causes right click to stop working, and I found that it is qcadproscripts.dll. The presence or absence of the other 4 dll files that make up the pro version has no influence on this behavior.
|
|
1941 | Snapshot Release | Bug Report | Low | Invisible layers displayed | Closed | |
|
Task Description
Snapshot release 3.23.0.2
See also: https://qcad.org/rsforum/viewtopic.php?p=24757
|
|
1942 | QCAD (main) | Bug Report | Low | Draw > Circle > Two tangents and point: fails for case ... | Closed | |
|
Task Description
The result of the tool CT2 depends on the position where the circle is constructed.
See also https://www.qcad.org/rsforum/viewtopic.php?f=32&t=6577&p=24772#p24772
|
|
1943 | QCAD (main) | Bug Report | Low | Tool "New from Template" fails | Closed | |
|
Task Description
QCAD 3.23.0.2 File / New from Template fails in different situation like immediately after launching the tool, sometimes after changing directories in the dialog like from imperial to metric etc.. QCAD tries for ever (wait cursor) or even quits QCAD. It’s not a clear pattern ...
See also: https://www.qcad.org/rsforum/viewtopic.php?f=89&t=6585
3.23.0.2 doesn’t works 3.23.0 works
Reported on Ubuntu 19.4, Win10
|
|
1944 | QCAD (main) | Bug Report | Low | Block toggle switch for visibility fails | Closed | |
|
Task Description
3.23.02 Block toggle switch for visibility fails. 3.23.0 Block toggle switch for visibility works.
|
|
1945 | QCAD (main) | Bug Report | Low | Splines saved incorrectly | Closed | |
|
Task Description
Closed splines (Control points) are saved as “not closed” with a new knot (when DXF is closed and re-opened). Is this behavious intended ?
|
|
1946 | QCAD/CAM | Bug Report | Low | CAM > Cam Legacy Export: Cut inner paths before outer p ... | Closed | |
|
Task Description
The option “Cut inner paths before outer paths” is ignored, causing trouble when outer paths are cut first.
Attached is a link to the script files and gcode examples.
|
|
1947 | QCAD (main) | Bug Report | Low | Startup failure | Closed | |
|
Task Description
QCAD community, Git ba68e28d3d (current HEAD), fresh clean compile on Ubuntu 18.04/x64 (gcc 7.4.0, Qt 5.9.5)
QCAD version 3.23.0.2
Warning: QApplication: invalid style override passed, ignoring it.
Warning: Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication.
Warning: action not found: "Scheme"
Warning: RScriptHandlerEcma::eval: script engine exception: "TypeError: Result of expression 'RS.getIdealThreadCount' [undefined] is not a function."
Warning: "<anonymous>(uiFile = 'scripts/Widgets/ViewportWidget/ViewportWidgetQt.ui', graphicsSceneClass = undefined) at /home/ice/w/qcad/qcad/scripts/Widgets/ViewportWidget/ViewportWidget.js:172\n<anonymous>(viewports = [object Object], uiFile = undefined, graphicsSceneClass = undefined) at /home/ice/w/qcad/qcad/scripts/Widgets/ViewportWidget/ViewportWidget.js:75\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:248\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:796\n<global>() at scripts/autostart.js:834"
Warning: RScriptHandlerEcma::eval: script engine exception: "TypeError: Result of expression 'RS.getIdealThreadCount' [undefined] is not a function."
Warning: "<anonymous>(uiFile = 'scripts/Widgets/ViewportWidget/ViewportWidgetQt.ui', graphicsSceneClass = undefined) at /home/ice/w/qcad/qcad/scripts/Widgets/ViewportWidget/ViewportWidget.js:172\n<anonymous>(viewports = [object Object], uiFile = undefined, graphicsSceneClass = undefined) at /home/ice/w/qcad/qcad/scripts/Widgets/ViewportWidget/ViewportWidget.js:75\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:248\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:796\n<global>() at scripts/autostart.js:834"
Warning: At least one uncaught exception:
Warning: "<anonymous>(uiFile = 'scripts/Widgets/ViewportWidget/ViewportWidgetQt.ui', graphicsSceneClass = undefined) at /home/ice/w/qcad/qcad/scripts/Widgets/ViewportWidget/ViewportWidget.js:172\n<anonymous>(viewports = [object Object], uiFile = undefined, graphicsSceneClass = undefined) at /home/ice/w/qcad/qcad/scripts/Widgets/ViewportWidget/ViewportWidget.js:75\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:248\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:796\n<global>() at scripts/autostart.js:834"
17:14:39: Debug: "<global>() at 172"
Then QCAD exits (does not start). As far as I remember, 3.23.0.2 release was fine.
|
|
1948 | QCAD (main) | Bug Report | Low | Modify > Offset (through Point): Point orthogonal to en ... | Closed | |
|
Task Description
See also: https://www.ribbonsoft.com/rsforum/viewtopic.php?t=6590
|
|
1949 | QCAD (main) | Bug Report | Low | Modify > Break out: Leftover (zero length line) after u ... | Closed | |
|
Task Description
When using D2 on the vertical line (orange line in the attached example) a small zero length line is left over. This doesn’t happen if the vertical orangle line were a finite, line with two distinct endpoints.
|
|
1950 | QCAD (main) | Bug Report | Low | File > Save As: File dialog offers unsupported export f ... | Closed | |
|
Task Description
QCAD Pro fails to write R10, R9, R2.6, R2.5 dwg files. Younger types and dxf work as expected. Tested the issue back to QCAD 3.18 - no version is able to save those file types.
See also: https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6620&p=24980#p24980
|