585,582 active members*
4,677 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
    4
    Views
    89

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

    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...
  3. Replies
    1
    Views
    71

    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:...
  4. Replies
    7
    Views
    207

    Re: IF statement returns unexpected value

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

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

    Re: IF statement returns unexpected value

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

    Re: Question re: print / debug

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

    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)
  9. Replies
    7
    Views
    207

    Re: IF statement returns unexpected value

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

    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
  11. Replies
    6
    Views
    212

    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...
  12. Replies
    6
    Views
    212

    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...
  13. Re: Problems with synchronising spindle for screwcutting

    Do you have filter and/or isolation transformer for your servo driver? Check your driver user manual.
  14. Re: Problems with synchronising spindle for screwcutting

    Opto isolate encoder from controller, use good power supply for encoder and properly shielded cable. Make sure you use high speed optocouplers.
  15. Replies
    1
    Views
    132

    Re: Offline jogging control

    Offline jogging is currently not possible with TNG software.
  16. Replies
    5
    Views
    148

    Re: CNC lathe threading cycle G76

    Export your profile and send me .zip file. Also send me g-code that you use.
  17. Replies
    5
    Views
    148

    Re: CNC lathe threading cycle G76

    Do you have old software version?
  18. Replies
    5
    Views
    148

    Re: CNC lathe threading cycle G76

    G76 is supported in TNG.

    Here is example g-code:

    (dlgname,Thread)
    (dlg,Position Z, dec=3, def=0, min=-10000, max=10000, setunits, store, param=posz)
    (dlg,Position X, dec=3, def=0, min=-10000,...
  19. Replies
    13
    Views
    459

    Re: Exporting dxf files into cnc software

    But perhaps more programs now use INSUNITS property.
    I'll implement automatic unit detection based on this property. It is trivial task.
    This is what I'll do.


    switch...
  20. Replies
    13
    Views
    459

    Re: Exporting dxf files into cnc software

    Some programs use $INSUNITS property (like BricsCAD) for units but this property is actually used for something else. ...
  21. Replies
    13
    Views
    459

    Re: Exporting dxf files into cnc software

    If you don't believe that doesn't make it true. DXF is unitless and that is a fact.
  22. Replies
    13
    Views
    459

    Re: Exporting dxf files into cnc software

    DXF files are "unitless". They do not contain any units.
    When importing user must choose Metric or Imperial units and correct Scale factor...
  23. Re: CNC USB controller Mk3/4 Mastercam / SolidCAM

    Mastercam was tested with one of its built-in post.
    https://planet-cnc.com/how-can-i-configure-mastercam/
  24. Replies
    2
    Views
    190

    Re: Display gcode filename

    Parameters for this will be in next version.
  25. Replies
    23
    Views
    975

    Re: Problems after firmware update.

    So you did nothing ? Then your settings are still wrong! Why would you expect different results?

    Here is solution (again): ...
  26. Replies
    23
    Views
    975

    Send me your last profile .zip file and I'll...

    Send me your last profile .zip file and I'll check your settings.
  27. Replies
    23
    Views
    975

    Re: Problems after firmware update.

    For correct limit switch configuration read here:
    https://cnc.zone/kb/tutorials/basic/how_to_connect_and_set_limit_switches
  28. Replies
    23
    Views
    975

    Re: Problems after firmware update.

    That gcode is complete nonsense. If it worked it was due to pure coincidence.

    I see zou dont understand it but you want to argue with me. Im here to help bur if you dont want it suit yourself.
  29. Replies
    23
    Views
    975

    Re: Problems after firmware update.

    No, it does not and it never did. Perhaps by chance.
    Can you explain lines around N0017 then?
  30. Replies
    23
    Views
    975

    Re: Problems after firmware update.

    This gcode is wrong. It does not mesure Z offset correctly.
Results 1 to 30 of 500
Page 1 of 17 1 2 3 4