mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
wanhao duplicator 4 printer type r2x heated bed support
This commit is contained in:
parent
38b43e5263
commit
a7d253203a
@ -218,6 +218,7 @@ function subsituteVariables(gcode) {
|
|||||||
case "makerbot_replicator2x": printerType = "r2x"; break;
|
case "makerbot_replicator2x": printerType = "r2x"; break;
|
||||||
case "makerbot_thingomatic": printerType = "t6"; break;
|
case "makerbot_thingomatic": printerType = "t6"; break;
|
||||||
case "makerbot_generic": printerType = "r2"; break;
|
case "makerbot_generic": printerType = "r2"; break;
|
||||||
|
case "wanhao_duplicator4": printerType = "r2x"; break;
|
||||||
case "_3Dison_plus": printerType = "r2"; break;
|
case "_3Dison_plus": printerType = "r2"; break;
|
||||||
}
|
}
|
||||||
var heatedBedReplacement = (heatedbed)? "" : ";";
|
var heatedBedReplacement = (heatedbed)? "" : ";";
|
||||||
|
Loading…
Reference in New Issue
Block a user