Skip to content

udartsev/SolidoodleFirmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidoodle 2 /3 Firmware (2018-03-17)

By Vladimir S. Udartsev udartsev.ru

Based on Marlin 1.1.8 (DEC2017)
Compiled via marlin-conf

What is inside

  1. Firmware
  • solidoodle2.hex (no LED, no LCD, no SDCARD) (150x150 board)
  • solidoodle3.hex (no LED, no LCD, no SDCARD) (200x200 board)
  • Official Solidoodle 2/3 fw, based on marlin_1.0 (2014)
  1. Software for Win10_x64
  • BootloaderHID (HalfKay Bootload)
  • marlin-conf

Install

For Windows 10 x64:

  1. Download and Install marlin-conf
  2. Download and Install Python 2.7.14
  3. Download and Install PlatformIO
  4. Download and Install GIT
  5. Download and Install Notepad++ does not nessosery

How to use marlin-conf

  1. Download and unzip solidoodle2-marlin_1.0_(2014).7z
  2. Add Configuration.h and Configuration_adv.h to the project (just drag&drop it into the window)
  3. Define constants for your 3D printer motherboard. For Solidoodle 2 and Solidoodle 3 select PRINTRBOARD (81) MOTHERBOARD
#define MOTHERBOARD  81
#define TEMP_SENSOR_0 6
  1. Just change your data as you like.
  2. Select PRINTRBOARD in COMPILE option, and turn COMPILE button
  3. Copy firmware.hex file into BootloaderHID folder

How to use BootloaderHID

  1. Download BootloaderHID
  2. Plugin your Printrboard (Solidoodle) motherboard via USB cable (and 12V cable if exist)
  3. Add a jumper to the BOOT pins on the printboard (back of the printer), then press the RESET button
  4. Copy compiled firmware.hex file into BootloaderHID folder.
  5. Rund windows command line (cmd)
  6. Enter BootloaderHID folder (cd C://BootloaderHID-folder)
  7. Run command:
hid_bootloader_cli -mmcu=at90usb1286 -w -v firmware.hex

###### Marlin Configure screenshot ![marlin-conf](img/marlin-conf-screenshot.png)
Solidoodle2 PRINTRBOARD screenshot

Solidoodle2 PRINTRBOARD

BootloaderHID success fw uload screenshot

BootloaderHID

About

Solidoodle 2/3 Firmware (3D Printer) Based on Marlin 1.1.8 (2018)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages