FullControlXYZ / fullcontrol

Python version of FullControl for toolpath design (and more) - the readme below is best source of information
GNU General Public License v3.0
672 stars 78 forks source link

[QUESTION] G1 commands missing #86

Closed Timothee-Leblond closed 6 months ago

Timothee-Leblond commented 6 months ago

Hi!

For some reasons in my file, all G1 are missing and replaced by G0.

The geometry function I'm using is fclab.loop_between_lines. Do you think I might come from it?

Thank you very much,

Timothée

fullcontrol-xyz commented 6 months ago

Did you solve the issue (I see you closed it)?

It means that an fc.Extruder(on=False) has been added to the design meaning all subsequent points are printed without extrusion. The loop_between_lines function has an option to set the loop as non-extruding travel or as printed lines. You could set that to make sure all lines are printed and see if that helps. It might be a bug in the function, but I've used it an non experienced that before. Perhaps test with a very simple example of two lines joined with a loop_between_lines...