You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							494 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							24 lines
						
					
					
						
							494 B
						
					
					
				| /***************/ | |
| /* pcbplot.cpp */ | |
| /***************/ | |
| 
 | |
| #include "fctsys.h" | |
| #include "common.h" | |
|  | |
| #include "gerbview.h" | |
| #include "pcbplot.h" | |
|  | |
| 
 | |
| /* The group of plot options - sadly global XXX */ | |
| PCB_Plot_Options g_pcb_plot_options; | |
| 
 | |
| 
 | |
| /**************************************************************/ | |
| /* void PCB_BASE_FRAME::ToPlotter(wxCommandEvent& event) */ | |
| /***************************************************************/ | |
| 
 | |
| /** TODO */ | |
| void GERBVIEW_FRAME::ToPlotter(wxCommandEvent& event) | |
| { | |
| } | |
| 
 |