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
107 stars 27 forks source link

Publish changes using git #9

Open Zappes opened 2 months ago

Zappes commented 2 months ago

Everything that changes the Klipper setup should be pushed via git as it is intended by the Klipper developers.

Currently (Firmware 2.3.3), the update package copies a bunch of files into the Klipper directories, thus dirtying the repos and preventing the proper functioning of the update managers. Please stop doing this.

If you absolutely need tro make modifications to Klipper, Moonraker or any of the plugins, just fork the official repos, push your changes and configure the Klipper installation of the SV08 to use your repos instead of the official ones. Activate the update managers in Moonraker.conf and let us use the normal update method using Mainsail.

If you should not understand what I mean, please ask questions. I will surely not be the only one who woulöd be willing to help you.