QtVCP gcode file opening
- cmorley
- Away
- Moderator
-
- Posts: 7907
- Thank you received: 2142
Chris M
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
cmorely wrote:
I was wondering why i was not observing the problem you have reported and i have noticed you have .ngc in your INI FILTER entry
Yes, the component this is based around is for a plasma cutter and the component handles all Z axis movements so the gcode file is filtered to comment out all the Z stuff
Cheers, Phill
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
if you try git status in the terminal maybe it will show some needed work that hasn't been pushed yet? Hope it's not too hard to find.
Me too...
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
-
- Posts: 7907
- Thank you received: 2142
Which seems to have something to do with one of these:
self.plasmac_settings_tabs.setCurrentIndex(1)
self.materials.setCurrentIndex(-1)
Maybe I should mention that I used :
pyuic5 FILENAME.ui
To print the parsed and converted .ui file to the terminal.
Since those where the only refrences that used 'setCurrentIndex' I assume there is a problem with plasmac_settings or materials.
Hopefully not a wild goose chase...
Chris M
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
The attached patch creates the file if it doesn't exist.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
-
- Posts: 7907
- Thank you received: 2142

Chris M
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
-
- Posts: 7907
- Thank you received: 2142
that is one thing that is much worse with PyQt that the errors are often much harder to debug then pyGTK...
Ok i'll add that and then back to the original problem...
Chris
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
Ok i'll add that and then back to the original problem...
Now I have forgotten the original problem...
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
-
- Posts: 7907
- Thank you received: 2142
This is a weird one.
Chris M
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
I also did a diff between my original local repo and the one I cloned from github and that was basically the only difference.
Cheers, Phill.
Please Log in or Create an account to join the conversation.