584,800 active members*
4,717 visitors online*
Register for free
Login

Search:

Type: Posts; User: R2D3

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    102

    Re: Bug in version 2024.01.02

    The tool is offset from the visible path
  2. Replies
    1
    Views
    102

    Bug in version 2024.01.02

    The bug appears when you rotate plan XY by 90 degrees.


    1) rotate plan XY by 90
    2) launching programs
    3) stop
    6) Start from selected line 8 lines(bug here)


    G00 X20 Y20 Z30
  3. Replies
    25
    Views
    3,537

    Re: Lathe Diameter Mode.

    Yes it really works. I just thought that the machine coordinates should also be multiplied by 2(using kinematics). I reduced the step per millimeter by 2(this was not required).I can save the...
  4. Replies
    25
    Views
    3,537

    Re: Lathe Diameter Mode.

    Today I tried to solve this problem again using kinematics. I doubled the value X.
    my program:
    G18 G07N24 G1 Z0 F100
    N26 X0
    N28 G3 X20 Z-10 I0 K-10
    N30 G1 Z-28.621
    N32 X22
    N34 G0 Z2
    N36...
  5. Replies
    17
    Views
    2,541

    Re: TNG released on 04.05.2023 bug(s)

    If you turn on “Rotate” (180 degrees) and select “Start from selected line” the machine moves to unchanged coordinates. This can be seen on the display of the program itself PlanetCNC. The tool cone...
  6. Replies
    25
    Views
    3,537

    Re: Lathe Diameter Mode.

    I created a State.txt file in the profiles folder with the text expr "2*_hw_work_x" 3 "Diameter". Looks like it didn't work. I just don't understand what I'm doing and why....:tired:

    I need to: 1)...
  7. Replies
    25
    Views
    3,537

    Re: Lathe Diameter Mode.

    I'm trying to solve the same problem and I can't find the file I need.
  8. Replies
    17
    Views
    1,351

    Re: Kinematics new feature v2023.02.20

    Will an improved system ever be introduced? It would be cool to create something useful: https://www.youtube.com/watch?v=HxPjH4v5iEg :):):) Of course I like the new 'kinematics' feature. I think...
  9. Replies
    17
    Views
    1,351

    Re: Kinematics new feature v2023.02.20

    I don't want to confuse anyone. Therefore, we stop before the proposed video https://www.youtube.com/shorts/6z6fucQHDDE
    This movement can be specified in two ways.
    1 using the program:1 using the...
  10. Replies
    17
    Views
    1,351

    Re: Kinematics new feature v2023.02.20

    Yes, we need sineand cosine (I also watched thelessons). I don't understand how to insert them into the matrix. I also need a variable into which you can write a value from any axis (for changing...
  11. Replies
    17
    Views
    1,351

    Re: Kinematics new feature v2023.02.20

    I understand that these matrices are independent along 3 axes. I'm right? I have a question, is it possible to create a dependency. Like in the video

    I think the program is that of the machine...
  12. Replies
    17
    Views
    1,351

    Re: Kinematics new feature v2023.02.20

    I'm interested in the mathematical meaning of the matrix. Rotation also changes the matrix. i know how rotation works, but how to change matrix without rotation (by just writing numbers in matrix)
  13. Replies
    17
    Views
    1,351

    Re: Kinematics new feature v2023.02.20

    No, I'm more like asking how to use ithttps://www.cnczone.com/forums/attachment.php?attachmentid=490498&stc=1
  14. Replies
    17
    Views
    1,351

    Kinematics new feature v2023.02.20

    Hello. Need more use cases.Especially for cuctom what data needs to change 45 degree axis Worked like 90 degree? Can it also be used with these
    rotating axles?
  15. Thread: Inductive Sensor

    by R2D3
    Replies
    2
    Views
    654

    Inductive Sensor

    How to use the induction sensor for PlanetCNC? For inputs LIM and INX?
    The sensor does not work like a normal contact, it passes voltage through itself from the power source.
    I am afraid that this...
  16. Thread: Lathe thread

    by R2D3
    Replies
    8
    Views
    1,051

    Re: Lathe thread

    I will ask a question for the future.
    Will it be possible to shift the position of the beginning of the thread on the part?
    Sometimes you need to create a thread with several thread beginnings
  17. Thread: Lathe thread

    by R2D3
    Replies
    8
    Views
    1,051

    Re: Lathe thread

    If I understand correctly, then I need to arrange the connection of pin GND and pin IDX to CTRL with each spindle revolution?
  18. Thread: Lathe thread

    by R2D3
    Replies
    8
    Views
    1,051

    Re: Lathe thread

    I added M03 to the code but this does not help.
    I turn on the spindle power manually.(He works at the beginning of the program.If I type a line with code, ?fter the program freezes G33 ... in MDI it...
  19. Thread: Lathe thread

    by R2D3
    Replies
    8
    Views
    1,051

    Re: Lathe thread

    Hello everyone again.
    I am using TNG now. Today I tried using G32 and G33 codes and ran into a problem. The code does not work automatically, stopping at G33. In MDI mode, the G33 code starts and...
  20. Replies
    2
    Views
    1,368

    Re: Setting the pause button

    I'm just a little not an experienced user. I found out that the "Machine>Options>Single Step" state affects the home button. Thanks for the examples provided by you, I still need to understand a lot.
  21. Replies
    2
    Views
    1,368

    Setting the pause button

    I did not find in the settings a change in the settings for this button.
    When I press the home button, I have to press the pause button three times. I want the home button to work without pressing...
  22. Replies
    6
    Views
    1,907

    Re: Spindle synchronisation with PlanetCNC TNG

    By asking questions to the manufacturer, I was able to connect this encoder.
    My connection technique:
    1) for safety, I conducted all experiments without connected mechanics
    2)we will set the...
  23. Replies
    6
    Views
    1,907

    Re: Spindle synchronisation with PlanetCNC TNG

    Hi.
    I can’t understand which pin IDX?
    i have an encoder...
  24. Re: Upgraded USBContoller Mk3/4 firmware via TNG now cannot use old software

    I understood why the engines do not work.
    I will write it for beginners like me.
    In the Connection menu, you need to select the device, double-click the device to change the value in Primary...
  25. Re: Upgraded USBContoller Mk3/4 firmware via TNG now cannot use old software

    did the engines stop working due to the simulation mode?
  26. Re: Upgraded USBContoller Mk3/4 firmware via TNG now cannot use old software

    I also noticed that activation code "LUxx-xxxx-xxxx-ALER" changed to CU5xx-xxxxx--xxxxx--xxxxx--xxxxx-XV5J
    I can’t activate my license.
    I looked at the post about license problems and installed the...
  27. Re: Upgraded USBContoller Mk3/4 firmware via TNG now cannot use old software

    Hi
    As I was advised to use for threading TNG
    I installed it, updated the firmware of my card.
    Now CNC USB Controller does not work (In PlanetCNC TNG click: Machine/Controller/Advanced/Revert to...
  28. Thread: Lathe thread

    by R2D3
    Replies
    8
    Views
    1,051

    Lathe thread

    Hi
    I'm interested in the gcode for cutting multiple threads on a lathe.
    https://www.youtube.com/watch?v=__vhtv9V4Ns&feature=youtu.be


    I would like to get an example of a finished program....
  29. Replies
    0
    Views
    292

    lathe selection of axles

    Hi.
    I can not find the axis switching from Z to X
    A spiral is obtained by setting the program:

    N26 G1 Z-33.66 F0.05 M8
    N28 X18.838 Z-34.331
    N30 G2 X18.838 Z-44.329 I-9.329 K0
    N32 G1 X20...
  30. Replies
    4
    Views
    674

    Re: Mk3 output board not working?

    I also have a problem with output board:
    Today I tried to set it up
    1) I connected and configured the program (the relay worked )
    2) measured the voltage (changed the program)
    3) connected to...
Results 1 to 30 of 42
Page 1 of 2 1 2