Search found 172 matches
- Sun Mar 25, 2012 4:49 pm
- Forum: QCAD Suggestions and Feedback
- Topic: RC4 rocks!
- Replies: 1
- Views: 4667
RC4 rocks!
Hi all, I'd like to say that I'm very happy with QCad3 RC4, I'm using it on XUbuntu. The scripting facility is amazing :D and the support / information here in the forum and the responsiveness to bug reports at the bug tracker is very impressive! Thank you for your excellent work, keep at it! Best r...
- Sat Mar 24, 2012 5:48 pm
- Forum: QCAD 'How Do I' Questions
- Topic: How do I change the printed symbol of points?
- Replies: 2
- Views: 5025
solved: RC4 has script support
printing by scripts, starting with RC4 there is a new view-function
view.setPrintPointSize(new RVector(size/destScale, size/destScale));
view.setPrintPointSize(new RVector(size/destScale, size/destScale));
- Wed Mar 21, 2012 11:39 am
- Forum: QCAD 'How Do I' Questions
- Topic: How do I change the printed symbol of points?
- Replies: 2
- Views: 5025
feature request added
thanks for your suggestion, feature request (marked as double post) added at http://www.ribbonsoft.com/bugtracker/in ... ask_id=525
- Wed Mar 21, 2012 8:42 am
- Forum: QCAD 'How Do I' Questions
- Topic: How do I change the printed symbol of points?
- Replies: 2
- Views: 5025
How do I change the printed symbol of points?
Hi,
in QCAD3 RC2 points were printed as crosses, in QCAD3 RC4 they are printed as (very little) points. I think this isn't a bug but a feature.
How do I change this behaviour / how can I get the crosses of RC2 in RC4?
Best regards - Stefan
in QCAD3 RC2 points were printed as crosses, in QCAD3 RC4 they are printed as (very little) points. I think this isn't a bug but a feature.

How do I change this behaviour / how can I get the crosses of RC2 in RC4?
Best regards - Stefan
- Tue Mar 06, 2012 1:34 pm
- Forum: QCAD Developers and Contributors
- Topic: print fails at points and blocks
- Replies: 3
- Views: 5618
- Sun Mar 04, 2012 11:43 am
- Forum: QCAD Developers and Contributors
- Topic: print fails at points and blocks
- Replies: 3
- Views: 5618
print fails at blocks, points are too small
After lots of searching, it seems that points are printed in fact. But they are too small for "real printing" and not printed as in "print to pdf" in the gui of QCad. So the remaining issues are: - How can I change the size/symbol of printed points in a script? - What can be done if blocks are print...
- Tue Feb 28, 2012 1:12 pm
- Forum: QCAD Developers and Contributors
- Topic: print fails at points and blocks
- Replies: 3
- Views: 5618
print fails at points and blocks
I wrote a small script to print one drawing in several configurations regarding visible layers, scale and center (see file at closed feature request at http://www.ribbonsoft.com/bugtracker/index.php?do=details&task_id=505). Two issues persist: points are not visible and blocks are either completely ...