- Status Closed
- Percent Complete
- Task Type Feature Request
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Very Low
- Reported Version 3 RC3
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by stefan - 19.02.2012
Last edited by andrew - 28.02.2012
Opened by stefan - 19.02.2012
Last edited by andrew - 28.02.2012
FS#505 - multiple print configurations (layer+scale+center)
having multiple print configurations regarding visible layers, scale and paper centre saved in the drawing or in a separate file would be extremely helpful
Closed by andrew
28.02.2012 10:36
Reason for closing: Won't implement
Additional comments about closing:
28.02.2012 10:36
Reason for closing: Won't implement
Additional comments about closing:
Close requested by user
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I wrote a small QCAD3-ECMA-script to do this, but I stick at the same issue as:
How do I switch the visibility of layers in a script? Attached you find my quick-and-dirty script (with copy+paste from Print.js and Dwg2Pdf.js) with "DOES NOT WORK" in line 56...
Thanks a lot
got it, perhaps it helps others:
I will request closure of this request, beautify my script and upload it.
Attached is the cleaned up script. Two major issues remain (and I have no idea how to solve):
- points are not printed (printed without problems in original print function of QCad)
- blocks are either completely visible or completely invisible (blocks with multiple layers are visible even if some of these layers are frozen)
Thank you for any help on those issues.