This wiki has been archived and made read-only.
For up-to-date information about TkkrLab and it's projects please visit our main website at tkkrlab.nl.

Difference between revisions of "TS6090 TwenSpace laser cutter"

From

Jump to: navigation, search
 
(14 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
|Skillz=Electronics, firmwere
 
|Skillz=Electronics, firmwere
 
}}
 
}}
I bought a TS6090 80W laser cutter made with brandname "JIN ZHI YIN". As you would expect with a cheap china laser cutter the controlling hardware (and software) is a bit crappy.  
+
=This page is no longer maintained, go to site of [http://daveborghuis.nl/wp/ts6090-laser-cutter/ daveborghuis.nl] to see the latest updates.=
 +
 
 +
I bought a TS6090 80W laser cutter made with brandname "JIN ZHI YIN". As you would expect with a cheap china laser cutter the controlling hardware (and software) is a bit crappy. I make the changes as mentioned here so I can use this lasercutter for my own [https://twenspace.nl/wp/apparatuur/lasercutter/ makerspace]
  
 
= TS6090 =
 
= TS6090 =
Line 15: Line 17:
 
[[File:Lihuiyu_m2-nano.jpg|250px|Controller board of TS6090, Lihuiyu M2 Nano]]
 
[[File:Lihuiyu_m2-nano.jpg|250px|Controller board of TS6090, Lihuiyu M2 Nano]]
  
So I want to upgrade the 'brains' of the machine with a MKS board (clone of [http://smoothieware.org/smoothieboard smoothieboard]).  TkkrLab have already modified another lasercutter that works well with all the modifications, so I want to change this laser to the same software.
+
So I want to upgrade the 'brains' of the machine with a MKS board (clone of [http://smoothieware.org/smoothieboard smoothieboard]).  TkkrLab have already modified another [[Laser_Cutter|lasercutter]] that works well with all the modifications, so I want to change this laser to the same software.
  
 
=Hardware Modifycations=
 
=Hardware Modifycations=
Line 42: Line 44:
 
* Power for the board, we only need 24V. Smoothieboard has screw terminal, just screw on the cables (was 24+5 volt for Lihuiyu board)
 
* Power for the board, we only need 24V. Smoothieboard has screw terminal, just screw on the cables (was 24+5 volt for Lihuiyu board)
 
* Smoothie use the same connectors for XY steppers, so just plug in.
 
* Smoothie use the same connectors for XY steppers, so just plug in.
 +
* Added switch between water sensor to disable laser when door open. The pin is labeled with "WP" (Water Protect).
 +
 +
[[File:TS6090 door switch.JPG|250px|thumb|Added open door switch sensor to the WP pin]]
  
 
==Laser control==
 
==Laser control==
Line 48: Line 53:
 
Remove the original analog display (unscrew bolts) and button interface (you can control it by software, so not REALLY needed). Later you can replace this with a nice LCD display & Rotary Encoder. The connector of this  original analog display is connected to laser controller and smoothieboard J8 (near SD card).
 
Remove the original analog display (unscrew bolts) and button interface (you can control it by software, so not REALLY needed). Later you can replace this with a nice LCD display & Rotary Encoder. The connector of this  original analog display is connected to laser controller and smoothieboard J8 (near SD card).
  
===Additional wishes===
 
* Safety switch, turn of laser is the lid is open.
 
 
==12864 LCD Display==
 
This is only the bare display, so without 'smart' features like SD card or included rotary encoder.
 
 
Pin layout for MKS Smoothie and 12864 LCD Display. Mentioned colors is what I personally used, so they have no special meaning.
 
 
{| class="wikitable"
 
!colspan="4"|LCD Display
 
|-
 
|Smoothie name
 
|Smoothie pin
 
|Display pin
 
|Display function
 
|-
 
|GND
 
|EXT1 9
 
|1
 
|GND / Black
 
|-
 
|5V
 
|EXT1 10
 
|2
 
|5V / Red
 
|-
 
|P0.18
 
|EXT1 3
 
|5
 
|R/W = MOSI Green
 
|-
 
|P0.14
 
|EXT1 5
 
|6
 
|E = SCK Yellow
 
|-
 
|P0.16
 
|EXT1 4
 
|4
 
|RS / CS Orange
 
|-
 
|}
 
 
==Rotary Encoder==
 
 
Pin layout for MKS Smoothie and rotary encoder. Mentioned colors is what I personally used, so they have no special meaning.
 
  
{| class="wikitable"
+
==Camera==
!colspan="4"|Rotary Encoder
+
I use [https://lightburnsoftware.com Lightburn] for controlling the laser, this has a camera option.
|-
+
* 8MP camera with viewing angle of 85°,  bought via [http://s.click.aliexpress.com/e/6HCBgNw Aliexpress] and USB extension cord.
|Smoothie name
+
* Camera mount via [https://www.thingiverse.com/thing:3485381 thingiverse].
|Smoothie pin
+
|Rotary pin
+
|Rotary function
+
|-
+
|P1.30
+
|EXT1 2
+
|
+
|SW / White
+
|-
+
|P3.25
+
|EXT2 3
+
|
+
|CLK - Pin A - Yellow
+
|-
+
|GND
+
|EXT2 9
+
|GND
+
|GND + Pin c - Black
+
|-
+
|P3.26
+
|EXT2 5
+
|DT
+
|Pin B - Green
+
|-
+
|}
+
  
 
==After==
 
==After==
[[File:MKS_TS6090.JPG|250px]]
+
[[File:TS6090 smoothie board.JPG|250px]]
  
 
=Software=
 
=Software=
 
First update the current firmware with the latest. All left to do is to make a good 'config' text file with all the settings.
 
First update the current firmware with the latest. All left to do is to make a good 'config' text file with all the settings.
 +
Download here my [[:File:TS6090 MKS.zip|config and firmware]]

Latest revision as of 23:49, 10 December 2019

Project: TS6090 Laser cutter
TS6090 TwenSpace laser cutter Picture.jpg
Name TS6090 Laser cutter
Initiator Zeno4ever
Status {{{Status}}}
Skills Electronics, firmwere
Summary {{{Summary}}}

This page is no longer maintained, go to site of daveborghuis.nl to see the latest updates.

I bought a TS6090 80W laser cutter made with brandname "JIN ZHI YIN". As you would expect with a cheap china laser cutter the controlling hardware (and software) is a bit crappy. I make the changes as mentioned here so I can use this lasercutter for my own makerspace

TS6090

Specifications (in short)

  • Bed size 60x90 cm
  • 80 Watt laser tube
  • Flow sensor (connected to power supply)
  • Lihuiyu M2 Nano controller (with Coreldraw plugin and USB protection)

Controller board of TS6090, Lihuiyu M2 Nano

So I want to upgrade the 'brains' of the machine with a MKS board (clone of smoothieboard). TkkrLab have already modified another lasercutter that works well with all the modifications, so I want to change this laser to the same software.

Hardware Modifycations

Needed parts

Prices are indication of cost, no shipping, tax etc.

Small electronic parts

  • For power controller
    • 2 Optocouplers $0.50 a piece and
    • 2 x 100R
    • 2 x 500R
    • 6 female pin header for the power controller
  • 2 x JST 2 pin for the endstops

Additional general info

Before

TS6090 Lihuiyu M2 Nano.JPG

Changes

  • XY Stops was 1 connector (white bottom on before photo), changed this to two separate JST 2 pin connectors. Use a multimeter to see how the connections are.
  • Power for the board, we only need 24V. Smoothieboard has screw terminal, just screw on the cables (was 24+5 volt for Lihuiyu board)
  • Smoothie use the same connectors for XY steppers, so just plug in.
  • Added switch between water sensor to disable laser when door open. The pin is labeled with "WP" (Water Protect).
Added open door switch sensor to the WP pin

Laser control

Power control was done manually with a seperate control (bottom left on before photo, that has to be done from smoothieboard. For this we create a small print inspired on our experience with the TkkrLab lasercutter.

Remove the original analog display (unscrew bolts) and button interface (you can control it by software, so not REALLY needed). Later you can replace this with a nice LCD display & Rotary Encoder. The connector of this original analog display is connected to laser controller and smoothieboard J8 (near SD card).


Camera

I use Lightburn for controlling the laser, this has a camera option.

  • 8MP camera with viewing angle of 85°, bought via Aliexpress and USB extension cord.
  • Camera mount via thingiverse.

After

TS6090 smoothie board.JPG

Software

First update the current firmware with the latest. All left to do is to make a good 'config' text file with all the settings. Download here my config and firmware