From a7d253203a66a5cb5d8266eaffe512b84f142586 Mon Sep 17 00:00:00 2001 From: Arne Boon Date: Wed, 10 Jun 2015 17:46:00 +0200 Subject: [PATCH] wanhao duplicator 4 printer type r2x heated bed support --- js/gcodeGenerating.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/gcodeGenerating.js b/js/gcodeGenerating.js index d01a4d3..98c7380 100644 --- a/js/gcodeGenerating.js +++ b/js/gcodeGenerating.js @@ -218,6 +218,7 @@ function subsituteVariables(gcode) { case "makerbot_replicator2x": printerType = "r2x"; break; case "makerbot_thingomatic": printerType = "t6"; break; case "makerbot_generic": printerType = "r2"; break; + case "wanhao_duplicator4": printerType = "r2x"; break; case "_3Dison_plus": printerType = "r2"; break; } var heatedBedReplacement = (heatedbed)? "" : ";";