nicolai-wachenschwan / arc-overhang-prusaslicer-integration

A 3D printer slicing algorithm that lets you print 90° overhangs without support material.
GNU General Public License v3.0
334 stars 26 forks source link

Layer 0: no height found #62

Closed ghylander closed 11 months ago

ghylander commented 1 year ago

Getting this warning when executing the script

Tried to debug it but it's confusing, I don't know where the script is trying to read the layer height from.

nicolai-wachenschwan commented 11 months ago

Hi, it splits the gcode into layers looking for ";LAYER_CHANGE" in the file to split into layers. maybe this keyword is used after the initial config, when the printer starts printing. The height is checked by ";HEIGHT" within each layer. But no need to worry about this warning, it has no influence on other layers.

ghylander commented 11 months ago

Perhaps do not show the warning at layer 0 or add context to the warning, ie: "(can be safely ignored at layer 0)"