Nano Bed Leveling Part 2 | Bootloader and Firmware for the CR-10

Поделиться
HTML-код
  • Опубликовано: 1 дек 2017
  • *Other Helpful Videos*
    Maker Select Bootloader and Firmware video:
    • How to Burn a Bootload...
    Tevo Tornado BLTouch video:
    • Installing a BLTouch o...
    Adjusting your Z Offset in Marlin:
    • Setting your Z offset ...
    Peter Grace's Auto Bed Leveling sensor video:
    • Video
    Uno Bed Leveling video here:
    • Nano Bed Leveling v1.2...
    *Firmware and Arduino Sketch Downloads*
    Here's a link to download the Marlin 1.1.6 firmware for the CR-10 with Auto Bed Leveling enabled:
    www.dropbox.com/s/q7eakeayia4...
    Arduino Nano Bed Leveling Sketch:
    www.dropbox.com/s/ojfjarbgx7f...
    Arduino ISP sketch:
    www.dropbox.com/s/036drj8d5j1...
    *Links to recommended parts*
    5x Arduino Nanos:
    www.amazon.com/gp/product/B07...
    9v DC Adapter (US):
    www.amazon.com/gp/product/B07...
    Breadboard DC Jack Module (multiple sources):
    www.ebay.com/itm/DC005-to-DIP...
    www.aliexpress.com/store/prod...
    www.dx.com/p/dc005-to-dip-adap...
    Comments on this part claim it's the same, but I haven't ordered one, so no promises:
    www.amazon.com/gp/product/B06...
    Inductive Sensor:
    www.amazon.com/gp/product/B01...
    Dupont Connectors:
    www.amazon.com/gp/product/B01...
    JST Connectors:
    www.amazon.com/gp/product/B01...
    If you don't want to bother with crimping JST connectors, you can probably get away with using something like these and just cutting them where you need to solder them to your board/splice into your sensor wires:
    www.amazon.com/gp/product/B07...
    PEI Sheet:
    www.amazon.com/gp/product/B07...
    Nano Case for Arduino Nano and Breadboard DC Jack Module:
    www.thingiverse.com/thing:261...
    18mm Sensor Mount for CR-10:
    www.thingiverse.com/thing:249...

Комментарии • 17

  • @SuperSport1966
    @SuperSport1966 6 лет назад +1

    Wow, Brilliant! Converting back and forth for burning or ABL. Nice work. Thank you again for everything.

  • @d1sord3r
    @d1sord3r 6 лет назад

    Dude! How the heck your channel does have only 700 subs?! Your videos are so nice, detailed. I hope that your channel will grow soon, you definitely desrve it :) Keep up the good work! Cheers from Poland!

  • @josefer3d
    @josefer3d 6 лет назад +1

    Thank you very well explained

  • @hawktrainer
    @hawktrainer 6 лет назад +1

    Your videos are so clear, helpful and pleasant to watch - thanks so much for making them and making them great! I have a Maker Select V2.1 with the stock melzi board and I’m wondering if it’s possible to add nano bed leveling to it following a similar procedure as outlined here, or if it would need to be upgraded to another board (like MKS Gen) first?
    Secondly, as a suggestion, I’d really love to see a video on how to install the Klipper firmware on the Maker Select V2.1 (with stock Melzi) with RPi/Octoprint. Seems like a really exciting firmware and I’m hoping your Maker Select might be a good candidate to try it out... ;)
    Thanks again for the great videos! They’ve been really helpful as I’m new to 3d printing.

    • @RemainIndoors
      @RemainIndoors  6 лет назад +1

      Thanks for asking and for the compliments, I'm actually working on a video that explains how to do exactly this using the stock Maker Select board right now. I hope to have it uploaded this weekend.

    • @hawktrainer
      @hawktrainer 6 лет назад

      Remain Indoors amazing! Looking forward to it. Thanks for the quick reply, too.

  • @andrewc3609
    @andrewc3609 6 лет назад +1

    Can you show how to do octoprint on a Orange Pi Zero? Planning to do budget system. It will help, not only me, but many others. (Tevo Tornado)

    • @RemainIndoors
      @RemainIndoors  6 лет назад

      I will look into it. Thanks for the suggestion

    • @andrewc3609
      @andrewc3609 6 лет назад

      By the way you've explained it detail. Nice work. You remind me of someone who is also a cool youtuber.

  • @SuperSport1966
    @SuperSport1966 6 лет назад

    Got a question for you. When my prints are complete, I have the printer play a song at the end. On this firmware, it does not do that. It also does not have sounds when I click the wheel. I looked, and I saw Sound was turned off in this firmware, so I re-enabled it at: #define SPEAKER
    When that did not work, I also disabled these two lines because they were disabled in the original firmware, but this has not worked either://#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
    //#define LCD_FEEDBACK_FREQUENCY_HZ 1000
    Any ideas? Thank you so much for everything!

    • @RemainIndoors
      @RemainIndoors  6 лет назад

      ahh crap sorry man, this comment got filtered out, yeah I disabled the speaker pin out of personal preference, if you want to re-enable it, you can open the file pins_SANGUINOLOLU_11.h - in there there are two places that say #define BEEPER_PIN -1 Change the first one from -1 to 27 and the second one to 29

    • @SuperSport1966
      @SuperSport1966 6 лет назад +1

      Remain Indoors No stress, I’ve had comments filtered also. I feel real bad when that happens, but we don’t have control over that...
      Thank you so much! I never would have looked there in the Firmware. Will update shortly.
      Thanks again, and still loving the ABL. It works flawlessly! Takes all the stress out of prints bonding properly.

  • @jacko5109
    @jacko5109 6 лет назад

    i get this error, please help
    Error compiling for board Sanguino.

    • @RemainIndoors
      @RemainIndoors  6 лет назад

      I just downloaded the firmware and compiled it without any problems. Make sure you choose the processor ATmega1284 or ATmega1284P (16MHz). Also, if you haven't downloaded and installed the u8glib library before, make sure you do that before trying to compile. code.google.com/archive/p/u8glib/ - I mentioned how to install this around 7:50 of my Tevo Tornado BLTouch video if you're not sure how to go about doing that.