src/ptouch.h

changeset 19
b7fe751ea60d
parent 16
57eff547e4f1
child 21
629637abfe1f
     1.1 diff -r fd1c6f6066da -r b7fe751ea60d src/ptouch.h
     1.2 --- a/src/ptouch.h	Wed Aug 05 17:32:05 2009 +0100
     1.3 +++ b/src/ptouch.h	Thu Sep 24 17:18:28 2009 +0100
     1.4 @@ -50,8 +50,9 @@
     1.5  	int		autocut;
     1.6  	/// Print parameter: mirror printing enable
     1.7  	int		mirror;
     1.8 +	/// Print parameter: print separator line
     1.9 +	int		separator;
    1.10  	// TODO: add support for half-cut (when I get a printer that supports it)
    1.11 -	// TODO: add support for printing a separator line when autocut is off
    1.12  } pt_Device;
    1.13  
    1.14  /*
    1.15 @@ -84,7 +85,9 @@
    1.16  /// Mirror -- mirror the printed label vertically
    1.17  	PT_OPTION_MIRROR,
    1.18  /// Auto-cutter -- enable or disable automatic label cutting
    1.19 -	PT_OPTION_AUTOCUT
    1.20 +	PT_OPTION_AUTOCUT,
    1.21 +/// Separator -- prints tick marks between each label
    1.22 +	PT_OPTION_SEPARATOR
    1.23  } PT_E_OPTION;
    1.24  
    1.25  /**