585,722 active members*
4,106 visitors online*
Register for free
Login
Results 1 to 18 of 18
  1. #1
    Join Date
    Sep 2018
    Posts
    14

    TNG released on 04.05.2023 bug(s)

    Hi,

    With the latest release of TNG (2023.05.04) the Zoom Part feature is broken. It zooms to somewhere like the central of the X/Y defined range no matter where the part to actually machine is located.

  2. #2
    Join Date
    Mar 2017
    Posts
    1304

    Re: TNG released on 04.05.2023 bug(s)

    Working on it.

  3. #3
    Join Date
    Mar 2017
    Posts
    1304

    Re: TNG released on 04.05.2023 bug(s)

    Latest version is available here.

    Let me know if there is still a problem.

  4. #4
    Join Date
    Feb 2011
    Posts
    138

    Re: TNG released on 04.05.2023 bug(s)

    Is the optical bug also solwed?
    Attached Thumbnails Attached Thumbnails screen err.jpg   screen err-2.jpg  

  5. #5
    Join Date
    Aug 2011
    Posts
    252

    Re: TNG released on 04.05.2023 bug(s)

    Quote Originally Posted by PlanetCNC View Post
    Latest version is available here.
    Let me know if there is still a problem.
    Where? I don't see any link...

  6. #6
    Join Date
    Mar 2017
    Posts
    1304

    Re: TNG released on 04.05.2023 bug(s)

    Here:
    https://cnc.zone/tng/tng

    Which "optical bug"?

  7. #7
    Join Date
    Feb 2011
    Posts
    138

    Re: TNG released on 04.05.2023 bug(s)

    "tool" plunges to material/table more than it shoud, older versions have "tool" tip exact to layer they cut, now ( take a look att files)
    machine othervice works as shoud, no tool braking

  8. #8
    Join Date
    Aug 2011
    Posts
    252

    Re: TNG released on 04.05.2023 bug(s)

    Quote Originally Posted by maki View Post
    "tool" plunges to material/table more than it shoud, older versions have "tool" tip exact to layer they cut, now ( take a look att files)
    machine othervice works as shoud, no tool braking
    I didn't see that bug before, but now I looked in the new version and not see anything like that. The tool is on the toolpath.

  9. #9
    Join Date
    Sep 2018
    Posts
    14

    Re: TNG released on 04.05.2023 bug(s)

    Fixed! Thank you!

  10. #10
    Join Date
    Aug 2020
    Posts
    131

    Re: TNG released on 04.05.2023 bug(s)

    do we have a change log for the current version?
    The last entry in ChangeLog.txt is from 2022-12-11

  11. #11

    Re: TNG released on 04.05.2023 bug(s)

    Getting an error for this piece of code in the Expr file:

    if(_spindle_on,
    exec(
    midi_noteon(10, 36, 127)
    ),
    exec(
    midi_noteoff(10, 36)
    )
    );

    Expression Error:
    if(_spindle_on, exec( midi_noteon(10, 36, 127) ), exec( midi_noteoff(10, 36) ) )
    Unknown function 'midi_noteoff'.
    Expression function '#Loop' removed!
    Error:
    if(_spindle_on, exec( midi_noteon(10, 36, 127) ), exec( midi_noteoff(10, 36) ) );
    This piece of code used to work in the previous version.

    I'm using it to control the light on my MIDI controller Spindle pad as per the status of the spindle. I've tried both midi_noteoff and midi_noteOff as per the cnc.zone reference. Even the midi_noteon function shows the same error.

    I have tried removing the exec() block and just doing the following

    if(_spindle_on, midi_noteon(x, y, z), midi_noteoff(x, y));

    It still shows the same error.

  12. #12
    Join Date
    Mar 2017
    Posts
    1304

    Re: TNG released on 04.05.2023 bug(s)

    This is a bug. I didn't noticed capital O and I implemented function incorrectly. This will be fixed in next version.

  13. #13

    Re: TNG released on 04.05.2023 bug(s)

    Can you give details on when the next version will be available? Also, the cnc.zone website has the release from 15/5/2023 while the main website has the release from 4/5/2023. Is this intentional? Also, would it be possible to provide a repository of previous releases? And the same with firmware updates? I'm not currently using my machine, so the EXPR script having issues is fine for now. But it would be appreciated to be able to downgrade to a previous version with matching firmware in case of bugs like this one in the future.

  14. #14
    Join Date
    Aug 2020
    Posts
    131
    Quote Originally Posted by jackandcoke View Post
    Can you give details on when the next version will be available? Also, the cnc.zone website has the release from 15/5/2023 while the main website has the release from 4/5/2023. Is this intentional? Also, would it be possible to provide a repository of previous releases? And the same with firmware updates? I'm not currently using my machine, so the EXPR script having issues is fine for now. But it would be appreciated to be able to downgrade to a previous version with matching firmware in case of bugs like this one in the future.
    Firmware is always bundled with the executable. I keep a private repository of old versions on my system. If I need to go back I just copy over the old binaries and let TNG downgrade the firmware. It will not start with a non matching firmware anyways.

  15. #15
    Join Date
    Aug 2020
    Posts
    131

    Re: TNG released on 04.05.2023 bug(s)

    Nevertheless a better repository for the files and a clearer communication about updates and change logs would be highly appreciated

  16. #16
    Join Date
    Apr 2022
    Posts
    12

    Re: TNG released on 04.05.2023 bug(s)

    Yes that would be desirable

  17. #17
    Join Date
    Mar 2017
    Posts
    1304

    Re: TNG released on 04.05.2023 bug(s)

    Official version is 4/5/2023, beta version is 15/5/2023.
    New version will be in few days, just need to test it little more.

  18. #18
    Join Date
    Oct 2017
    Posts
    40

    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 does not follow the program line.

    My program :

    S1000 M3
    G00 Z30
    G00 X20 Y20
    G00 Z2
    G1 Z-20 F200
    G00 Z2
    G00 Y40
    G1 Z-20
    G00 Z2
    G00 Y60
    G1 Z-20
    G00 Z30
    M5

Similar Threads

  1. Replies: 8
    Last Post: 12-17-2022, 05:47 PM
  2. Replies: 0
    Last Post: 09-20-2018, 03:18 AM
  3. uccnc v 1.2024 released (bug fix on probing / uc100 from 1.2022)
    By robertspark in forum UCCNC Control Software
    Replies: 18
    Last Post: 09-30-2016, 06:54 AM
  4. Replies: 4
    Last Post: 11-09-2015, 02:37 PM
  5. MAXIEM 1530 code 2023
    By BCCameron in forum Waterjet General Topics
    Replies: 0
    Last Post: 08-19-2015, 12:24 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •