Skip to content

Upgrade your old Craftbot Plus 3D-printer to a modern RepRap 3D-printer!!

License

Notifications You must be signed in to change notification settings

askmurphy/My-extreme-modded-Craftbot-3D-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My extreme modded Craftbot 3D-printer

After some hardware issues I want to upgrade my nice Craftbot Plus 3D-printer, this old printer is alive again and makes nice prints! Time for sharing..

image

My modifications: SKR1.4 Turbo, TFT3.5 v3.0, Reprap firmware v3.3.x, improved hotend, hotend-fan & heated bed, 3 new steppermotors, 2x NEMA17 Vibration Damper Shock Absorbers, filament sensor, RGB ledstrip, RPi4, Camera, etc..

Just a few photo's Click to enlarge..
BTT TFT3.5 v3.0 SKR1.4 turbo backplate
RPi & XL4015 converter Backplate Devine NCD chassis psrt crystal adapter D-size
SKR v1.4 Turbo pinout Panel mount USB B to USB B cable
BTT smart filament sensor Raspberry Pi Camera

Let's MODDING your Craftbot!

RepRap software setup

  • Please follow all the instruction on the firmware-website below.
  • To make the Craftbot and SKR1.4turbo setup more easy for you, you can find a full copy of my Reprap-configuration here

Marlin software setup (optional)

  • For starters, you can use my inital Marlin-setup first, to test your Craftbot with the SKR1.4 Turbo (without RPI3). You can find the complete Marlin setup code here (this will not be updated, totally switched to RepRap now..)

WIFI setup

Original Craftbot hardware

  • Meanwell SP-320-24V PSU
  • Extruder stepper: 17HS3001-20B
  • X,Y, Z steppers: 17HS3001-26B (optional replacement: SL42S247A: 1.8deg.step DC2.5A)

Used modification hardware

Wiring

  • Connect the 'RepRapFirmare Raspberry Pi to SKR Adapter' to the RPI3, connect the adapter to SKR:EXP2 using a 10-wire-flatcable and 2x (2x5pins) connectors
  • Connect the input of the stepdown XL4015 converter to the 24V PSU, tune the output of the converter to 5Volt
  • Connect the 5V/GND of the 'RepRapFirmare Raspberry Pi to SKR Adapter' to the output of the stepdown XL4015 converter
  • Connect the X-stepper (Craftbot back right stepper) to SKR:XM
  • Connect the Y-stepper (Craftbot back left stepper) to SKR:YM
  • Connect the Z-stepper (Craftbot back middle stepper) to SKR:ZMA
  • Connect the E-stepper (Craftbot extruder stepper) to SKR:E0M
  • Connect the X-stop (Craftbot extruder switch) to SKR:X-STOP
  • Connect the Y-stop (Inside Craftbot front right switch) to SKR:Y-STOP
  • Connect the Z-stop (Inside Craftbot back left switch) to SKR:Z-STOP
  • Connect the hotend-heater to SKR:E0
  • Connect the hotend-thermistor to SKR:TH0
  • Connect the bed-heater to SKR:HB
  • Connect the bed-thermister to SKR:TB
  • Connect the 24V PSU to SKR:POWER
  • Connect DFRobot Gravity MOSFET controller1 VIN/GND to SKR:FAN1
  • Connect DFRobot Gravity MOSFET controller1 VOUT/GND to the extruder FAN
  • Connect DFRobot Gravity MOSFET controller1 D to SKR:PWRDET
  • Connect the Object coolerfan to SKR:FAN0
  • Connect the TFT3.5 v3.0 to SKR:TFT using a 5-wire cable.
  • Connect the 2 datalines of the LED-strip to SKR:Neopixel
  • Connect the input of the stepdown XL6009e converter to the 24V PSU, tune the output of the converter to 12Volt
  • Connect the 12V/GND of the LED-strip to the output of the stepdown XL6009e converter
  • Connect the (optional) BTT filamentsensor to SKR:I2C, G=GND, V=+5V, S=0.0
  • Connect the 24V Case fan to SKR:FAN2

=> Allways check every connection twice, make sure you use the correct polarity!!

Used firmware

wget https://raw.githubusercontent.com/TeamGloomy/LPC-STM32-DSF-Install_Script/master/RRF_LPC_3_3_0.sh sudo chmod 755 RRF_LPC_3_3_0.sh ./RRF_LPC_3_3_0.sh

Rpi-Camera setup

PID tuning

You can find some info about it here: https://3dprintbeginner.com/hotend-and-heatbed-pid-tuning

M303 E0 S245 C8 (extruder)

M303 E-1 S90 C8 (bed)

Tips

  • get some free time and have patient ;-)
  • A Raspberry Pi3 model B can be used also (tested), but the Pi4 gives you a quicker printer-interface!

About

Upgrade your old Craftbot Plus 3D-printer to a modern RepRap 3D-printer!!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages