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:
authorzhpt <zpangting@gmail.com>2021-09-08 17:18:55 +0300
committerGitHub <noreply@github.com>2021-09-08 17:18:55 +0300
commit6e2f7845c9bfd266aa5925d82866f3706763a86b (patch)
tree0710c1850ee933707720ddbc2411f284e5ff9ddd /resources/definitions/atomstack_cambrianproe285.def.json
parent5ea0d927cababbe80043b70fddacc74d4dda60c1 (diff)
Add AtomStack printer definitions (#10121)
* Add files via upload add AtomStack machine definitions * Add files via upload add AtomStack machine extruders * Update resources/definitions/cambiran_maxe175.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/cambiran_maxe285.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/cambiran_proe175.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/cambiran_proe285.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Add files via upload * Add files via upload * Update atomstack_cambrianmaxe175.def.json * Update atomstack_cambrianmaxe285.def.json * Update atomstack_cambrianproe175.def.json * Update atomstack_cambrianproe285.def.json * Delete cambiran_maxe175.def.json * Delete cambiran_maxe285.def.json * Delete cambiran_proe175.def.json * Delete cambiran_proe285.def.json * Delete cambrianmaxe175_extruder_1.def.json * Delete cambrianmaxe285_extruder_1.def.json * Delete cambrianproe175_extruder_1.def.json * Delete cambrianproe285_extruder_1.def.json * Update atomstack_cambrianmaxe175_extruder_0.def.json * Update atomstack_cambrianmaxe285_extruder_0.def.json * Update atomstack_cambrianproe175_extruder_0.def.json * Update atomstack_cambrianproe285_extruder_0.def.json * Update atomstack_cambrianmaxe175_extruder_0.def.json * Create atomstack_cambrianmaxe175.def.json * Update atomstack_cambrianmaxe285.def.json * Update atomstack_cambrianproe175.def.json * Update atomstack_cambrianproe285.def.json * add file atomstack_cambrian_base.def.json * Update atomstack_cambrianmaxe175.def.json * Update atomstack_cambrianmaxe285.def.json * Update atomstack_cambrianproe175.def.json * Update atomstack_cambrianproe285.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
Diffstat (limited to 'resources/definitions/atomstack_cambrianproe285.def.json')
-rw-r--r--resources/definitions/atomstack_cambrianproe285.def.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/resources/definitions/atomstack_cambrianproe285.def.json b/resources/definitions/atomstack_cambrianproe285.def.json
new file mode 100644
index 0000000000..6276d43122
--- /dev/null
+++ b/resources/definitions/atomstack_cambrianproe285.def.json
@@ -0,0 +1,29 @@
+{
+ "version": 2,
+ "name": "Cambrian Pro E285",
+ "inherits": "atomstack_cambrian_base",
+ "metadata": {
+ "visible": true,
+ "author": "AtomStack",
+ "manufacturer": "AtomStack",
+ "file_formats": "text/x-gcode",
+ "has_materials": true,
+ "machine_extruder_trains": {
+ "0": "atomstack_cambrianproe285_extruder_0"
+ }
+ },
+ "overrides": {
+ "machine_name": {
+ "default_value": "Cambrian Pro E285"
+ },
+ "machine_width": {
+ "default_value": 235
+ },
+ "machine_height": {
+ "default_value": 250
+ },
+ "machine_depth": {
+ "default_value": 235
+ }
+ }
+}