[QtDragon] Simple vismach window
If you want it displayed as a tab of it's own in the main tab of qtdragon there would be more code changes needed.
I'm working on code to make this all easier but it's fairly involved.
If you come up with a nice model, please consider adding it to linuxcnc.
Chris
Please Log in or Create an account to join the conversation.
- RomeReactor
- Offline
- Junior Member
- Posts: 35
- Thank you received: 2
By adding:If you want it displayed as a tab of it's own in the main tab of qtdragon there would be more code changes needed.
import press_brake as MILL
machine = MILL.Window()
self.w.horizontalLayout_3.addWidget(machine)
Sure. Attached is the file for the model we're using. The original parts came from here: grabcad.com/library/press-brake-4If you come up with a nice model, please consider adding it to linuxcnc
Please Log in or Create an account to join the conversation.
- RomeReactor
- Offline
- Junior Member
- Posts: 35
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
- Posts: 19188
- Thank you received: 6430
1.6MB is the forum limit for a single picture, not sure about files.
Please Log in or Create an account to join the conversation.
- RomeReactor
- Offline
- Junior Member
- Posts: 35
- Thank you received: 2
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- RomeReactor
- Offline
- Junior Member
- Posts: 35
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- RomeReactor
- Offline
- Junior Member
- Posts: 35
- Thank you received: 2
What is the size of the files ?
1.6MB is the forum limit for a single picture, not sure about files.
Apparently that also holds true for other attachments. We got the files from here: grabcad.com/library/press-brake-4 , and made some modifications.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Abdulkareem
- Offline
- Senior Member
- Posts: 57
- Thank you received: 1
Please Log in or Create an account to join the conversation.