06-17-2020, 02:09 PM
Hi Jérôme,
I recommend you to take a look at how post processors work in RoboDK:
//m.sinclairbody.com/doc/en/Post-Processors.html#EditPost
It will allow you to customize the integration of your extruder for 3D printing. The error message is pointing at the error (division by zero). You can add a filter and if you calculate time_s as zero you can skip that line.
Albert
I recommend you to take a look at how post processors work in RoboDK:
//m.sinclairbody.com/doc/en/Post-Processors.html#EditPost
It will allow you to customize the integration of your extruder for 3D printing. The error message is pointing at the error (division by zero). You can add a filter and if you calculate time_s as zero you can skip that line.
Albert