Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcn3d/bcn3dplus-firmware
All the code you need to get your BCN3D+ up and running
https://github.com/bcn3d/bcn3dplus-firmware
Last synced: 6 days ago
JSON representation
All the code you need to get your BCN3D+ up and running
- Host: GitHub
- URL: https://github.com/bcn3d/bcn3dplus-firmware
- Owner: BCN3D
- License: mit
- Created: 2014-05-19T16:23:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T12:54:24.000Z (almost 8 years ago)
- Last Synced: 2023-08-05T21:23:30.343Z (over 1 year ago)
- Language: C++
- Homepage: http://www.bcn3dtechnologies.com
- Size: 3.04 MB
- Stars: 9
- Watchers: 21
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Firmware
========In order to give our 3D Printer the intelegence needed to make awesome objects, you need to upload the latest firmware. We currently give support to BCN3D+ firmwares. The **standard** and the **dual extruder**.
- Firmwares
+ BCN3D
+ BCN3D+
Even thought we don't support older firmwares, you are still able to download the BCN3D version for all those firsts BCN3D out in the wild.---
>Before uploading a new firmware be sure to follow all the steps and indications. Also remember to install the U8glib in you Arduino libraries!---
Changing the Firmware
---
In order to change the firmware you need the following:1. USB Cable
2. Arduino IDE with u8glib library*
3. Firmware CodeThe process:
1. Switch off the mains
2. Plug the USB cable to the side of the printer. Your computer should detect it and give it a port.
3. Open the Arduino IDE and open the arduino file (`.ino`) located in the firmware directory.
4. In the Arduino programm --> Tools --> Board --> Arduino Mega2560/ADK. In the same tools menu select your SERIAL PORT.
5. Click the *Right Arrow icon* who says **Load**
6. Just wait for the progress bar to finish and the printer will reset itself. Then you can unplug the USB cable and switch back on the printer and enjoy.###Libraries needed
In order to install new libraries to the Arduino follow the next link.[Install Arduino Libraries](http://arduino.cc/en/Guide/Libraries)
And here you can find the u8glib
[u8glib Arduino library](http://dl.bintray.com/olikraus/u8glib/u8glib_arduino_v1.16.zip)