Le0Michine / FusionGridfinityGenerator

Other
623 stars 40 forks source link

Default Settings Executes Errors #60

Closed ten-tjc closed 2 months ago

ten-tjc commented 7 months ago

Not sure what i can do to fix this but i try to create a default bin (Create / Gridfinity bin) and receive and error. Any help would be appreciated.

image
Le0Michine commented 7 months ago

Hi, thanks for reporting the issue. Could you provide more details about your environment?

ten-tjc commented 7 months ago

Thank you for the support

  1. Version of Plugin: 1.2.7.0
  2. Version of Fusion: Fusion 360 2.0.17721 x86_64 [Native]
  3. Version of OS: macOS 14.1.2

image image

rj-040 commented 7 months ago

Hello, Just for reference, I run a similar setup, and do not have any problems.

Version of Plugin: 1.2.7.0
Version of Fusion: Fusion 360 2.0.17954 arm64 [Native] 
Version of OS: macOS 14.1.2

Xnip-06-Dec-08 28

Le0Michine commented 7 months ago

haven't had a chance to test it, but it might have something to do with inches used as a unit. Not sure if plugin can handle that correctly, would need to check

ten-tjc commented 7 months ago

haven't had a chance to test it, but it might have something to do with inches used as a unit. Not sure if plugin can handle that correctly, would need to check

That was it! Thank You

Le0Michine commented 7 months ago

okay then, seems like there is a bug with processing inputs then. Looks like it's not blocking at this point (assuming you managed to get it working by changing project units to mm), will try take a look when I get some time

nostahl commented 7 months ago

I got same issue on osx here too just installed and tried the addin

nostahl commented 6 months ago

any news on this?

nostahl commented 6 months ago

im already on mm and experiencing the issue

rj-040 commented 6 months ago

I'm not the developer. I'm just a user. But as you see above, it works fine for me. Tested again just now.

These are my versions: Fusion 360 2.0.17954 arm64 [Native] Active Plan: Personal macOS 14.2.1 (23C71)

EDIT. I'm on millimeters, natively. EDIT2: I use the latest version of this plugin (1.2.7.0).

I can create the bin and the baseplates just fine. Xnip-30-Dec-19 31

nostahl commented 6 months ago

im on Intel Mac wonder if that's the difference here

nostahl commented 6 months ago

hey I figured it out haha.. I was not on a timeline enabled document... so the FIX is make sure your timeline is enabled.

Le0Michine commented 6 months ago

that’s interesting, probably auto grouping at the end fails

Le0Michine commented 5 months ago

dug into this further, looks like both baseplate and bin generator scripts are relying on features which aren't available or work differently in a project with disabled design history. I'm adding a specific error message to help understand what the problem is, but I don't think adjusting the script to that mode would be straightforward and doesn't seem to be necessary