#"Failed to stop Klipper.service "and "no rule to make target "flash""
29 messages · Page 1 of 1 (latest)
I'm not sure about the correct process of flashing it with usb as I've never done it but the make flash ... command has to be executed from inside klipper folder ig, because make needs a Makefile to work
I did make menuconfig then make then I got the file but I think I found on the tutorial they say to things one for older printer and one for newer , I will try the option for the newer one
Even if you did make menuconfig and make, you still executed them inside the klipper folder. The klipper folder contains a Makefile that's why it's working. Your home directory doesn't contain a Makefile that's why it doesn't work in your home directory
And the service is klipper not Klipper maybe that's why it's not working
so I go inside /klipper ?
Depends where it it. I guess it's inside your home directory so cd ~/klipper or cd klipper
I thinks it worked because now on the mainsail there is the printer cfg error
it's working thank you
👍
So it could be that this isn't an old Ender 3
But I'm not an expert on that so it's just a guessing game for me
Did you use the serial you found with ls /dev/serial/by-id/*?
Or did you just copy paste from the tutorial?
I used the command but I worked with both method and now I have this
The left one is just the screen until it connects to your board and the right one not working as it cannot connect to the board
Send the output of ls /dev/serial/by-id/* maybe you have a typo?
I got this then I copy/paste
What type of Ender 3 do you have exactly?
It should be the first one
# This file contains common pin mappings for the 2018 Creality
# Ender 3. To use this config, the firmware should be compiled for the
# AVR atmega1284p.
# Note, a number of Melzi boards are shipped with a bootloader that
# requires the following command to flash the board:
# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
# If the above command does not work and "make flash" does not work
# then one may need to flash a bootloader to the board - see the
# Klipper docs/Bootloaders.md file for more information.
# See docs/Config_Reference.md for a description of parameters.
I have to do the ocmmand
This would be the mentioned docs/Bootloaders.md:https://github.com/Klipper3d/klipper/blob/master/docs/Bootloaders.md
The first did not work so I try this ?
These are the official instructions so I would say yes
For reference here are the official installation docs that lead you to all this: https://www.klipper3d.org/Installation.html
I got this
I guess /dev/ttyACM0 is wrong. I think it should be the /dev/serial/by-id/* thing you got earlier but I clearly have to say that I don't know anything about that topic. That are all just educated guesses on my experience as a programmer