Open wannabecoffeenerd opened 3 years ago
I had issues with these two config parameters missing in fdmprinter.def.json:
fdmprinter.def.json
support_tree_enable
spaghetti_infill_enabled
Because of these missing values, cura kept hanging while slicing. I added these entries with false values and slicing works fine now.
false
Wow, I had exactly the same problem, but no time to search for the cause. I will try on my machine adding this value on my machine end update the code as soon as I can.
I had issues with these two config parameters missing in
fdmprinter.def.json
:support_tree_enable
spaghetti_infill_enabled
Because of these missing values, cura kept hanging while slicing. I added these entries with
false
values and slicing works fine now.