--- sftp://intranet-test-web1.internal.machines/var/www/web2/sites/all/modules/custom/print/print.module 
+++ sftp://intranet-test-web1.internal.machines/var/www/web2/sites/all/modules/custom/print/print.module
@@ -137,7 +137,6 @@
  */
 function print_preprocess_print_page(&$variables) {
   $format = $variables['type'];
+  $nid = $variables['node']->nid;
   if (isset($variables['node']->type)) {
     $type = $variables['node']->type;
     $variables['show_blocks'] = FALSE;
@@ -149,10 +148,8 @@
   }
   $variables['template_files'][] = "print";
   $variables['template_files'][] = "print.node-$type";
+  $variables['template_files'][] = "print.node-$type-$nid";
   $variables['template_files'][] = "print_$format";
   $variables['template_files'][] = "print_$format.node-$type";
+  $variables['template_files'][] = "print_$format.node-$type-$nid";
 }
 
 /**
