KiCad PCB EDA Suite
Loading...
Searching...
No Matches
page_info.h File Reference
#include <wx/string.h>
#include <math/vector2d.h>

Go to the source code of this file.

Classes

class  PAGE_INFO
 Describe the page size and margins of a paper page on which to eventually print or plot. More...
 

Macros

#define MIN_PAGE_SIZE_MILS   1000
 Min and max page sizes for clamping, in mils. More...
 
#define MAX_PAGE_SIZE_PCBNEW_MILS   48000
 
#define MAX_PAGE_SIZE_EESCHEMA_MILS   120000
 

Macro Definition Documentation

◆ MAX_PAGE_SIZE_EESCHEMA_MILS

#define MAX_PAGE_SIZE_EESCHEMA_MILS   120000

Definition at line 39 of file page_info.h.

◆ MAX_PAGE_SIZE_PCBNEW_MILS

#define MAX_PAGE_SIZE_PCBNEW_MILS   48000

Definition at line 38 of file page_info.h.

◆ MIN_PAGE_SIZE_MILS

#define MIN_PAGE_SIZE_MILS   1000

Min and max page sizes for clamping, in mils.

Definition at line 37 of file page_info.h.