Convert Laser: Difference between revisions

From Knox Makers Wiki
Jump to navigation Jump to search
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 17: Line 17:
{| class='wikitable'
{| class='wikitable'
|-
|-
| [https://inkscape.org Inkscape ](Design)
| [https://inkscape.org Inkscape ]
| Design<br>Optionally, our [https://github.com/KnoxMakers/KM-Laser KM-Laser Bundle]
| Design<br>Optionally, our [https://github.com/KnoxMakers/KM-Laser KM-Laser Bundle]
|-
|-
| Custom Web interface
| [https://github.com/KnoxMakers/cncfm cncfm]
| Upload to laser + CAM<br>Name and link coming
| Web File Manager and Vector+Raster CAM
|-
|-
| [http://linuxcnc.org LinuxCNC]
| [http://linuxcnc.org LinuxCNC]
Line 31: Line 31:
{| class='wikitable'
{| class='wikitable'
|-
|-
| Motherboard
| Computer
| Built in graphics<br>RAM<br>CPU<br>More info to come maybe
| [https://www.gigabyte.com/us/Motherboard/GA-J1900N-D3V-rev-1x#ov Gigabyte-J1900N-D3V]<br/>4GB SODIMM<br/>Parallel Port Card
|-
|-
| Hard drive
| Break Out Board
| Just big enough to hold LinuxCNC with some room left over for gcode and raster images people upload
| [https://www.cnc4pc.com/c10-bi-directional-parallel-port-interface-card.html C10 Parallel Port Breakout Board]
|-
| Power Supply
| Something small and cute
|-
| LinuxCNC compatible I/O card
| We chose a [http://store.mesanet.com/index.php?route=product/product&path=83_85&product_id=290 Mesa 7176E]<br>It cost a little more than other options but we can use the extra ethernet port on the motherboard instead of a parallel port.
|}
|}


=In Progress=
=Implementation=
This page is in progress.
 
More to come.
The wiring diagram, design files for the panels, and LinuxCNC config can be found on our github in the [https://github.com/KnoxMakers/Moonraker Moonraker Repository]

Latest revision as of 14:54, 30 November 2022

The purpose of this page is to document the conversion of our Chinese laser to use our preferred firmware, LinuxCNC.

Importing

See our page on importing the laser.

Why

Changing the firmware gives us a few advantages.

  • As an organization, we strongly value open source and this gives us the option of using a full open source stack to go from design to cut.
  • We have years of experience, training, and development on the current stack and have had a really positive experience with it.

Plan

The plan is to remove the controller and display panel that came with the laser and replace them with a computer running LinuxCNC, a I/O card, and a panel of our own design and needs. Our goal is to fit this all into in the new laser using the existing structure in a neat and beautiful way.

Software

Inkscape Design
Optionally, our KM-Laser Bundle
cncfm Web File Manager and Vector+Raster CAM
LinuxCNC Firmware to run laser

Hardware

Computer Gigabyte-J1900N-D3V
4GB SODIMM
Parallel Port Card
Break Out Board C10 Parallel Port Breakout Board

Implementation

The wiring diagram, design files for the panels, and LinuxCNC config can be found on our github in the Moonraker Repository