Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Pearson <chris@cpearson.me.uk>2016-10-22 19:36:21 +0300
committerChris Pearson <chris@cpearson.me.uk>2016-10-22 19:36:21 +0300
commit9686c9db1cd594c0aed9b27f9ec61650d1678fc1 (patch)
tree97664ad24209a0e6f7c0ea76325001adf60422fd /resources/definitions/printrbot_play_heated.def.json
parent8330b953e8c491de24614856b7e0c1567efce895 (diff)
Add definition for Printrbot Play with heated bed upgrade.
Diffstat (limited to 'resources/definitions/printrbot_play_heated.def.json')
-rw-r--r--resources/definitions/printrbot_play_heated.def.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/resources/definitions/printrbot_play_heated.def.json b/resources/definitions/printrbot_play_heated.def.json
new file mode 100644
index 0000000000..878a4f358f
--- /dev/null
+++ b/resources/definitions/printrbot_play_heated.def.json
@@ -0,0 +1,20 @@
+{
+ "id": "printrbot_play_heated",
+ "version": 2,
+ "name": "Printrbot Play (Heated Bed)",
+ "inherits": "printrbot_play",
+ "metadata": {
+ "visible": true,
+ "author": "Chris Pearson",
+ "manufacturer": "Printrbot",
+ "category": "Other",
+ "file_formats": "text/x-gcode",
+ "platform": ""
+ },
+
+ "overrides": {
+ "machine_name": { "default_value": "Printrbot Play (Heated Bed)" },
+ "machine_heated_bed": { "default_value": true },
+ "machine_depth": { "default_value": 203 }
+ }
+}