Skip to content

Commit

Permalink
Merge pull request #120 from proski/tspl-speed
Browse files Browse the repository at this point in the history
Add supported speeds for TSPL driver
  • Loading branch information
michaelrsweet authored Feb 5, 2024
2 parents efa5610 + 6ead48c commit e9c3b52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lprint-tspl.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ lprintTSPL(

data->tracking_supported = PAPPL_MEDIA_TRACKING_GAP | PAPPL_MEDIA_TRACKING_MARK | PAPPL_MEDIA_TRACKING_CONTINUOUS;

data->speed_default = 0;
data->speed_supported[0] = 2540;
data->speed_supported[1] = 12 * 2540;

// Darkness/density settings...
data->darkness_configured = 50;
data->darkness_supported = 16;
Expand Down

0 comments on commit e9c3b52

Please sign in to comment.