Converting Parallel Port to USB: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "Currently there Are no tasks required by the GVCS machine ecosystem that cannot be accomplished by the Universal Controller. In fact, part of the GVCS design is squeez...")
 
No edit summary
 
Line 1: Line 1:
Currently there Are no tasks required by the [[GVCS]] machine ecosystem that cannot be accomplished by the [[Universal Controller]]. In fact, part of the GVCS design is squeezing unparralleled performance out of simple components by clever use of resources: doing more with less.
Currently there Are no tasks required by the [[GVCS]] machine ecosystem that cannot be accomplished by the [[Universal Controller]]. In fact, part of the GVCS design is squeezing unparralleled performance out of simple components by clever use of resources: doing more with less.


In case there are applications that require the Parallel cable (nonexistent in modern hardware), we may consider conversion of USB to parallel.
In case there are applications that require the Parallel cable and [[LinuxCNC]] (nonexistent in modern hardware), we may consider conversion of USB to parallel.
 
=Limits of Marlin=
 
People point out limits such as [https://www.cnczone.com/forums/linuxcnc-formerly-emc2-/309384-cnc.html]. However, workarounds exist which prevent [[Non-degenerate Sprawl]]. For example, Marlin IS GRBL, and CAM- specific functions such as tool radius can be implemented in the [[FreeCAD Path Workbench]].


=USB to Parallel Conversion=
=USB to Parallel Conversion=


*https://hackaday.com/2017/05/05/converting-parallel-port-cncs-to-usb/
*https://hackaday.com/2017/05/05/converting-parallel-port-cncs-to-usb/

Latest revision as of 15:48, 26 July 2019

Currently there Are no tasks required by the GVCS machine ecosystem that cannot be accomplished by the Universal Controller. In fact, part of the GVCS design is squeezing unparralleled performance out of simple components by clever use of resources: doing more with less.

In case there are applications that require the Parallel cable and LinuxCNC (nonexistent in modern hardware), we may consider conversion of USB to parallel.

Limits of Marlin

People point out limits such as [1]. However, workarounds exist which prevent Non-degenerate Sprawl. For example, Marlin IS GRBL, and CAM- specific functions such as tool radius can be implemented in the FreeCAD Path Workbench.

USB to Parallel Conversion