[Machinekit] machinekit post processor

2017-08-15 Thread 'Harley Engholm' via Machinekit
I am using Vectric Cut2d for my designs and have been using EMC2 post 
processors for the g code creation. Everything works except that the 
text on engravings are somewhat distorted, ie a straight line on the bottom 
of an "L" is curved. Also circles are not complete, there is a very small 
opening at the ends. All of the distortions seem to be the identical when 
repeating  an engraved word, so it seems that it may be more of a code 
issue than a mechanical issue. I am wondering if anyone else has had this 
problem and if there is a dedicated post processor for machinekit running 
on a BBB.

Harley 

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to machinekit+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.


[Machinekit] Re: Will DE0-Nano image work on a DE10-Nano board?

2017-08-15 Thread mugginsac
Now I am trying to created a bootable image following Robert Nelson's 
instructions. (Whoa is me!) Where does the .rbf file go? In the rootfs or 
in the A2 partition?

The u-boot-with-spl.sfp goes in the A2 partition, does it pick up the 
kernel from the rootfs partition?

Alan

On Monday, July 24, 2017 at 11:18:00 AM UTC-7, mugginsac wrote:
>
> I just wondered if the machinekit image for a DE0-Nano-SOC board will run 
> on a DE10-Nano?
>
> Alan
>

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to machinekit+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.


Re: [Machinekit] how to compile source in machinekit

2017-08-15 Thread thangle
Thank for your answer.


> Because you have changed one but not the other.
> You have 2 different machinekit installations, one in the binary file 
> system and another, *which you built*, in your home directory.
>
> If you want to test your new *kins, run the one which contains it, in your 
> home dir, from a terminal.
>

i have a problem that I cant find the executable file of new kins after 
built it.
 

>
> I won't even try to explain how to add your new module to the binary file 
> system, there is no need to do it.
>
> The whole point about a RIP build is that it is self contained and you can 
> experiment without messing up the main installation.
>
>
>
>> Either that or copy the new module to your binary install and run 
>> ldconfig manually and check it is in the cache
>>
>
> i dont know where is the new module, binary place? how to check it in 
> cache by ldconfig?
>
> thank you for your help very much.   
>
>>
>>  rpath=/usr/lib/linuxcnc/xenomai
>>  See /var/log/linuxcnc.log for more information.
>>  10047
>>  PID TTY  STAT   TIME COMMAND  
>>  Stopping realtime threads
>>  Unloading hal components
>>
>> i'm using BBB and machinekit. sorry for my trash English.
>>
>> Vào 15:41:12 UTC+7 Thứ Hai, ngày 14 tháng 8 năm 2017, Schooner đã viết: 
>>>
>>> Going to need a lot more info than that and to see the source.
>>>
>>> You basically need to know how to write Makefiles, to alter the existing 
>>> ones to build your stuff too, assuming it is compatible.
>>>
>>> On 14/08/17 03:39, thangle wrote:
>>>
>>> Hi, 
>>>
>>> Does anyone know how to compile a new source? example, i coppy a new  C 
>>> project from an old project in machinekit src and rename, what should i do 
>>> to make it work. please help me. tks 
>>> -- 
>>> website: http://www.machinekit.io blog: http://blog.machinekit.io 
>>> github: https://github.com/machinekit
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Machinekit" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to machinekit+...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/machinekit.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> -- 
>> website: http://www.machinekit.io blog: http://blog.machinekit.io 
>> github: https://github.com/machinekit
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Machinekit" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to machinekit+...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/machinekit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> -- 
> website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
> https://github.com/machinekit
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Machinekit" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to machinekit+...@googlegroups.com .
> Visit this group at https://groups.google.com/group/machinekit.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to machinekit+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.


Re: [Machinekit] how to compile source in machinekit

2017-08-15 Thread schoone...@btinternet.com

  
  

On 15/08/17 03:29, thangle wrote:


  

  
The module appears to have built from your printout, but you
also look to be building a RIP and then executing a binary
installation
Look at the rpath
  

 
i dont know what exactly i should do?



   
You need to build the RIP, set the current terminal session
environment using . ./scripts/rip-environment  from the root
of the RIP
and then launch machinekit from that terminal
session.
  



when i launch machinekit from terminal, the CRAMPS worked.
  but when i launch machinekit from the one (in the screenshot)
  it's bugged. why are they difference?
  


Because you have changed one but not the other.
You have 2 different machinekit installations, one in the binary
file system and another, which you built, in your home
directory.

If you want to test your new *kins, run the one which contains it,
in your home dir, from a terminal.

I won't even try to explain how to add your new module to the binary
file system, there is no need to do it.

The whole point about a RIP build is that it is self contained and
you can experiment without messing up the main installation.


  



   
Either that or copy the new module to your binary install
and run ldconfig manually and check it is in the cache
  



i dont know where is the new module, binary place? how to
  check it in cache by ldconfig?


thank you for your help very much.   

   

  

       rpath=/usr/lib/linuxcnc/xenomai
       See /var/log/linuxcnc.log for more
information.
       10047
       PID TTY      STAT   TIME COMMAND  
       Stopping realtime threads
       Unloading hal components
  
  
  i'm using BBB and machinekit. sorry for my trash
English.
  
  
  Vào 15:41:12 UTC+7 Thứ Hai, ngày 14 tháng 8 năm
2017, Schooner đã viết:

   Going to
need a lot more info than that and to see the
source.

You basically need to know how to write
Makefiles, to alter the existing ones to build
your stuff too, assuming it is compatible.

On 14/08/17 03:39, thangle wrote:


  Hi,


Does anyone know how to compile a new
  source? example, i coppy a new  C project
  from an old project in machinekit src and
  rename, what should i do to make it work.
  please help me. tks 
  
  -- 
  website: http://www.machinekit.io blog: http://blog.machinekit.io github:
  https://github.com/machinekit
  --- 
  You received this message because you are
  subscribed to the Google Groups "Machinekit"
  group.
  To unsubscribe from this group and stop
  receiving emails from it, send an email to machinekit+...@googlegroups.com.
  Visit this group at https://groups.google.com/group/machinekit.
  For more options, visit https://groups.google.com/d/optout.


  

  

  
  -- 
  website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
  --- 
  You received this message because you are subscribed to
  the Google Groups "Machinekit" group.
  To unsubscribe from this group and stop receiving emails
  from it, send an email to machinekit+...@googlegroups.com.
  Visit this group at https://groups.google.com/group/machinekit.
  For more options, visit https://groups.google.com/d/optout.