Piirilevyjyrsin

Kohteesta Helsinki Hacklabin wiki
Loikkaa: valikkoon, hakuun


Piirilevyjyrsin

Tyyppi: pieni CNC-jyrsijä
Tekijät: Janne, Antti
Aloitettu: 2017
Tila: käyttöönotossa, ei ilmeisesti labille



Left column Finnish!

Right column English

CNC-jyrsin-projekti piirilevyjen sekä muiden pienten asioiden jyrsimiseen.

Ostettu Partcolta ja sen jälkeen modattu:

  • Spindle vaihdettu järeämpään
  • rajakytkimet lisätty.
  • asennettu koteloon
  • ohjaukseen kosketusnäyttö jota ajaa raspberryPi.

Softana grblControl / Candle: https://github.com/Denvi/Candle, https://github.com/grbl/grbl/wiki/Using-Grbl

CNC milling project for milling circuit boards and other small things.

Bought from Partco and then modified:

  • Spindle changed to heavier
  • limit switches added.
  • mounted in a housing
  • Control of the touch screen driven by the raspberryPi.

Softana grblControl / Candle: https://github.com/Denvi/Candle, https://github.com/grbl/grbl/wiki/Using-Grbl Piirilevyjyrsin.jpg

Projekti siirtyi pois labilta. Siirretty varastoon 2020.

Dokumentoitavia asioita

  • Sallitut materiaalit: Piirilevy, muovit, metalleja ei kannattane yrittää
  • Sopivat terät
  • Työala

Softana grblControl / Candle: https://github.com/Denvi/Candle, https://github.com/grbl/grbl/wiki/Using-Grbl Piirilevyjyrsin.jpg

The project moved out of the lab. Transferred to stock in 2020.

Things to document

  • Allowed materials: Circuit board, plastics, metals should not be tried
  • Suitable blades
  • Workspace

Peruskäyttö

Käyttöliittymän dokumentointi: https://github.com/Denvi/Candle/wiki/04-Control

  • generoi g-koodi
  • käynnistä jyrsin, virtakytkin oikealla
  • siirrä tiedosto jyrsimen koneelle, tapa toistaiseksi määrittämättä ja kytkemättä (verkko, usb-tikku)
  • kiinnitä terä ja työkappale
  • riippuen generoimastasi koodista, aja terän kärki manuaali-ajolla koodin nollakohtaan, ja nollaa työkoordinaatit
  • sulje kansi
  • lataa koodi ohjelmaan (file - open)
  • käynnistä ohjelma
  • ohjelman valmistuttua, siivoa jälkesi ja sammuta kone

Basic operation

User interface documentation: https://github.com/Denvi/Candle/wiki/04-Control

  • generates g-code
  • start the cutter, power switch on the right
  • transfer the file to the cutter machine, the method has not yet been configured and connected (network, usb stick)
  • attach the blade and the workpiece
  • depending on the code you generate, manually drive the tip of the blade to the zero point of the code, and reset the work coordinates
  • close the lid
  • load code into the program (file - open)
  • start the program
  • After completing the program, clean up your tracks and turn off the machine

Ohjauspaneeli

  • 3 ja 9 Z-akseli ylös / alas
  • 4 ja 6 eli vasen ja oikea X-akseli
  • 2 ja 8 eli nuolet ylös/alas Y-akseli
  • 5 ja del jog step +-
  • 0 spindlen käynnistys

Ongelmatilanteet

Ajettuasi jonkun akselin rajakytkintä vasten, liikkeet lukittuu kunnes ne vapautetaan: Paina reset, menee tilaan alarm, lukko-napilla kuittaus ja ajo poispäin rajasta. toista kunnes rajakytkin vapautuu.

Koodin generointi

Esim

Työstöarvot dokumentoitava.

Control Panel

  • 3 and 9 Z axis up / down
  • 4 and 6, ie left and right X axes
  • 2 and 8, ie arrows up / down Y-axis
  • 5 and del jog step + -
  • 0 spindle start

Problem situations

After driving an axis against the limit switch, the movements are locked until they are released: Press reset, enter the alarm mode, reset with the lock button and drive away from the limit. repeat until the limit switch is released.

Code generation

E.g

Machining values ​​must be documented.