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:
authorgoofoo3d <74950628+goofoo3d@users.noreply.github.com>2021-08-06 16:14:24 +0300
committerGitHub <noreply@github.com>2021-08-06 16:14:24 +0300
commitd709b86c16b1b59256a1fab94c8889be6b73ee0c (patch)
treebc29e9ec9c7ca7f328f4600abf3fe021c9b55d2b /resources/definitions/renkforce_pro3.def.json
parentb78651e45f9a123c8b345420fbc0d859eb176067 (diff)
add goofoo,renkforce printf (#8959)
* add goofoo,renkforce printf * 优化PVA打印的配置 * 修正双喷打印不能重叠的问题 * 修改配置信息 * 添加机型配置 * 新增 goofoo 2-1混色脚本,优化机型配置. * 优化goofoo 2-1混色脚本 * 调整了机型配置 * 添加不同口径喷嘴 * 添加喷嘴口径 * 修改机器名称不对的问题 * modify setting_version = 16 to setting_version = 17 * modify renkforce & goofoo's files setting_version = 16 to 17 * modify pva support_pattern & e-one size * modify pva support pattern to grid Co-authored-by: laiqiqi <laiqiqi886@163.com>
Diffstat (limited to 'resources/definitions/renkforce_pro3.def.json')
-rw-r--r--resources/definitions/renkforce_pro3.def.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/definitions/renkforce_pro3.def.json b/resources/definitions/renkforce_pro3.def.json
new file mode 100644
index 0000000000..0c40fdc509
--- /dev/null
+++ b/resources/definitions/renkforce_pro3.def.json
@@ -0,0 +1,17 @@
+{
+ "name": "Renkforce Pro 3",
+ "version": 2,
+ "inherits": "goofoo_near",
+ "overrides": {
+ "machine_name": { "default_value": "Renkforce Pro 3" },
+ "machine_width": { "default_value": 200 },
+ "machine_depth": { "default_value": 200 },
+ "machine_height": { "default_value": 150 }
+
+ },
+ "metadata": {
+ "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)",
+ "manufacturer": "Renkforce",
+ "visible": true
+ }
+} \ No newline at end of file