I have personally never really missed printing in Sublime Text. However, a lot of people seem to want it so I whipped up a really simple plugin that just sends the file of the current view to an external command for printing. This works well enough for me. Have a look here if you want to try it: github.com/svenax/SublimePrint
Note that it currently does not support Windows, though it should be reasonably simple to fix that.