dwg2bmp, dwg2pdf, dwg2svg: make layer visible

Use this forum to ask questions about how to do things in QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
malomalo
Newbie Member
Posts: 3
Joined: Mon Feb 25, 2019 10:14 pm

dwg2bmp, dwg2pdf, dwg2svg: make layer visible

Post by malomalo » Mon Feb 25, 2019 10:23 pm

I am using dwg2bmp and want to show all but one layer. In the file only the "RELEASE" layer is visible. I am removing the "RELEASE" layer with:

Code: Select all

-layer='((?!(RELEASE)).)*'
However all the other layers are still not visible. Is there a way to make them visible by default?

User avatar
andrew
Site Admin
Posts: 9059
Joined: Fri Mar 30, 2007 6:07 am

Re: dwg2bmp, dwg2pdf, dwg2svg: make layer visible

Post by andrew » Tue Feb 26, 2019 11:26 am

Can you try with the latest snapshot version 3.21.3.19 available from your download link.

malomalo
Newbie Member
Posts: 3
Joined: Mon Feb 25, 2019 10:14 pm

Re: dwg2bmp, dwg2pdf, dwg2svg: make layer visible

Post by malomalo » Tue Feb 26, 2019 7:21 pm

I just check and I'm running QCAD version 3.21.3; also just downloaded the link again and the downloads are the exact same.

User avatar
andrew
Site Admin
Posts: 9059
Joined: Fri Mar 30, 2007 6:07 am

Re: dwg2bmp, dwg2pdf, dwg2svg: make layer visible

Post by andrew » Tue Feb 26, 2019 8:10 pm

Snapshot releases are not official releases but snapshots of the current development.
You can find snapshots on your download page under "Snapshots".

malomalo
Newbie Member
Posts: 3
Joined: Mon Feb 25, 2019 10:14 pm

Re: dwg2bmp, dwg2pdf, dwg2svg: make layer visible

Post by malomalo » Tue Feb 26, 2019 10:34 pm

Looks like that worked! Awesome, Thank you!

Post Reply

Return to “QCAD 'How Do I' Questions”