mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 07:15:12 +08:00
Merge pull request #13708 from eropple/ed/sv01-sv02-fixes
fixed bed dimensions of Sovol SV01 and SV02 Contributes to CURA-9971
This commit is contained in:
commit
7bc7f6e504
@ -19,7 +19,7 @@
|
||||
"machine_name": { "default_value": "SV01" },
|
||||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_width": { "default_value": 280 },
|
||||
"machine_depth": { "default_value": 260 },
|
||||
"machine_depth": { "default_value": 240 },
|
||||
"machine_height": { "default_value": 300 },
|
||||
"machine_max_feedrate_x": { "value": 500 },
|
||||
"machine_max_feedrate_y": { "value": 500 },
|
||||
|
@ -20,8 +20,8 @@
|
||||
"machine_name": { "default_value": "SV02" },
|
||||
"machine_extruder_count": { "default_value": 2 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_width": { "default_value": 300 },
|
||||
"machine_depth": { "default_value": 250 },
|
||||
"machine_width": { "default_value": 280 },
|
||||
"machine_depth": { "default_value": 240 },
|
||||
"machine_height": { "default_value": 300 },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"retraction_amount": { "default_value": 5},
|
||||
|
Loading…
x
Reference in New Issue
Block a user