Browse Source

fixed bed dimensions of Sovol SV01 and SV02

Ed Ropple 2 years ago
parent
commit
d653736325
2 changed files with 3 additions and 3 deletions
  1. 1 1
      resources/definitions/SV01.def.json
  2. 2 2
      resources/definitions/SV02.def.json

+ 1 - 1
resources/definitions/SV01.def.json

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

+ 2 - 2
resources/definitions/SV02.def.json

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