Equipment/Foison C48 Vinyl Cutter: Difference between revisions

From Teesside Hackspace
Content added Content deleted
Line 65: Line 65:


=== About InkScape ===
=== About InkScape ===
InkScape is an open source drawing program. It can be used to make drawings for cutting on the vinyl cutter. Alternatively, .SVG drawings can be opened in InkScape and printed to the vinyl cutter, or drawings in other formats can be converted to cut on the vinyl cutter.
[https://inkscape.org/release/0.92.5/windows/ InkScape 0.92] is the last version of InkScape that has the InkCut plotter software built in. Download and install InkScape 0.92.
=== Install InkScape ===

InkScape 0.92 is the last version of InkScape that has the InkCut plotter software built in. Download and install [https://inkscape.org/release/0.92.5/windows/ InkScape 0.92].
Files can be imported in .SVG format, or drawings can be made in InkScape
===Using Inkscape===

==== Edit drawings ====
The easy option is to use Inkscape to draw the shapes you wish to cut.
The easy option is to use Inkscape to draw the shapes you wish to cut.


Make sure that your objects are sized in millimetres.
Make sure that your objects are sized in millimetres.
Select all objects you wish to include and pick Path -> Object to Path from the menu
Select all objects you wish to include and pick Path -> Object to Path from the menu

Either:
==== Send the plot to the vinyl cutter ====
* From the menu, pick Extensions -> Inkcut -> Open Current Document; or
* Select the objects you wish to cut and pick Extensions -> Inkcut -> Cut Selection...
From the menu select Extensions -> Export -> Plot
When the Plot dialog opens, select the Connection Settings tab. Check the connection settings. They should be correct if you have used the vinyl cutter previously.
[[File:InkScape Settings Foison Vinyl Cutter.png|thumb]]
* Confirm that the COM port for the cutter is correct. This can be checked in Windows de
[[File:Foison C48 Device Manager.png|thumb|alt=Foison C48 device in Windows Device Manager. Shows as USB-Serial CH341 (COM8) in this example|Foison C48 Device Manager]]
* Set the Serial Baud Rate. This can be confirmed on the Vinyl Cutter under it's Br setting. It should be 19200
When Inkcut opens, check that the planned cut is correct.
When Inkcut opens, check that the planned cut is correct.
* Serial byte size should be 8 bits
* If not, you probably missed something when converting objects to paths. Close Inkcut and go back to Inkscape and edit your design.
* Serial stop bits should be 1
Set up the cutter as described below.
* Serial parity should be none
If happy, choose Device->Send to Device and then confirm.
* Serial flow control should be Software (XON/XOFF)
Collect cut pieces.
* Command Language should be HPGL
??
* Cutting will start when you click Apply
Profit

Revision as of 20:46, 29 August 2023

Overview

The Foison C48 vinyl cutter is a 48 inch vinyl cutter. The vinyl cutter executes HPGL instructions sent by a computer.

Windows

To use the vinyl cutter on Windows, a driver needs to be installed to drive the vinyl cutter's CH340 USB to serial chip. We have had success sending SVG files to the vinyl cutter using the InkScape open source drawing package, which has a built in capability to send HPGL data to the cutter.

Software setup

CH340 driver installation

The Foison vinyl cutter requires a driver for the CH340 USB to serial chip.

The driver can be found here .

Once the file is downloaded, open it and run CH34x_Install_Windows_v3_4.exe. The installer is a single dialog. When it opens, click the INSTALL button

CH340 installer
CH340 installer

Once the install is complete, click OK, and then close the installer.

InkScape installation

Grab the latest version of InkScape for Windows starting here (click Download->Current Version->Windows-><Windows architecture>). The current version of InkScape at the time of writing is 0.92.4.

Run the installer. The first screen is the language selector:

Language selector
Language selector

Select your language and click OK.

This opens the installer splash screen

Why?....
Why?....

Click Next

This opens the License dialog

License screen.... click Next.... Nobody reads these things anyway
License screen.... click Next.... Nobody reads these things anyway

Ignore the license agreement like everyone else does and click Next. You don't care what it says, you just want to use the software right? It's unlikely there's anything truly evil in there anyway...

This opens the Components dialog.

Component selector
Component selector

I suggest installing the Optimal install, but we need the Additional Files->Extensions option to be able to export to the vinyl cutter. Click Next

This opens the Install Location dialog

Install location dialog
Install location dialog

Change the install location if necessary and click Install

This will start the install...

Installing...
Installing...

Once completed the completion dialog is shown

Installed!
Installed!

Choose whether or not to open InkScape and click Finish

Setting up the vinyl cutter

For more detail on the Foison vinyl cutter, check the File:Foison c24 manual.pdf

Sending a job to the vinyl cutter from InkScape

About InkScape

InkScape is an open source drawing program. It can be used to make drawings for cutting on the vinyl cutter. Alternatively, .SVG drawings can be opened in InkScape and printed to the vinyl cutter, or drawings in other formats can be converted to cut on the vinyl cutter.

Install InkScape

InkScape 0.92 is the last version of InkScape that has the InkCut plotter software built in. Download and install InkScape 0.92.

Using Inkscape

Edit drawings

The easy option is to use Inkscape to draw the shapes you wish to cut.

Make sure that your objects are sized in millimetres. Select all objects you wish to include and pick Path -> Object to Path from the menu

Send the plot to the vinyl cutter

From the menu select Extensions -> Export -> Plot When the Plot dialog opens, select the Connection Settings tab. Check the connection settings. They should be correct if you have used the vinyl cutter previously.

  • Confirm that the COM port for the cutter is correct. This can be checked in Windows de
Foison C48 device in Windows Device Manager. Shows as USB-Serial CH341 (COM8) in this example
Foison C48 Device Manager
  • Set the Serial Baud Rate. This can be confirmed on the Vinyl Cutter under it's Br setting. It should be 19200

When Inkcut opens, check that the planned cut is correct.

  • Serial byte size should be 8 bits
  • Serial stop bits should be 1
  • Serial parity should be none
  • Serial flow control should be Software (XON/XOFF)
  • Command Language should be HPGL
  • Cutting will start when you click Apply