586,950 active members*
2,824 visitors online*
Register for free
Login

Search:

Type: Posts; User: PlanetCNC

Page 1 of 17 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    37

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

    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...
  3. Replies
    4
    Views
    52

    Re: Lathe Diameter mode on wireless MPG

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

    Re: Lathe Diameter mode on wireless MPG

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

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

    Re: Planet CNC ATC Script

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

    Re: Planet CNC ATC Script

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

    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...
  9. Replies
    15
    Views
    391

    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:...
  10. Replies
    24
    Views
    2,696

    Re: Scripting help

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

    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...
  12. Replies
    15
    Views
    391

    Re: Planet CNC ATC Script

    You cam modify M6 script to add carousel rotation.
  13. Replies
    4
    Views
    131

    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...
  14. Replies
    3
    Views
    1,871

    Re: RapidChange ATC with TNGV2

    Thank you for this video.
  15. Replies
    0
    Views
    72

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

    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...
  17. Replies
    6
    Views
    103

    Re: Using Keyboard to move axes

    What is the difference between jogging and normal movement?
  18. Replies
    6
    Views
    103

    Re: Using Keyboard to move axes

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

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

    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...
  21. Replies
    4
    Views
    195

    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...
  22. Replies
    1
    Views
    150

    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:...
  23. Replies
    8
    Views
    354

    Re: IF statement returns unexpected value

    This will also be an option in new version:
    https://cnc.zone/gcode/functions/func-strappend
  24. Replies
    8
    Views
    354

    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
  25. Replies
    8
    Views
    354

    Re: IF statement returns unexpected value

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

    Re: Question re: print / debug

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

    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)
  28. Replies
    8
    Views
    354

    Re: IF statement returns unexpected value

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

    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
  30. Replies
    6
    Views
    308

    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...
Results 1 to 30 of 500
Page 1 of 17 1 2 3 4