CS-Lab Support Forum for CNC Community
Help to run this brand-new forum and stay with us.
Ask your questions, we are here to help!
my new screen vertical
Quote from carbonkid on 5 January 2024, 22:54My newly created screen is now viewable. Unfortunately, I can't finish programming some things because my Python knowledge is too poor. If you have the time and desire to help, just get in touch. When it is finally finished I will translate it into English and Hungarian and make it available to everyone.
My newly created screen is now viewable. Unfortunately, I can't finish programming some things because my Python knowledge is too poor. If you have the time and desire to help, just get in touch. When it is finally finished I will translate it into English and Hungarian and make it available to everyone.
Quote from CS-Lab Support on 10 January 2024, 10:47Unfortunately, we don't have enough time to support you comprehensively, but there are several people on this forum and some interesting threads that cover similar topics.
Alternatively, I can help you in small steps, let's say one step every week, to show you how to accomplish something you need.
To get you started, I have three macros for you; take a look at the attachment; they are named appropriately.https://en.cs-lab.eu/wp-content/uploads/2024/01/measurement-group.zip
Unfortunately, we don't have enough time to support you comprehensively, but there are several people on this forum and some interesting threads that cover similar topics.
Alternatively, I can help you in small steps, let's say one step every week, to show you how to accomplish something you need.
To get you started, I have three macros for you; take a look at the attachment; they are named appropriately.
https://en.cs-lab.eu/wp-content/uploads/2024/01/measurement-group.zip
Quote from carbonkid on 10 January 2024, 12:24Hello, thanks for the feedback and the scripts. In that sense, this shouldn't be a request; I wanted to present the screen. 😉 Of course with a little hope that another user can help. I have the basic scripts and they work but do not 100%. I will make it publicly available on my Google Drive with a detailed description of what doesn't work, so everyone can look at it and possibly help. I think this screen with the functions would be very helpful for all users.
Hello, thanks for the feedback and the scripts. In that sense, this shouldn't be a request; I wanted to present the screen. 😉 Of course with a little hope that another user can help. I have the basic scripts and they work but do not 100%. I will make it publicly available on my Google Drive with a detailed description of what doesn't work, so everyone can look at it and possibly help. I think this screen with the functions would be very helpful for all users.
Quote from carbonkid on 10 January 2024, 18:32https://drive.google.com/drive/folders/1l6E569hT11JG_4T26pkJJeiWJb_7tdGy?usp=drive_link
Here is the link to the files, please just ask questions here in the post.
I wrote the description of what doesn't work or how it should work as a comment at the top of the respective script.
https://drive.google.com/drive/folders/1l6E569hT11JG_4T26pkJJeiWJb_7tdGy?usp=drive_link
Here is the link to the files, please just ask questions here in the post.
I wrote the description of what doesn't work or how it should work as a comment at the top of the respective script.
Quote from CS-Lab Support on 11 January 2024, 08:09>> I have the basic scripts and they work but do not 100%.
I'll look at these scripts one by one if possible.
>> I have the basic scripts and they work but do not 100%.
I'll look at these scripts one by one if possible.
Quote from erwan on 14 January 2024, 01:39It seems that what you are trying to do with your M6 is similar to mine.
but i use a popup
https://www.youtube.com/watch?v=O_poiix8oLg
Here is the m6.py https://github.com/erwan56450/SimCnC/blob/main/Manual_TC/M6.py
There is no measuring code in this M6; it uses the Probing.py alredy here in simcnc . To enable this functionality, you must configure it correctly.
It seems that what you are trying to do with your M6 is similar to mine.
but i use a popup
https://www.youtube.com/watch?v=O_poiix8oLg
Here is the m6.py https://github.com/erwan56450/SimCnC/blob/main/Manual_TC/M6.py
There is no measuring code in this M6; it uses the Probing.py alredy here in simcnc . To enable this functionality, you must configure it correctly.
Quote from carbonkid on 14 January 2024, 10:48You're right, but your script is structured completely differently. I simply don't know enough about programming or don't know Python. I would have to sit down for a few weeks and learn Python. but I don't have the time. I actually wanted to mill 😉
You're right, but your script is structured completely differently. I simply don't know enough about programming or don't know Python. I would have to sit down for a few weeks and learn Python. but I don't have the time. I actually wanted to mill 😉
Quote from erwan on 14 January 2024, 13:56That's why I'm sharing it; those who don't know how to code should be able to use it without making any modifications. Well, you just need to configure the 'probig.py' file comming with simcnc.
and modify table size/speed at the beging of the code
Is there anything that my code doesn't do that you need?
by the way "CS-Lab Support" your 3D pro XYZ is howsome!
That's why I'm sharing it; those who don't know how to code should be able to use it without making any modifications. Well, you just need to configure the 'probig.py' file comming with simcnc.
and modify table size/speed at the beging of the code
Is there anything that my code doesn't do that you need?
by the way "CS-Lab Support" your 3D pro XYZ is howsome!
Quote from carbonkid on 14 January 2024, 20:54I believe your script works. My current one only works because there is no option for a separate tool changing position. I would have liked to add that. My current scripts are all adapted to the screen so that you can configure all the parameters in the screen and you don't have to do that in the scripts. That's why I don't want to use yours, please don't misunderstand.
I believe your script works. My current one only works because there is no option for a separate tool changing position. I would have liked to add that. My current scripts are all adapted to the screen so that you can configure all the parameters in the screen and you don't have to do that in the scripts. That's why I don't want to use yours, please don't misunderstand.
Quote from carbonkid on 16 January 2024, 21:15For the time of the spindle warm-up I have now added an extra lineEdit at the top left next to the end button where this countdown expires. Maybe that's a better idea like in the python console.
Another question. Would it be possible to display the tool table permanently on the screen, like the offset table? I have enough space for this on my tool management tab.
For the time of the spindle warm-up I have now added an extra lineEdit at the top left next to the end button where this countdown expires. Maybe that's a better idea like in the python console.
Another question. Would it be possible to display the tool table permanently on the screen, like the offset table? I have enough space for this on my tool management tab.
Uploaded files: