-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Klipper /Octoprint stopped my CR-10s Blank screen #235
Comments
After deleting usb devices and usb hubs through windows device manager I was able to re-flash the firmware to my CR-10s. |
It doesn't sound like Klipper was the problem if after deleting usb devices on your computer allowed you to upload your old firmware. It's not unusual for a Pi image to get corrupted, some sdcards are just not very good. Make sure it's a good quality sdcard, resetup Klipper and see how it goes. |
I have only reflashed the firmware on the printer not touched the octopi, having to delete the usb drivers is a windows 10 thing not allowing you to properly talk to a device that has previously been connected. I don't feel that the SD card in the Raspberry PI is the problem as I have not had any other issues. I will go and buy a new SD card anyway and try again. |
Hi, # Edit: ignore above restarted the Printer and firmware corrupt (blank screen)I still getting the issue though where I send a print command to the printer and the fans speed up but the heater bed nor the extruder heat at all the temps stay at 0. Steve |
The current release of Klipper doesn't show any output on the display. I believe the upcoming release will. A blank screen does not indicate corrupt firmware on the current version. I'm confused, are you using Klipper or Marlin? You can't run Marlin's firmware on the MCU and simultaneously use Klipper. You need to flash Klipper's firmware. Make sure you read the installation docs carefully. |
@Arksine Just FYI, Klipper does output on my display just fine. Am running a pull from master from last week. |
That is interesting. I just installed Klipper on an Ender 2 with a tweaked CR10 config. Based on Kevin's latest issue I had assumed display support hadn't yet been merged. My screen is blank, but everything else works fine. Just looked at TH3D's marlin and it appears the Ender 2's display may behave a bit differently from the CR10, I'll have to look into correcting it. I apologize 7s7, you may indeed have a problem if no display shows up after flashing Klipper on the MCU. |
Thanks for the reply, Steve |
Hi Arksine, Steve |
Great. There is basic display support, but it must be configured in the printer.cfg file for it to be enabled. Take a look at the "display" config section in config/example-extras.cfg, or if you have a ramps board, take a look at the config/generic-ramps.cfg file. -Kevin |
Hi Kevin, Thanks for the reply, Thanks |
Glad to hear that Steve! FYI, I'm in the process of setting up a Patreon page: https://www.patreon.com/koconnor Thanks, |
@KevinOConnor are you planning to add working display settings to configs to help new users? |
On Wed, Mar 21, 2018 at 06:35:54PM +0000, jfrilot wrote:
@KevinOConnor are you planning to add working display settings to configs to help new users?
In general, I would like to see the example configs show the
appropriate settings for common displays. I've added settings to a
few configs (rambo and ramps). However, I'm relying on others (that
actually have the boards) to submit "pull requests" for the other
configs.
…-Kevin
|
Hi, is it possible to get the "%" display in the ST7920 like this here? Thx |
On Sun, Apr 22, 2018 at 03:44:28PM +0000, ChiliApple wrote:
is it possible to get the "%" display in the ST7920 like this here?
https://www.bountysource.com/issues/44223336-physical-ui-support
the others display works well in the screen on my CR10S
If you mean the print progress display, then you need to define a
[virtual_sdcard] section (see config/example-extras.cfg). The
progress will currently only update if you print from virtual sdcard.
…-Kevin
|
Hi Kevin, thanks so much for your answer! i will try it. Best, Udo |
I still have a question about the history. I now have the progress indicator in the display but it remains at "0" although I print from the virtual SD. Thx, best Udo |
On Mon, Apr 23, 2018 at 09:31:57AM -0700, ChiliApple wrote:
I still have a question about the history. I now have the progress indicator in the display but it remains at "0" although I print from the virtual SD.
the timer will always display incorrectly, occasionally going back to "0" during printing.
That's strange. You should open a new issue with the klippy.log file
from the session showing the odd behavior. See:
https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md
…-Kevin
|
@Arksine Could I ask what you needed to tweak on the CR-10 config to get klipper to work on the Ender 2? Planning to install this myself. |
klippy.zip
Hi,
I just installed klipper and all seems to be going Ok but when I tried to print Octoprint (using octopi and CR-10s) said I was printing but the temps of both the Extruder and Hotbed stayed at zero. I decided to do a restart of Octopi through the menu and when I did the screen on my CR-10s went Blank (just the backlight was working). I managed to redownload the marlin 1.1.8 firmware that I was using and it came back to life.
Tried it a second time and the same thing occured except this time I cant bring it back to life, the computer knows there is something attached but Arduino starts to compile and then fails saying there is nothing connected.
I have been using this setup for months it is only since I read about Klipper and though it looked a brilliant idea that my problems began.
Are you please able to help.
Thanks
Steve
The text was updated successfully, but these errors were encountered: