585,573 active members*
3,567 visitors online*
Register for free
Login

Search:

Type: Posts; User: ScorpionTDL

Page 1 of 5 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    546

    Re: Fusion360 Post Process

    Get stock one from fusion works if you set the smoothing parameters right
  2. Replies
    3
    Views
    504

    Re: ZAxis offset issue

    You have the line
    G43 Z15. H0
    In your code.
    G43 loads the tool offset out of the tool table.
    I assume that your m06 does not write the tool offset to the tool table. Only applies the measured...
  3. Re: Several input for triggering emergency stop.

    Yea you got that correctly.
    Don't know if there is a other more easier way. But this has been working fine for more.
  4. Re: Several input for triggering emergency stop.

    I do something similar for monitoring my 4th axis,


    you can trigger the estop from the expr.txt

    this is what I do for my 4th axis:
    #OnInit
    state_estop_4th = 0;

    #Loop
  5. Replies
    17
    Views
    2,595

    Re: TNG released on 04.05.2023 bug(s)

    Nevertheless a better repository for the files and a clearer communication about updates and change logs would be highly appreciated
  6. Replies
    17
    Views
    2,595

    Firmware is always bundled with the executable. I...

    Firmware is always bundled with the executable. I keep a private repository of old versions on my system. If I need to go back I just copy over the old binaries and let TNG downgrade the firmware. It...
  7. Replies
    17
    Views
    2,595

    Re: TNG released on 04.05.2023 bug(s)

    do we have a change log for the current version?
    The last entry in ChangeLog.txt is from 2022-12-11
  8. Replies
    7
    Views
    761

    Re: Machine does not start.

    Did you by accident reduced rapid speeds to 0%?

    Happened to me a few times and I was wondering why the heck the machine would not move....
  9. Replies
    4
    Views
    495

    Re: F360 G64 P Q

    Just change the smoothing in the post properties to "G64 with P"
    Its set to "G64 with PQ" by default, for whatever reason (most likely because the post is mainly the LinuxCNC post and nobody at...
  10. Replies
    7
    Views
    852

    Re: Save table position

    entering just G55 will simply load the G55 Coordinate System offset -> restoring the XYZ Zero position that you saved to G55 in a previous step.
    The offset coordinates themselves get store in the...
  11. Re: Can't successfully register PlanetCNC license on TNG software

    What Software Version are you running?
    There was an issue last year that stoppt the licensing to work correctly
    updating to a current version solves this issue.
    Have a look at ...
  12. Replies
    24
    Views
    2,945

    Re: Tool measure

    Can you post your gcode that you used for testing?
  13. Re: TNG Stop button is not turning off the spindle - is this a bug? Can I change it?

    This is not a wiring problem. Planetcnc does not change the state of the output that is linked to the spindel when stopping the program with the stop button. As instructed above you can achieve this...
  14. Re: Strange behavior from handwheel in version 18-11-22

    the latest version 2022-12-11 fixed the issue for me
  15. You would not see the backlash in the gui. Only...

    You would not see the backlash in the gui. Only on the machine
  16. Re: Machine not exactly returning to zero with wireless MPG

    what are your steps / mm settings?
    Depending on the way you set your 0 position the machine might not be able to reach the position based on your settings. Therefore it goes to the nearest position...
  17. Replies
    14
    Views
    1,792

    Re: Release from 18 Nov 2022 looks like a poor joke!

    I faced a similar issue on my Lathe when running on Linux. The same profile works fine on Windows. I reverted back to the previous version till this issue is fixed.
  18. Re: TNG crash problem with radius correction G41 / G42

    When are we going to see this version publicly available on the web page?
  19. Replies
    11
    Views
    1,019

    Re: REMOVE Buttons from the toolbars

    Do you have all the icons in the correct path in the default profile directory as well?
    because if not it might noch display them due to this. maybe give them just a name and no icon for starters...
  20. Replies
    11
    Views
    1,019

    Re: REMOVE Buttons from the toolbars

    If you are using the default Profile the *txt files needs to go into the default profile

    <YourPlanetCNCInstallDirectory>/Profiles/Default/
  21. Replies
    11
    Views
    1,019

    Re: REMOVE Buttons from the toolbars

    you did restart TNG?
    it need to be in the directory of your currently used profile, not in the base proflie
    on linux, the user that is running TNG needs to be able to read those files
  22. Replies
    11
    Views
    1,019

    Re: REMOVE Buttons from the toolbars

    that's normal, you need to create them yourself:
    https://planet-cnc.com/adding-user-toolbar-buttons-planetcnc-tng-software/

    fi you are interested you can have a look at my configuration, I did...
  23. Replies
    11
    Views
    1,019

    Re: REMOVE Buttons from the toolbars

    As far as I'm aware there is no way to remove only a few specific default buttons.
    There is a Setting to remove all default buttons and only show those that are configured in the corresponding...
  24. Replies
    3
    Views
    1,067

    Re: Lenght probe on retractable arm

    the M6 scripts is basically a enhanced GCode.

    the script handles the tool change in the first part and in the second part the tool length measurement.
    Where to put you code depends on the wanted...
  25. Replies
    24
    Views
    2,945

    Re: Tool measure

    I belief it depends a bit on your settings.
    If you write the tool length into the tool table AND have it set to load the offset from the tool table during a change you should be good.
    Its quiet...
  26. Re: Issues with post processor and new torch height

    Planet CNC is talking about the Measurement Script in TNG. NOT about changes in the Post Processor as far as I can tell.

    Go to:
    Settings->Programm Options->Scripts->O-Macro
    Select o120
    Press...
  27. Sticky: Re: Serial communication with PlanetCNC TNG - tutorial series

    sounds great, looking forward to it.
  28. Sticky: Re: Serial communication with PlanetCNC TNG - tutorial series

    Any Plans to support VFD Control via modbus for starting/stopping the Spindle and controlling the spindle speed?
    And maybe to get some informations back from the vfd?
    Especially the spindle Speed...
  29. Thread: XYZ Probe

    by ScorpionTDL
    Replies
    8
    Views
    1,610

    Re: XYZ Probe

    The mentioned 3d probe is more than worth the effort to change the tool for measurement.
    It works much better. Does not require any offsets and works with every material. And you do not run the risk...
  30. Re: planet cnc MK3/4 controller is ot shown

    Yea sounds like a bad pcb
Results 1 to 30 of 132
Page 1 of 5 1 2 3 4