--- 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
@@ -121,12 +121,15 @@
 function print_preprocess_print_node(&$variables) {
   $format = $variables['type'];
   $type = $variables['node']->type;
+  $nid = $variables['node']->nid;
   template_preprocess_node($variables);
   $variables['template_files'][] = "node";
   $variables['template_files'][] = "node-$type";
+  $variables['template_files'][] = "node-$type-$nid";
   $variables['template_files'][] = "print_node";
   $variables['template_files'][] = "print_node_$format";
   $variables['template_files'][] = "print_node_$format.node-$type";
+  $variables['template_files'][] = "print_node_$format.node-$type-$nid";
 }
 
 /**
