Search found 9002 matches

by andrew
Fri Feb 02, 2024 12:07 pm
Forum: QCAD 'How Do I' Questions
Topic: How to make Scale Options proportional by default
Replies: 8
Views: 1489

Re: How to make Scale Options proportional by default

We cannot communicate a timeline for the next version as this depends on passing unit tests on all platforms. This is not considered a high priority issue.
by andrew
Fri Feb 02, 2024 12:05 pm
Forum: Chat
Topic: receiving emails from forum responses
Replies: 2
Views: 967

Re: receiving emails from forum responses

You can subscribe to topics:
Screenshot 2024-02-02 at 11.54.08.png
Screenshot 2024-02-02 at 11.54.08.png (136.23 KiB) Viewed 963 times
You can also change defaults on your profile page.
by andrew
Fri Feb 02, 2024 12:04 pm
Forum: QCAD Troubleshooting and Problems
Topic: Picutre import hides drawing lines
Replies: 6
Views: 1319

Re: Picutre import hides drawing lines

You can disable highlighting of entities completely under:
Edit > Application Preferences > Graphics View > Behavior > Highlight entity within range (untick)

The behaviour is desired when working with overlapping bitmaps. A separate preference might be added for bitmaps.
by andrew
Fri Feb 02, 2024 11:49 am
Forum: QCAD 'How Do I' Questions
Topic: How to make Scale Options proportional by default
Replies: 8
Views: 1489

Re: How to make Scale Options proportional by default

This has been fixed for the next release:
https://qcad.org/en/changelog

FS#2525

Please note that there are no QCAD versions 6.5.2 or 4.8.6. Could this be the Qt version?
The current QCAD version is 3.29.3.
by andrew
Fri Feb 02, 2024 11:19 am
Forum: QCAD Troubleshooting and Problems
Topic: Picutre import hides drawing lines
Replies: 6
Views: 1319

Re: Picutre import hides drawing lines

The reason: QCAD displays the currently highlighted entity that is nearest to the mouse cursor in front, so you cannot accidentally select something you cannot see. This has not changed in recent versions. The solution: Put the image on a separate layer and lock that layer, making the bitmap not sel...
by andrew
Thu Feb 01, 2024 7:11 pm
Forum: QCAD Professional
Topic: Impression à une échelle définie (1:50)
Replies: 4
Views: 1490

Re: Impression à une échelle définie (1:50)

Il convient de noter que les imprimantes ne sont pas très précises, principalement en raison du glissement lors du transport du papier. Le papier, quant à lui, n'est pas non plus un matériau précis puisqu'il se contracte et se dilate en fonction de la température et de l'humidité. L'écart peut attei...
by andrew
Wed Jan 31, 2024 4:32 pm
Forum: QCAD Suggestions and Feedback
Topic: Tool options persistence
Replies: 5
Views: 1880

Re: Tool options persistence

tkyler: I can confirm the problem on the M1/M2/M3 platform. This has been fixed for the next release.
by andrew
Wed Jan 31, 2024 3:50 pm
Forum: QCAD Suggestions and Feedback
Topic: Tool options persistence
Replies: 5
Views: 1880

Re: Tool options persistence

Thanks. This is all on the Apple M1/M2/M3 platform, right?

Bug report under:
https://www.qcad.org/bugtracker/index.p ... sk_id=2525
by andrew
Tue Jan 30, 2024 8:45 am
Forum: QCAD/CAM
Topic: Nesting order of quality?
Replies: 6
Views: 2079

Re: Nesting order of quality?

Please set the nesting strategy to "Align" instead.
The "Hull" algorithm is indeed flawed and will likely be removed from future versions.
by andrew
Mon Jan 29, 2024 10:52 am
Forum: QCAD Professional
Topic: [Résolu] qcad ne répond plus après sortie de mise en veille
Replies: 4
Views: 1532

Re: qcad ne répond plus après sortie de mise en veille

frawin wrote:
Fri Jan 26, 2024 6:32 pm
Est-ce que ce paramètre de lancement peut être ajouté sans problème dans le fichier Ribbonsoft-qcad.desktop ?
Oui, je pense que cela devrait suffire.
by andrew
Fri Jan 26, 2024 5:05 pm
Forum: QCAD Professional
Topic: [Résolu] qcad ne répond plus après sortie de mise en veille
Replies: 4
Views: 1532

Re: qcad ne répond plus après sortie de mise en veille

Bonjour,

Merci pour votre présentation et bienvenue sur le forum QCAD.

Oui, il pourrait s'agir d'un problème lié à Wayland.

Pouvez-vous essayer de démarrer QCAD avec :

Code: Select all

./qcad -platform xcb
by andrew
Fri Jan 26, 2024 4:43 pm
Forum: QCAD/CAM
Topic: No 3D CAM preview menu item
Replies: 2
Views: 1470

Re: No 3D CAM preview menu item

Unfortunately, we haven't yet succeeded in porting the 3D preview to the M1/M2/M3 architecture. This will likely be added in a future release for that platform.

About the starting point, please refer to our tutorial at:
https://www.qcad.org/en/tutorial-qcad-cam
by andrew
Fri Jan 26, 2024 10:29 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: [Solved] Send text to clipboard for external use
Replies: 2
Views: 866

Re: Send text to clipboard for external use

You can use QClipboard from Qt:

Code: Select all

var cb = QGuiApplication.clipboard();
cb.setText("My text");
di.getClipboard() returns the QCAD internal clipboard (for geometry entities).
by andrew
Fri Jan 26, 2024 10:25 am
Forum: Chat
Topic: Ansichtsfenster
Replies: 1
Views: 1076

Re: Ansichtsfenster

Ich vermute, dass einfach der aktuelle Block geändert wurde. Ansicht > Blockliste Ihre Zeichnung ist vermutlich im Block "Model". Also in der Blockliste auf "Model" doppelklicken. Damit wir effizient weiterhelfen können, wäre es sinnvoll die Datei anzuhängen. Ein Tutorial zu Layoutblöcken und Ansich...
by andrew
Thu Jan 25, 2024 4:22 pm
Forum: QCAD 'How Do I' Questions
Topic: select all object of a similar type
Replies: 2
Views: 1263

Re: select all object of a similar type

Yes, you can use the selection filter for this:

https://qcad.org/doc/qcad/latest/refere ... tionFilter

Go to advanced search