wanhao duplicator 4 printer type r2x heated bed support

This commit is contained in:
Arne Boon 2015-06-10 17:46:00 +02:00
parent 38b43e5263
commit a7d253203a
1 changed files with 1 additions and 0 deletions

View File

@ -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)? "" : ";";