src/ptouch.h

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