Fix small sync script errors
Reccomend Micro
Updates for new extruder, add synchronization script
This is the configuration repository for my Ender 5 Pro running Klipper. Comes with GCode macros to make printing setup painless and consistent (for anyone who isn't me writing this initially).
In order to provide user customization, Perl and M4 are used:
m4
and the pre-installed perl
commandm4
and perl
(usually packaged as m4
and perl
).You'll also need a plain text editor to edit the configuration file.
Finally, you'll need to install the Perl dependencies of your script.
cpanm --install-deps .
config.example.m4
to config.m4
and edit the latter to your liking.
./configure.pl
will allow you to preview printer.cfg
before you send it over..env
to reflect your Raspberry Pi's setup.sync.pm
with Perl to send your config over to the printer.
sync.pm
with the --help
option for more infostart
folder contains the start GCode to be added into their corresponding slicers.end.gcode
file contains the universal GCode for the end of print in all slicers.