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

More
28 Jun 2012 12:42 #21430 by Nick
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 :)!

Please Log in or Create an account to join the conversation.

Time to create page: 0.110 seconds
Powered by Kunena Forum