Re: [Emc-developers] hal_port with documentation

2019-08-08 Thread Curtis Dutton
Ok I have created a pull request for hal_port pin type to master. This request only includes hal_port related things. The laser and raster components will be a different pull request that I will make after this one gets in. Thanks all, Curtis On Tue, Aug 6, 2019 at 12:03 PM Curtis Dutton

Re: [Emc-developers] hal_port with documentation

2019-08-06 Thread Curtis Dutton
I can fix the indenting on hal_lib.c I'm not opposed to separate changes however I did use the pyhal.py to create tests for testing hal_port code. pyhal.py is not actually required for hal_port to function. (Assuming hal_port functions properly) The halcompile.g doesn't strictly become a

Re: [Emc-developers] hal_port with documentation

2019-08-06 Thread andy pugh
My opinion only: (I am not sure who has the final say on what goes in to Master) On Mon, 5 Aug 2019 at 15:38, Curtis Dutton wrote: A HAL_PORT pin allows for a writer component to send many bytes in one > operation to a reader component in real time. The PORT pins behave just > like any other

Re: [Emc-developers] hal_port with documentation

2019-08-05 Thread itai
there seems to be some editor issue (tabs/spaces/tab size) with src/hal/hal_lib.c in your branch. pretty much the whole file's been modified with changed indentation. On Mon, Aug 5, 2019 at 12:33 AM Curtis Dutton wrote: > Hi all I know it has been a long time, but I finally finished up >

Re: [Emc-developers] hal_port with documentation

2019-08-05 Thread Curtis Dutton
Here is the rundown from when I started the work. I retrofitted my laser engraver with linuxcnc. I do both rastering and vector cutting on my laser, and it is a 4 axis laser as I do complicated raster and vector cutting on 3D objects. I found existing solutions out on the web but they weren't

Re: [Emc-developers] hal_port with documentation

2019-08-05 Thread andy pugh
On Sun, 4 Aug 2019 at 22:33, Curtis Dutton wrote: > Hi all I know it has been a long time, but I finally finished up > documentation for the hal_port pin type changes that I have been working > on. > >

[Emc-developers] hal_port with documentation

2019-08-04 Thread Curtis Dutton
Hi all I know it has been a long time, but I finally finished up documentation for the hal_port pin type changes that I have been working on. I initially added this for performing raster work with my laser engraver. But the port could be used for a lot of things. Anyhow I'm hoping to get this