#Mainsail klipper setup for rpizero and btt pico

1 messages Β· Page 1 of 1 (latest)

quartz hound
#

Evening,
I have an ender 3 v2 and i'm trying to set up a raspberry pi zer w2 and a btt pico v1. I have mainsailos installed on the zero but i'm trying to compile the uf2 for the bttpico and i can not find the firmware option to compile the correct firmware for the pico.

its connected to the pi via uart and i'm following instructions as best I can but I think i'm missing something.

Mainsail is still giving me an MCU error as well so i'm guessing that my have smething to do with it??? this is my first really foray into 3d printers so please be gentle

sage bearBOT
#

Ahoi @quartz hound!
Welcome to the Mainsail support-forum!
There is a problem with the tags you selected for this post. Please fix them to fit your question.
For further information on tags please check the readme: https://discord.com/channels/758059413700345988/1320321898009071616

To change the tags of this post:

  1. Open the ... menu on the top right corner of this post.
  2. Find Edit tags
  3. Select the checkbox of the correct tags.

Usually you just need to select one tag!
If you still have no idea which one to choose, feel free to ask here.

Note: This is an automated message

Thanks for your cooperation!

#

Ahoi @quartz hound!
It looks like you did not provide all the necessary information we need to help you.
Please upload your logfiles and a detailed description of your problem.
For further information see: https://docs.mainsail.xyz/faq/getting-help/discord#provide-information
Note: We only accept .log and .txt files as log files.
This is an automated message

We are glad to help and chat with you on our Community Discord, but if you need help and want the best support possible you should, follow a few simple rules:

remote sonnet
#

hey there... fix your config. the format is not just random lines. its yaml and follow somes rules to get parsed:

here an example config for your pico board: https://github.com/Klipper3d/klipper/blob/master/config/generic-bigtreetech-skr-pico-v1.0.cfg

this is was klipper sees from your printer.cfg shown on the screenshot

[printer]

[stepper_x]

[stepper_y]

[stepper_z]

[stepper_z1]

[bltouch]

[probe]

[bed_screws]

[bed_mesh]

[heater_bed]

[heater_hotend]

[fan]

[heater_fan hotend_fan]

[stepper_enable]

[display]

[board_pico]
quartz hound
#

ah, well that probablly would help, they do say to double check chatgpt's work

remote sonnet
#

and they are right...

#

also check the path of the mcu. thats an usb path and not the uart.

quartz hound
quartz hound
#

and now it does again, im confused again

remote sonnet
#

#1365284100465754155 message

#
[mcu]
serial = /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00

thats still a usb path

#

next question would be did you flash the mcu with klippper?

quartz hound
#

I loaded the uart uf2 but i haven't done step 5.. that one confuses me

#

are they saying to modify the mainsail sdcard?

remote sonnet
#

step v tells you how you get the uf2 file from your pi to flash it on the pico

#

if you mean the step 5 under the build firmware topic

#

if you mean the step 5 from the configure printer paramters. it tells you indeed to change th esettings on your mainsail sd card. this can be done via ssh from the pi itself. no need to plug it into your computer.

quartz hound
#

yeah step 5 for printer parameters.

i guess i'll have to do that

quartz hound
#

Ok so the few hours ive confirmed the btt pico is flashed with the uart.uf2 fron https://github.com/bigtreetech/SKR-Pico/tree/master/Klipper

I used a laptop as I couldn't SSH to the zero as I couldn't get the user/pwd combo correct

I've done step 5 of the last part adjusting the files. the first didn't have the line to remove and I added the line to the second.

And I'm still getting mcu errors.

GitHub

Contribute to bigtreetech/SKR-Pico development by creating an account on GitHub.

#

To say I'm scratching my head is an understatement

hexed oracle
#

You should definitely reflash the sdcard of the pi, if you don't know your username+password. You didn't install+setup that much, so now is the best time to reflash to set your username+password to something you know

quartz hound
#

Well I just figured out why SSH wasn't working, raspberry pi imager has SSH odd by default ☹️