jaksog / ctc-dual-bttskr14t-marlin

Marlin configuration for a modified CTC Dual 3D Printer running a BTT SKR 1.4 Turbo control board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customized Big Tree Tech SKR v1.4 Turbo Marlin 3D Printer Firmware

This is a customized firmware build for CTC Dual with the following hardware modifications:

  • Big Tree Tech SKR v1.4 Turbo control board
  • Big Tree Tech 2.4" TFT Control Screen
  • 5x A4988 stepper drivers
  • 3x NTC 3950 100K Ohm thermistors (to replace thermocouples for hotends and bed)
  • Hotend PID tune
  • Bed PID tune
  • Linear advance K factor tuned
  • Hotend parts fan using a 5015 blower
  • Dual Titan Extruder clones
  • Dual V6 hotend clones

Why?

The Mightyboard on my printer had a component failure. Fixing it myself didn't work, replacement boards are expensive compared to RAMPS, Melzi, etc. boards, and I'm much more familiar with Marlin firmware compaired to Sailfish. Experience with 24v

Mightyboard Replacement Procedures

The CTC Dual/Mightyboard are 24v systems, so the SKR 1.4 board was a natural fit because it supports 24v out of the box. Also, I had recent experience with it from my previous Creality Ender 3 modifications.

Limit Switches

The original limit switches used a four wire connection to the control board, but the SKR only supports a 3 wire connection. The wiring is documented in the image below

Limit switching wiring image

Heated Bed Wiring

Remove all but the red and black wires from the bed connector. Those two wires will go to the heated bed terminal block on the control board.

Thermocouples

The thermocouples were replaced with standard NTC 3950 100K Ohm thermistors. Thermocouples can be reused but you will need an adapter/amplifier circuit for them to work with the SKR board.

I carefully crimped the hotend thermistors into ring terminals and mounted them like thermocouples would be. For the heatedbed, I used kapton tape to attach the thermistor next to where the original bed temp sensor is located.

Steppers

The steppers need their connectors changed, to maintain the same order the pins map the following way:

LCD and Controls

I didn't bother trying to reuse the original, I'm sure it could be possible but I wound up using the BTT 2.4" TFT control screen. There are many control screens that can be used with the SKR board, this particular one was small, cheap, and available immediately.

Stepper wiring image

Marlin 3D Printer Firmware

GitHub GitHub contributors GitHub Release Date Build Status

Additional documentation can be found at the Marlin Home Page. Please let us know if Marlin misbehaves in any way. Volunteers are standing by!

Marlin 2.0

Marlin 2.0 takes this popular RepRap firmware to the next level by adding support for much faster 32-bit and ARM-based boards while improving support for 8-bit AVR boards. Read about Marlin's decision to use a "Hardware Abstraction Layer" below.

Download earlier versions of Marlin on the Releases page.

Building Marlin 2.0

To build Marlin 2.0 you'll need Arduino IDE 1.8.8 or newer or PlatformIO. Detailed build and install instructions are posted at:

Marlin Support

For best results getting help with configuration and troubleshooting, please use the following resources:

Credits

The current Marlin dev team consists of:

License

Marlin is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of Marlin on Github, perform your modifications, and direct users to your modified fork.

While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.

About

Marlin configuration for a modified CTC Dual 3D Printer running a BTT SKR 1.4 Turbo control board

License:GNU General Public License v3.0


Languages

Language:C++ 65.9%Language:C 29.5%Language:Objective-C 2.8%Language:Shell 0.8%Language:Python 0.5%Language:Makefile 0.3%Language:OpenSCAD 0.1%Language:G-code 0.0%Language:CSS 0.0%Language:HTML 0.0%Language:JavaScript 0.0%