Sheetcam revised post - please test
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Away
- Platinum Member
- Posts: 10738
- Thank you received: 3541
Thanks Phillc54.
So only workaround is to go to an old pp and choose the material in QTPlasmac?
James can you try editing the post and set
useTool = false
Your Sheetcam tool number must matche your QTPlasmac tool number.
Hopefully that will retrieve the tool from QTPlasmac. there is a plasmac script to import tools.
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Away
- Platinum Member
- Posts: 10738
- Thank you received: 3541
Phil, it would be good if you could rework the code to support this. There is only going to be more users using sheetcam's included post. They should not be disadvantaged. I guess we could also add the tool number to the magic comment, then you would have it.With the current G-Code filter you won't be able to run from line if you use temporary materials. We could probably rework the filter so that this is possible.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Please Log in or Create an account to join the conversation.
- snowgoer540
- Away
- Moderator
- Posts: 2393
- Thank you received: 782
Otherwise, I'd have to remember to go back to SheetCAM and make the same changes. But I'm willing to entertain that I'm missing something.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
I use the QtplasmaC material file as the master as well, with no material selection at all from SheetCam, that way I can cut the same job with different materials by manually selecting the material for the job.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Away
- Moderator
- Posts: 2393
- Thank you received: 782
The original idea behind it was that it may be handy for a oneoff test of a cut.
I suppose I could see that being useful, before one commits a material number to the library.
I use the QtplasmaC material file as the master as well, with no material selection at all from SheetCam, that way I can cut the same job with different materials by manually selecting the material for the job.
I had not considered that as an option. I think I would forget to set the material too often (like with some of my recent kerf-cross tests ). Normally I edit the code and change the material number.
It is nice to learn a new option though. Interesting to learn everyone's preferred work flows.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Why edit code when you could be lazy like me and just go click click.I had not considered that as an option. I think I would forget to set the material too often (like with some of my recent kerf-cross tests ). Normally I edit the code and change the material number.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Away
- Moderator
- Posts: 2393
- Thank you received: 782
Why edit code when you could be lazy like me and just go click click.
Let's just say material 0's settings consistently leave something to be desired
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Away
- Platinum Member
- Posts: 10738
- Thank you received: 3541
I was using it well before I used Plasmac.
An existing Sheetcam user migrating to QTPlasmac will have all of his cutcharts sorted so probably does not need to import his settings into Plasmac. That just adds another layer of complexity.
The real issue I guess is that we have data redundancy because we have two sources of the same info so there is not a single point of truth. Its really up to the user to choose and maintain his single point of truth.
Plasmac's moved on a lot but I chose Sheetcam to be my SPOT. It was much easier to maintain cut charts in Sheetcam. I will say it is convenient to update data in plasmac but then if I grab the Thermal Dynamics manual to check settings it will be when using Sheetcam when setting up a job.
I did try to update Sheetcam after any change. eg. I might be cutting a new (to me) material, I might end up with a voltage or cut override which I then convert in my head to specific number to update the chart with.
Anyway, to Phil's credit he did a good job of incorporating the requirements for a post processor to control job settings.
Please Log in or Create an account to join the conversation.