#printer.cfg

60 messages · Page 1 of 1 (latest)

lusty sigil
#

Hello, i just updated my mainsail os and rest all, now i cannot see my printer.cfg file anywhere? Can any tell me where its gone?

vagrant shuttle
#

When you say you "updated your mainsailos" what exactly do you mean?

vagrant shuttle
#

And how out of date was it? Moonraker did move some locations around a while back, but that was...quite a while ago...

lusty sigil
#

It was pretty outdated

vagrant shuttle
#

Might be worth looking at that then

#

The current location for configs is ~/printer_data/config

#

But yours may still be in ~/klipper_config

#

Moonraker normally creates a link in that case, so everything still works, but maybe that didn't happen for some reason

lusty sigil
#

Yes printer is working . But i cannot find my printer.cfg file somwhow

vagrant shuttle
lusty sigil
vagrant shuttle
#

Ssh in. Use winscp or something

lusty sigil
#

Yes its here.

#

So now if i wana do any changes how should i do? I was just about to the wiring for canbus

#

I was all set for it

vagrant shuttle
#

Okay, so here's the catch: you could just move all the files to the new location, and then they'd show up in mainsail again, the catch is, the actual applications are still looking in the old locations

#

Easiest fix is probably just to create the link that moonraker seemingly didn't create

#

Does printer_data/config actually exist?

#

And (as seen by winscp) is anything in it?

lusty sigil
#

same printer.cfg located there also

vagrant shuttle
#

Hmm. If there's a printer.cfg there, it's odd mainsail can't see it

#

Are there any warnings in mainsail ?

#

Maybe check the moonraker log?

lusty sigil
vagrant shuttle
#

Moonraker log then...

lusty sigil
vagrant shuttle
#
Warning, unable to detect the following printer objects:
[display_status], [pause_resume], [virtual_sdcard]
lusty sigil
#

Yes but for them to solve it should see the printer.cfg file

vagrant shuttle
#

True, but it's still not helpful that you lied to me

lusty sigil
#

Lied??

#

Whattt

#

I did not lie

vagrant shuttle
#

You said there are no warnings

lusty sigil
#

I forgot about this

#

I am really sorry

#

Totally slipped out of my mind

vagrant shuttle
#

All good

#

Hey, what does it say if you point a web browser at your printer, at port 7125?

lusty sigil
#

I don’t know

#

I have now got some updates for system. I am updating it so see if it resolves

vagrant shuttle
#

Don't know?

lusty sigil
vagrant shuttle
#

I'm confused. Can't you try it and see?

lusty sigil
#

No luck after updating. Sorry i dint understand point web brower at printer?

vagrant shuttle
#

What do you normally type in the address bar to access the printer?

lusty sigil
#

Ip

#

192.168…

vagrant shuttle
lusty sigil
vagrant shuttle
#

Well, dealing with the second warning there (the config_path depreciated) * might* help

#

You'll have to do that edit from winscp though, obviously

lusty sigil
#

Yea that seems to be faster option now

vagrant shuttle
#

The other thing I'd suggest is making printer_data/config be a link to klipper_config

#

So that looks like sshing in on the command line, and doing

rm -r ~/printer_data/config
ln -s ~/klipper_config ~/printer_data/config
lusty sigil
#

From putty?