samyk / easel-driver

Easel driver for Linux, Mac, Windows, ARM, Raspberry Pi, Intel, FTDI, CH340, CH341, CP210x, FTDI clones, local, and remote access to GRBL-based CNC controllers
95 stars 24 forks source link

Tobintax patch 1 #3

Closed tobintax closed 6 years ago

samyk commented 6 years ago

Is there a way this can be done without including any code from Easel? I want to avoid placing any of their code in this repo as I haven't found any explicit license. You'll notice the script currently downloads the driver from their website, unpacks, and modifies files in place.

I'm open to ideas.

tobintax commented 6 years ago

A way could be to describe the required modifications, e.g. hard code the usb port in the easel file. So the user can do it?

tobintax commented 6 years ago

I found a other way. Please get me some hours.