Use Configurations - Guilouz/Klipper-Flsun-Speeder-Pad GitHub Wiki
In case you use 1 instance:
Show / Hide
-
Download and unzip configurations files here.
-
Go to your Mainsail Web interface then click on
Machine
tab. -
Then upload
KlipperScreen.conf
,printer.cfg
,macros.cfg
,neopixels.cfg
,adxl345_pico.cfg
,adxl345_fysetc.cfg
andadxl345_flsun.cfg
files located inConfigurations
directory according to your printer. -
Restart Speeder Pad and printer to take effect.
In case you use more than 1 instance:
Show / Hide
-
Download and unzip configurations files here.
-
Go to your Mainsail Web interface then click on
Machine
tab. -
Then upload
KlipperScreen.conf
,printer.cfg
,macros.cfg
,neopixels.cfg
,adxl345_pico.cfg
,adxl345_fysetc.cfg
andadxl345_flsun.cfg
files located inConfigurations
directory according to your printer. -
Open the
KlipperScreen.conf
file and edit it to enable multiple instance by removing the#
symbols like this: -
Go to the Mainsail settings (gear at the top right of the interface) and select
PRINTERS
tab. -
Add as many printers as you have installed instances of Klipper/Moonraker by adding the IP address of your Speeder Pad and the port of each instance (The same IP addresses and ports obtained after installing Moonraker) like this:
-
You can now select
Printers
on left tab and switch to others printers. -
You need to upload
printer.cfg
,macros.cfg
,neopixels.cfg
,adxl345_pico.cfg
,adxl345_fysetc.cfg
andadxl345_flsun.cfg
files for each printer. -
Open
printer.cfg
file, find[save_variables]
and[virtual_sdcard]
sections and edit paths for each configured printer:
For 1st printer:
[save_variables]
filename: ~/printer_1_data/config/variables.cfg
[virtual_sdcard]
path: ~/printer_1_data/gcodes
For 2nd printer:
[save_variables]
filename: ~/printer_2_data/config/variables.cfg
[virtual_sdcard]
path: ~/printer_2_data/gcodes
For 3rd printer:
[save_variables]
filename: ~/printer_3_data/config/variables.cfg
[virtual_sdcard]
path: ~/printer_3_data/gcodes
Note: Changes in the KlipperScreen.conf
file only have an effect on the first configured printer, it's not needed on others.
- Restart Speeder Pad and printer to take effect.
Note: You can select printer you want at startup on the screen. You can also enable default_printer
setting in KlipperScreen.conf
to start directly on printer you want and switch to others with shuffle button on the left side.