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:
Jelle Spijker 2022-12-03 15:02:25 +01:00 committed by GitHub
commit 7bc7f6e504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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 },

View File

@ -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},