Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. After upgrade from 2.5 to 2.6 I wanted to try the new G43.2 feature.
  2.  
  3. I realized that configuration selector installed the demo config of
  4. "sim.axis.lathe-fanucy"
  5. to ~/linuxcnc/configs/sim.axis.lathe-fanucy directory.
  6.  
  7. However HAL paragraph of lathe_fanucy.ini refers to files which are
  8. located in ~/linuxcnc/configs/sim/axis directory:
  9.  
  10. HALFILE = ../core_sim.hal
  11. HALFILE = ../axis_manualtoolchange.hal
  12. HALFILE = ../simulated_home.hal
  13. HALFILE = ../lathe.hal
  14.  
  15. I assume that the demo config intended to go under
  16. config/sim/axis/sim.axis.lathe-fanucy and then the above section is correct.
  17.  
  18. Also this path should be corrected:
  19. PATH_APPEND=../nc_files/remap_lib/python-stdglue/
  20.  
  21. If the demo directory is config/sim/axis/sim.axis.lathe_fanucy, the right
  22. path is:
  23. PATH_APPEND=../../../../nc_files/remap_lib/python-stdglue/
  24.  
  25. When I moved manually the sim.axis.lathe-fanucy directory under sim.axis
  26. and corrected the PATH_APPEND line, everything was OK.
  27.  
  28. Best regards:
  29.  
  30. Janos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement