fixed bed dimensions of Sovol SV01 and SV02

This commit is contained in:
Ed Ropple 2022-11-02 01:12:06 -04:00
parent f7d854ac3a
commit d653736325
No known key found for this signature in database
GPG key ID: DFD9087E49F8E305
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},