Problem with "Start from Selected Line"

Results 1 to 3 of 3

Thread: Problem with "Start from Selected Line"

  1. #1
    Member tantemay's Avatar
    Join Date
    Nov 2015
    Location
    Warendorf
    Posts
    260
    Downloads
    0
    Uploads
    0

    Default Problem with "Start from Selected Line"

    Hello.
    I and a friend of mine have a request.
    He has e.g. As a result of this, a graver holder was destroyed. I already have 2-3 workpieces, so just material and work.

    So please. Is it possible with the next update to have the software handled differently with "Start from Selected Line"?

    The problem is that the machine moves all axes to the start coordinates at the same time, if the machine is not there. This can lead to collisions with the workpiece or add-on parts on the machine table. As it happened to us.
    We would like the Z-axis to be moved to a safe height first. Then only to XY of the program line ...

    Or simple question, which script do I have to change?

    greetings
    Daniel

    Similar Threads:


  2. #2
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1304
    Downloads
    0
    Uploads
    0

    Default Re: Problem with "Start from Selected Line"

    OnStart script like this:

    Code:
    (print,OnStart script)
    (print,  Line: #<line,0>)
    (print,  PosState: X#<posstate_x,3>, Y#<posstate_y,3>, Z#<posstate_z,3>)
    O<chk> if [#<line>]
      (print,  MistState: #<miststate,0>)
      (print,  FloodState: #<floodstate,0>)
      (print,  SpindleState: #<spindlestate,0>)
      (print,  MotorsState: #<motorsstate,0>)
      (print,  LimitsState: #<limitsstate,0>)
    
    
      G53 G00 Z#<_tooloff_safeheight>
      G53 G00 X#<posstate_x> Y#<posstate_y> 
      
      G09
      (dlgname,Start From Selected Line, opt=1)
      (dlg,Click OK to continue from line #<line,0>, typ=label, x=20, w=250, color=0xffa500)
      (dlgshow)
      
      G53 G00 Z#<posstate_z>
      
    O<chk> endif




  3. #3
    Member tantemay's Avatar
    Join Date
    Nov 2015
    Location
    Warendorf
    Posts
    260
    Downloads
    0
    Uploads
    0

    Default Re: Problem with "Start from Selected Line"

    Perfekt! Thank You!



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Problem with &quot;Start from Selected Line&quot;

Problem with &quot;Start from Selected Line&quot;