Mainsail Error when starting 2nd Printer

Basic Information:

Printer Model: Ender 3 (original)
MCU / Printerboard: SKR_Mini_E3_V3.0
Host / SBC: RPI 3
klippy.log (177.2 KB)
I do have the ‘MECHANICAL_GANTRY_CALIBRATION.cfg’ and it is referenced in ‘osskc.cfg’.

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

Describe your issue:

I’ve had Klipper running on RPI3b connected to Sovol SV06 for some time. I have added a 2nd printer, an Ender 3, to rhe RPI. I used KIAUH to remove Klipper and Moonraker. Then I installed both with two instances and also created a .bin file for the Ender 3.
I can connect to Mainsail Web interface and can start the first (SV06) printer with no errors. When I try to start the Ender 3 I get ERROR: ‘Section ‘menu __main __setup __calib __mech_gantry_calibrate’ is not a valid config section’.
I have been tryin to resolve this for a day now and I think it’s time to get help.
HELP!!

first of all, this issue has nothing todo with a frontend or mainsail… so if it is possible, pls move this post to “config” for example…

[menu xxx] entries are only valid, if you has a [display]. without any display connected/setup, this section:

[menu __main __setup __calib __mech_gantry_calibrate]
type = command
enable = {not printer.idle_timeout.state == "Printing"}
name = G34 Gantry Level
gcode = 
	G34

is invalid.

Config is only for working configs.

Usually General Discussion is ok.

Thx! i just looked at the categories list and this was the closed topic for me :sweat_smile:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.