Where to specify the coordinates of a .wks page?
I would like this page to be in x:0.000 and y:0.000.
Thank you in advance for your help.
Patrick MULOT.
As far as I know, there is no way to do this. (0, 0) is always in the upper right corner of the sheet in both the schematic and PCB editors.
I had a short look around in the drawing sheet editor, and I’ve never had much luck with it. For me the grid seems to be fixed at 500mil and I can’t find a way to change this. Is this just me, or a bug?
Application: KiCad Drawing Sheet Editor x86_64 on x86_64
Version: 7.0.0-da2b9df05c~163~ubuntu20.04.1, release build
Libraries:
wxWidgets 3.2.1
FreeType 2.10.1
HarfBuzz 6.0.0
FontConfig 2.13.1
libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
Platform: Linux Mint 20.3, 64 bit, Little endian, wxGTK, xfce, x11
Build Info:
Date: Feb 14 2023 10:38:50
wxWidgets: 3.2.1 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.71.0
OCC: 7.5.2
Curl: 7.87.0
ngspice: 38
Compiler: GCC 9.4.0 with C++ ABI 1013
Build settings:
KICAD_SPICE=ON
Sorry for the confusion, but I found the solution. Just place the coordinates of the grid on the upper left corner of the circuit board, and the page automatically goes to 0 0.
Thanks for your help.
Confusion only grows.
Apparently you have abandoned modifying the drawing sheet…
In the PCB editor there are (at least) four different coordinate sets.
- Absolute coordinates, which always start at the upper left corner of the “drawing sheet”.
- Grid coordinates (These are settable and resettable).
- Placement / Drill coordinates (Settable, just like the grid).
- Differential coordinates. These get reset to the cursor location when the [Space Bar] is pressed, and are meant for making quick measurements. (you can see (dx, dy) in the bottom status area).
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.