mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
Default makerbot printer type to replicator 2.
This commit is contained in:
parent
ea2d50fd60
commit
c2d6c2274e
@ -296,6 +296,7 @@ function subsituteVariables(gcode) {
|
||||
switch (printerType) {
|
||||
case "makerbot_replicator2": printerType = "r2x"; break; //FIXME: this should be r2, with a separate type for r2x
|
||||
case "makerbot_thingomatic": printerType = "t6"; break;
|
||||
default: printerType = "r2"; break;
|
||||
}
|
||||
|
||||
gcode = gcode.replace(/{printingTemp}/gi ,temperature);
|
||||
|
Loading…
Reference in New Issue
Block a user