QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)
FS#785 - Hatch at scale 1/10 not completed on 500 mm x 500 mm square?
Opened by -- (clive) - Tuesday, 12 March 2013, 18:10 GMT+2
Last edited by Andrew (andrew) - Monday, 16 December 2013, 13:52 GMT+2
|
Details
Windows 7-64 I’ve not been able to hatch a simple Brick pattern at a scale of 1/10 on anything larger that 500 mm x 500 mm.
*Scale of 1:1 works fine
To reproduce: Please see attached image: |
Edit: Should read scale 1/20, but I have noticed that on some larger areas a scale of 1/10 is not working either!
Is there a limit in the size area for using hatches in general in QCAD?
There is a timeout of 5 seconds for generating a hatch. This is to make sure the program does not freeze for hours if the user enters for example a factor of 0.0001.
The timeout can only be adjusted by editing the QCAD configuration file directly at this point. In section 'GraphicsView', add a value for MaxHatchTime, for example for a timeout of one minute (= 60 seconds = 60000 milliseconds):
[GraphicsView]
MaxHatchTime = 60000
The configuration file is called QCAD3.ini or QCAD3.conf and under Windows located under C:\Users\username\AppData\Roaming\RibbonSoft\
Great, thanks Andrew, that's got it ! Useful tip to know.