Search found 9027 matches

by andrew
Thu Feb 01, 2024 7:11 pm
Forum: QCAD Professional
Topic: Impression à une échelle définie (1:50)
Replies: 4
Views: 1632

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: 1994

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: 1994

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: 2210

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: 1623

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: 1623

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: 1562

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: 943

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: 1147

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: 1362

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
by andrew
Tue Jan 23, 2024 4:30 pm
Forum: Announcements
Topic: QCAD 3.29.3
Replies: 0
Views: 2277

QCAD 3.29.3

QCAD 3.29.3 is mainly a bug fix release. A complete change log is available at: https://qcad.org/changelog Update instructions for QCAD Pro or QCAD/CAM users can be found at: https://qcad.org/customer-area To stay up to date about QCAD, please Subscribe to this forum thread (subscribe at the bottom ...
by andrew
Tue Jan 23, 2024 9:45 am
Forum: QCAD Professional
Topic: Draw a line with a given length
Replies: 1
Views: 1167

Re: Draw a line with a given length

Il y a plusieurs façons de procéder. Si vous connaissez l'angle de la ligne, vous pouvez utiliser : Dessin > Ligne > Ligne d'angle Si vous souhaitez utiliser la souris pour définir la direction et ne saisir que la longueur, vous pouvez utiliser la fonction "Restreindre l'angle ou la longueur", étape...
by andrew
Tue Jan 23, 2024 9:41 am
Forum: QCAD Professional
Topic: Draw a line with a given length
Replies: 1
Views: 1167

Draw a line with a given length

De la part d'un utilisateur de QCAD :
Comment tracer une ligne d'une longueur donnée ?
by andrew
Tue Jan 23, 2024 8:49 am
Forum: QCAD/CAM
Topic: Adding post processor files (permission problem)
Replies: 1
Views: 1323

Re: Adding post processor files (permission problem)

You need to be an administrator of the computer to write to the C:\Program Files folder. You can either copy the file as administrator or save your own post processors into your home folder under: C:/Users/<your login name>/AppData/Local/QCAD/QCAD/postprocessors where <your login name> is replaces w...
by andrew
Tue Jan 23, 2024 8:47 am
Forum: QCAD/CAM
Topic: Adding post processor files (permission problem)
Replies: 1
Views: 1323

Adding post processor files (permission problem)

From a QCAD/CAM user:
When trying to add my own post processor, the file cannot be added as I do not have permissions to write to folder C:\Program Files\QCADCAM\postprocessors (or similar).

Go to advanced search