Basic Information:
Printer Model: Custom
MCU / Printerboard: Custom
Host / SBC Custom
klippy.log
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Well, i’m creating a prototype of printer which can operate in two fully different modes.
Instead of having two hosts and turning on the corresponding, i have thought about creating two fully separated configurations in my config files, so i just have to switch between them.
(I dont want to configure two printers in my host, that’s completely different)
These modes not only change the printer.cfg but also some klipper files, klipperscreen… So i must have them in total diferent directories, for example:
Mode 1 → home/pi/mode1 → klipper,klipperscreen,printer_data…
Mode 2 → home/pi/mode2 → klipper,klipperscreen,printer_data…
I’m trying to guess how to change between these modes and i have thought in two ways. One is quite slow but works, and i have doubt in other one.
The first one is slower and is to basically run a script wich copies the desired mode files to the normal location of these (home/pi) and restart the system. I guess it will work.
The second one is the one i’d like to try as i guess is faster and consist in having the files in the location i have said (home/pi/mode1/2) and configure klipper and all services to run in that location instead of the normal one. And the change would be something like stopping the current service, and starting the one located in the other mode.
I dunno if i have explained correctly, but if any has some ideas about how to make this, just let me know.
Thanks!!