Commit bbae2b12 authored by CHARRAS's avatar CHARRAS
Browse files

Plot option in GERBER format Plot (Exclude Edge Pcb layer) modification (now,...

Plot option in GERBER format Plot (Exclude Edge Pcb layer) modification (now, default = off, and saved in config)
parent f3fcfce6
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,14 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
Please add newer entries at the top, list the date and your name with
email address.
email address.


2008-Jan-23 UPDATE  Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+pcbnew:
    Plot option in GERBER format Plot (Exclude Edge Pcb layer) modification:
	- the default is OFF (like odl pcbnew versions)
	- this setup is now save in config (is persistant)
	
	In Zone creation, now delete last created corner works.


2008-Jan-22 UPDATE   Dick Hollenbeck <dick@softplc.com>
2008-Jan-22 UPDATE   Dick Hollenbeck <dick@softplc.com>
================================================================================
================================================================================
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@


COMMON_GLOBL wxString g_BuildVersion
COMMON_GLOBL wxString g_BuildVersion
#ifdef EDA_BASE
#ifdef EDA_BASE
	(wxT("(2008-01-06)"))
	(wxT("(2008-01-22)"))
#endif
#endif
;
;


+4 −1
Original line number Original line Diff line number Diff line
@@ -554,7 +554,7 @@ enum main_id {
	ID_POPUP_PCB_ADD_ZONE_CORNER,
	ID_POPUP_PCB_ADD_ZONE_CORNER,
	ID_POPUP_PCB_DELETE_ZONE_CORNER,
	ID_POPUP_PCB_DELETE_ZONE_CORNER,
	ID_POPUP_PCB_STOP_CURRENT_EDGE_ZONE,
	ID_POPUP_PCB_STOP_CURRENT_EDGE_ZONE,
	ID_POPUP_PCB_DELETE_EDGE_ZONE,
	ID_POPUP_PCB_DELETE_ZONE_LAST_CREATED_CORNER,
	ID_POPUP_PCB_FILL_ALL_ZONES,
	ID_POPUP_PCB_FILL_ALL_ZONES,
	ID_POPUP_PCB_FILL_ZONE,
	ID_POPUP_PCB_FILL_ZONE,
	ID_POPUP_PCB_DELETE_ZONE_CONTAINER,
	ID_POPUP_PCB_DELETE_ZONE_CONTAINER,
@@ -564,6 +564,9 @@ enum main_id {
	ID_POPUP_PCB_DELETE_ZONE_CUTOUT,
	ID_POPUP_PCB_DELETE_ZONE_CUTOUT,
	ID_POPUP_PCB_MOVE_ZONE_OUTLINES,
	ID_POPUP_PCB_MOVE_ZONE_OUTLINES,
	ID_POPUP_PCB_PLACE_ZONE_OUTLINES,
	ID_POPUP_PCB_PLACE_ZONE_OUTLINES,
	ID_POPUP_ZONE_UNUSED1,
	ID_POPUP_ZONE_UNUSED2,
	ID_POPUP_ZONE_UNUSED3,
	ID_POPUP_ZONE_UNUSED4,
	ID_POPUP_ZONE_UNUSED4,


	ID_POPUP_PCB_DELETE_MARKER,
	ID_POPUP_PCB_DELETE_MARKER,
+1 −1
Original line number Original line Diff line number Diff line
@@ -488,7 +488,7 @@ public:
     */
     */
    void                Delete_Zone_Fill( wxDC* DC, SEGZONE* Track, long aTimestamp = 0 );
    void                Delete_Zone_Fill( wxDC* DC, SEGZONE* Track, long aTimestamp = 0 );


    EDGE_ZONE*          Del_SegmEdgeZone( wxDC* DC, EDGE_ZONE* edge_zone );
    EDGE_ZONE*          Del_LastSegmEdgeZone( wxDC* DC );


    /**
    /**
     * Function Begin_Zone
     * Function Begin_Zone
+1.24 KiB (138 KiB)

File changed.

No diff preview for this file type.

Loading