Added makerbot_replicator2x

This commit is contained in:
peteruithoven 2013-12-05 16:37:10 +01:00
parent 4799a7e95e
commit c3fa844966
2 changed files with 3 additions and 1 deletions

View File

@ -284,7 +284,8 @@ function subsituteVariables(gcode) {
var printerType = settings["printer.type"];
switch (printerType) {
case "makerbot_replicator2": printerType = "r2x"; break; //FIXME: this should be r2, with a separate type for r2x
case "makerbot_replicator2": printerType = "r2"; break;
case "makerbot_replicator2x": printerType = "r2x"; break;
case "makerbot_thingomatic": printerType = "t6"; break;
case "makerbot_generic": printerType = "r2"; break;
}

View File

@ -20,6 +20,7 @@
<option value="ultimaker">Ultimaker</option>
<option value="ultimaker2">Ultimaker2</option>
<option value="makerbot_replicator2">MakerBot Replicator2</option>
<option value="makerbot_replicator2x">MakerBot Replicator2x</option>
<option value="makerbot_thingomatic">MakerBot Thing-o-matic</option>
<option value="printrbot">Printrbot</option>
<option value="bukobot">Bukobot</option>