586,799 active members*
3,129 visitors online*
Register for free
Login

Search:

Type: Posts; User: PlanetCNC

Page 1 of 17 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    39

    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...
  2. Replies
    4
    Views
    39

    Re: Lathe Diameter mode on wireless MPG

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

    Re: Lathe Diameter mode on wireless MPG

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

    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
  5. Replies
    15
    Views
    353

    Re: Planet CNC ATC Script

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

    Re: Planet CNC ATC Script

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

    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...
  8. Replies
    15
    Views
    353

    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:...
  9. Replies
    24
    Views
    2,674

    Re: Scripting help

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

    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...
  11. Replies
    15
    Views
    353

    Re: Planet CNC ATC Script

    You cam modify M6 script to add carousel rotation.
  12. Replies
    4
    Views
    123

    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...
  13. Replies
    3
    Views
    1,842

    Re: RapidChange ATC with TNGV2

    Thank you for this video.
  14. Replies
    0
    Views
    64

    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...
  15. Replies
    6
    Views
    92

    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...
  16. Replies
    6
    Views
    92

    Re: Using Keyboard to move axes

    What is the difference between jogging and normal movement?
  17. Replies
    6
    Views
    92

    Re: Using Keyboard to move axes

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

    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...
  19. Replies
    4
    Views
    192

    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...
  20. Replies
    4
    Views
    192

    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...
  21. Replies
    1
    Views
    142

    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:...
  22. Replies
    7
    Views
    332

    Re: IF statement returns unexpected value

    This will also be an option in new version:
    https://cnc.zone/gcode/functions/func-strappend
  23. Replies
    7
    Views
    332

    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
  24. Replies
    7
    Views
    332

    Re: IF statement returns unexpected value

    I've added ELSE option:
    https://cnc.zone/gcode/other/othr-if_then_else
  25. Replies
    3
    Views
    135

    Re: Question re: print / debug

    I've added examples showing all current options:
    https://cnc.zone/gcode/comments/comment-print
  26. Replies
    3
    Views
    135

    Re: Question re: print / debug

    I agree that time without leading zeros looks funny.
    Your solution with (txt will work after I fix IF..THEN statement (next version)
  27. Replies
    7
    Views
    332

    Re: IF statement returns unexpected value

    IF..THEN was never designed to do this but I can fix it.
    You could also use Oword.
  28. Replies
    2
    Views
    206

    Re: MK3/4 PlanetCNC acceleration settings

    More general resources and info :
    https://cnc.zone/kb/tutorials/tutorials

    Acceleration and speeds:
    https://cnc.zone/kb/tutorials/essential/how_set_speed_and_acceleration
  29. Replies
    6
    Views
    302

    Re: Measure Height.

    I now know that you are using floating head for plasma cutting but not much more. You need to give more information if you want good response.

    I use G65 P120 macro in postprocesor...
  30. Replies
    6
    Views
    302

    Re: Measure Height.

    "Measure Height" command is used to measure work offset. After measurement machine goes to height it was before measuring.
    This is usually done before you start program so I'm not really sure what...
Results 1 to 30 of 500
Page 1 of 17 1 2 3 4