Sovol3d / SV08

SV08 is a flying gantry Core-XY printer with a print area of 350x350x345mm, also a derivative work based on Voron V2.4. It aims to provide an alternative solution for 3D printing enthusiasts who are eager to use Voron V2.4 but are hindered by high costs and learning barriers. SV08 open source (including structure, hardware, and firmware) for users
GNU General Public License v3.0
125 stars 29 forks source link

Put your cuistomizations into separate files and include them in the main configs #10

Open Zappes opened 4 months ago

Zappes commented 4 months ago

The Klipper configuration files support importing additional files. Please use this feature to insert your modifications.

As of now (Firmware 2.3.3) installing the Sovol update package will overwrite files like Macro.cfg and printer.cfg, thus erasing all customizations by the user. This is not acceptable behaviour.

Please put all your Sovol specific stuff into separate files like Sovol_Macro.cfg and Sovol_Printer.cfg and use the include directive to include them in the master config files. This would prevent user modifications from getting overridden with every update. Bonus points if you do this with git and merge your changes into whatever is on the macine instead of just overwriting files.