587,023 active members*
4,243 visitors online*
Register for free
Login

Search:

Type: Posts; User: PlanetCNC

Page 1 of 17 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    366

    Re: IF statement returns unexpected value

    Try this one:
    https://planet-cnc.com/download.html
  2. Replies
    12
    Views
    284

    Re: CNC lathe threading cycle G76

    Scroll down, Beta version is below normal download
  3. Replies
    12
    Views
    284

    Re: CNC lathe threading cycle G76

    What is not working?
  4. Replies
    12
    Views
    284

    Re: CNC lathe threading cycle G76

    This is fixed in beta version:
    https://test.planet-cnc.com/download.html
  5. Replies
    11
    Views
    366

    Re: IF statement returns unexpected value

    Beta version is available here:
    https://test.planet-cnc.com/download.html
  6. Replies
    2
    Views
    40

    Re: Conversational wizard

    For simple tasks I use "Machine/Cycles". It is not yet completed but some simple things are in there.

    But for true "conversational wizard" functionality I recommend "File/Generate". This was meant...
  7. Replies
    4
    Views
    56

    Re: Lathe Diameter mode on wireless MPG

    Some parameter names were changed. This could affect any custom scripts you have.

    1. Create a copy of PlanetCNC installation folder (normally this includes all your profiles)
    2. Extract .exe and...
  8. Replies
    4
    Views
    56

    Re: Lathe Diameter mode on wireless MPG

    You can get beta version here:
    https://test.planet-cnc.com/download.html
  9. Replies
    4
    Views
    56

    Re: Lathe Diameter mode on wireless MPG

    I've implemented this and will be in next beta version.
  10. Replies
    24
    Views
    2,711

    Re: Scripting help

    _probe_off_axis parameter is setting "Off X" or "Off Y" from Settings/Probe & Measure
    https://www.cnczone.com/forums/attachment.php?attachmentid=505412&stc=1
  11. Replies
    15
    Views
    425

    Re: Planet CNC ATC Script

    Unwind is this g-code:
    G10 L9 A[#<_machine_a> MOD 360]
  12. Replies
    15
    Views
    425

    Re: Planet CNC ATC Script

    Take a look, how in Unwind implemented.
    https://cnc.zone/tng/machine_menu/machine_menu-machine_position_unwind
  13. Replies
    15
    Views
    425

    Re: Planet CNC ATC Script

    You can use custom parameter from your tool table to store A value for each tool.
    https://cnc.zone/tng/parameters/param-_tool_par1_num...
  14. Replies
    15
    Views
    425

    Re: Planet CNC ATC Script

    I recommend taking a look at the M6 script file code, and locate the "Move To" section. Here you can add the move lines of gcode for your A axis.


    Guide on how to access script code:...
  15. Replies
    24
    Views
    2,711

    Re: Scripting help

    Let me know if you have any specific questions. I can answer specifics more easily and will also update documentation.
  16. Replies
    24
    Views
    2,711

    Re: Scripting help

    Scripts are just G-code. We have lots of information here:
    https://cnc.zone/gcode/gcode
    but plenty is incomplete.

    #<qvalue> - value of Q argument
    G65 macro needs Q argument.
    DEF makes sure it...
  17. Replies
    15
    Views
    425

    Re: Planet CNC ATC Script

    You cam modify M6 script to add carousel rotation.
  18. Replies
    4
    Views
    143

    Re: PlanetCNC documentation

    Finding meaningful names is sometimes hard. I try to find distinct names that are not to general. This one was tough.
    "over edge" - when probe finds edge it needs to go over the edge so that it can...
  19. Replies
    3
    Views
    1,902

    Re: RapidChange ATC with TNGV2

    Thank you for this video.
  20. Replies
    0
    Views
    86

    Sticky: support.planet-cnc.com update

    We are making new and better support system. Old system that we had was out of date and was not functioning like it should.
    We are making new one. Until it is ready we will give support on forum and...
  21. Replies
    6
    Views
    114

    Re: Using Keyboard to move axes

    What you describe is called "step jogging". Default shortcuts use "Shift+Ctrl" for this.
    What you want is "normal" jogging. Default shortcuts use just "Ctrl" for this.
    You should not have any...
  22. Replies
    6
    Views
    114

    Re: Using Keyboard to move axes

    What is the difference between jogging and normal movement?
  23. Replies
    6
    Views
    114

    Re: Using Keyboard to move axes

    You can create shortcuts for jogging.
    Or I don't understand exact problem?
  24. Replies
    4
    Views
    143

    Re: PlanetCNC documentation

    Sorry for delay.
    These settings are used in edge find macros.
    "probe travel" - distance above top surface at which machine moves to find edge
    "probe over edge" - Z move below top surface after...
  25. Replies
    4
    Views
    199

    Re: User Button Problem.

    That is because expr buttons don't have "built-in" enable/disable and are always enabled.
    You can force same behavior with this button
    cmd: "File.Settings_..." "SET" enable="1"

    I will fix...
  26. Replies
    4
    Views
    199

    Re: User Button Problem.

    I don't understand what is the problem. I tried and settings button works as it should.

    You can create button for command like this:
    cmd: "File.Settings_..." "SET"
    Alternatively you can open...
  27. Replies
    1
    Views
    153

    Re: settings tng software

    Here are tutorials that you need:
    https://cnc.zone/kb/tutorials/tutorials

    Your questions are answered here:
    https://cnc.zone/kb/tutorials/basic/how_to_configure_motor_soft_limits
    and here:...
  28. Replies
    11
    Views
    366

    Re: IF statement returns unexpected value

    This will also be an option in new version:
    https://cnc.zone/gcode/functions/func-strappend
  29. Replies
    11
    Views
    366

    Re: IF statement returns unexpected value

    Yes, beta version will be published in few days here:
    https://cnc.zone/tng/tng

    I just need to finish all parameters testing:
    https://cnc.zone/tng/parameters/parameters
  30. Replies
    11
    Views
    366

    Re: IF statement returns unexpected value

    I've added ELSE option:
    https://cnc.zone/gcode/other/othr-if_then_else
Results 1 to 30 of 500
Page 1 of 17 1 2 3 4