NEWS
LinuxCNC 2.5.2 Release
LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 
Home Forum Using LinuxCNC AXIS Several questions (AXIS,hide), G92, etc.

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Several questions (AXIS,hide), G92, etc.

Several questions (AXIS,hide), G92, etc. 28 Jun 2012 05:42 #21430

  • Nick
  • Nick's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 5
  • Karma: 5
Hi,

We've faced some problems with Axis.
  1. Preview of infinite or very long loop.
    considering loop
    o100 repeat [1000000]
    ....
    o100 end repeat
    axis will try to make preview and will halt on that. Until esc is pressed.
    We've tried (AXIS,hide) - it doe not work with the loop. Hide/show and stop it work in a strange way, for example:

    G0 X0 Y0
    (AXIS,hide)
    G0 Y100
    (AXIS,show)
    G0 X100

    We expect to see horizontal line from (0,0) to (100,0), but get line (0,0)-(100,100) it seems like the code being parsed but not drawn.

    Is there a way to make Axis totally ignore all lines between hide and show?
  2. G92 mdi
    Assume we have Gcode file
    G0 X-100 Y0
    G0 X100
    but the working field of the machine is 0-400
    We try to use MDI
    G0 X0
    G92 X-200
    Axis moves coordinates origin to -200, but still refuses to execute the code. If we reload the file preview being moved according executed G92, and program can be run.

    How to avoid reloading the file?

  3. PyVCP Localization
    Is there any appropriate way to make localization for PyVCP xml or Glade ui files? Thus there are a lot of commonly used panels it will be very useful to have ability to make translations using get_text instead of changing the code of the panel.

Thanks in advance :)!
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 0.959 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.