@CedricE said in Slicer-adjustment, script or something else?:
Hey,
thank you for your answers!
My next step is using 4 tact welding mode to fill the end crater at an end of the line. I thought to use a dwell time, but I think if I do it with the welding electric, I will get better quality.
And thats why I have to modify the g code 🙂
If you have other ideas, it would be wonderful to hear them!
Cedric
With regards to end craters, if you have a Fronius TPS3200 you can set a start and end current time.
Hold down the store key and press one of the arrows under the trigger selection LEDs.
Use the arrows to scroll through- start current, end current, start time, end time.
It's all in the manual (you've read the manual right? 😉
You should probably leave the trigger made to 2x
If you use then you must issue both a high and low signal at the start and end of each line.
Running 2x trigger mode will simplify things.
You will need to add a delay at the end of each line to ensure the torch stays in place until after both the end time and the post gas flow.
This could be done by a post processing script adding G4 S*
Alternatively you could add a robot interface and insert conditional g-code which checked for the process active signal going low before proceeding to the next line.
You'd still need post processing to do this and whilst you could then adjust settings on the welder without re-slicing, it's much more expensive.