Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
8.99k stars 5.18k forks source link

config: Update printer-sovol-sv06-2022.cfg to stock #6416

Closed bassamanator closed 6 months ago

bassamanator commented 7 months ago

This printer is advertised as having a 220*220*250mm build volume.

Signed-off-by: Bassam Husain bassamanator.2cj4t@simplelogin.com

bassamanator commented 7 months ago

This PR should satisfy point 5 of these guidelines.

This printer is advertised as having a 220*220*250mm build volume.

According to the Sovol's Marlin source code:

// The size of the printable area
#define X_BED_SIZE 220
#define Y_BED_SIZE 220

// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 250

Not all users are able to reach the position_max values that are part of the current printer-sovol-sv06-2022.cfg.

KevinOConnor commented 7 months ago

Thanks. Seems fine to me. @spinixguy - fyi.

-Kevin

spinixguy commented 7 months ago

@KevinOConnor thanks for the heads up. Mine is all stock and I could reach those points without issue. However, it is quite possible that they changed the design a bit since I had one of the early ones.

KevinOConnor commented 6 months ago

Thanks.

-Kevin