vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

Slice mesh doesn't work #1888

Closed HolyBlackCat closed 1 month ago

HolyBlackCat commented 1 month ago

When trying to use the "slice mesh" plugin, I get this error:

AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
Harvie commented 1 month ago

Thanks for pointing this out. Can you please prepare PR? I will merge it.

HolyBlackCat commented 1 month ago

Sure, https://github.com/vlachoudis/bCNC/pull/1889