mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
modify the heated bed setting
modify the heated bed setting
This commit is contained in:
parent
d49920a0c1
commit
9cc33d5109
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_name": { "default_value": "XYZprinting da Vinci Jr. 1.0A Pro" },
|
"machine_name": { "default_value": "XYZprinting da Vinci Jr. 1.0A Pro" },
|
||||||
"machine_shape": { "default_value": "rectangular"},
|
"machine_shape": { "default_value": "rectangular"},
|
||||||
"machine_heated_bed": { "default_value": true },
|
"machine_heated_bed": { "default_value": false },
|
||||||
"machine_width": { "default_value": 175.00 },
|
"machine_width": { "default_value": 175.00 },
|
||||||
"machine_depth": { "default_value": 175.00 },
|
"machine_depth": { "default_value": 175.00 },
|
||||||
"machine_height": { "default_value":175.00 },
|
"machine_height": { "default_value":175.00 },
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_name": { "default_value": "XYZprinting da Vinci Jr. Pro Xe+" },
|
"machine_name": { "default_value": "XYZprinting da Vinci Jr. Pro Xe+" },
|
||||||
"machine_shape": { "default_value": "rectangular"},
|
"machine_shape": { "default_value": "rectangular"},
|
||||||
"machine_heated_bed": { "default_value": true },
|
"machine_heated_bed": { "default_value": false },
|
||||||
"machine_width": { "default_value": 175.00 },
|
"machine_width": { "default_value": 175.00 },
|
||||||
"machine_depth": { "default_value": 175.00 },
|
"machine_depth": { "default_value": 175.00 },
|
||||||
"machine_height": { "default_value":175.00 },
|
"machine_height": { "default_value":175.00 },
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_name": { "default_value": "XYZprinting da Vinci Jr. WiFi Pro" },
|
"machine_name": { "default_value": "XYZprinting da Vinci Jr. WiFi Pro" },
|
||||||
"machine_shape": { "default_value": "rectangular"},
|
"machine_shape": { "default_value": "rectangular"},
|
||||||
"machine_heated_bed": { "default_value": true },
|
"machine_heated_bed": { "default_value": false },
|
||||||
"machine_width": { "default_value": 150.00 },
|
"machine_width": { "default_value": 150.00 },
|
||||||
"machine_depth": { "default_value": 150.00 },
|
"machine_depth": { "default_value": 150.00 },
|
||||||
"machine_height": { "default_value":150.00 },
|
"machine_height": { "default_value":150.00 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue