mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
Added makerbot_replicator2x
This commit is contained in:
parent
4799a7e95e
commit
c3fa844966
@ -284,7 +284,8 @@ function subsituteVariables(gcode) {
|
|||||||
var printerType = settings["printer.type"];
|
var printerType = settings["printer.type"];
|
||||||
|
|
||||||
switch (printerType) {
|
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_thingomatic": printerType = "t6"; break;
|
||||||
case "makerbot_generic": printerType = "r2"; break;
|
case "makerbot_generic": printerType = "r2"; break;
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
<option value="ultimaker">Ultimaker</option>
|
<option value="ultimaker">Ultimaker</option>
|
||||||
<option value="ultimaker2">Ultimaker2</option>
|
<option value="ultimaker2">Ultimaker2</option>
|
||||||
<option value="makerbot_replicator2">MakerBot Replicator2</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="makerbot_thingomatic">MakerBot Thing-o-matic</option>
|
||||||
<option value="printrbot">Printrbot</option>
|
<option value="printrbot">Printrbot</option>
|
||||||
<option value="bukobot">Bukobot</option>
|
<option value="bukobot">Bukobot</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user