Results 134 comments of Boris Beaulant

> Maybe it would be easier to handle this on your side by shifting the items by (`bin_type.x_max - solution_bin.x_max, bin_type.y_max - solution_bin.y_max) `assuming the bins are rectangular. `solution_bin.x_max` and...

Hello Florian, Sorry, I'm a little buzzy too. But I'm not sure to understand what exactly you need.

Information that might help : Holes height a near to be the same as the `item_item_minimum_spacing` value.

Another example of a fairly common shape that took over a minute to inflate to a realistic value. [instance.json](https://github.com/user-attachments/files/22077513/instance.json)

Indeed. And in the end, all these calculations for the holes only serve to eliminate them, because the deflate value is greater than hole half size. Wouldn't it be interesting...

Hmm, I'm not sur to know why the "\" before the M is a problem when the same "\" before the S is not 🤔 (Fucking Windows path notation ...)

Hi, The first thing to do is to check what is really stored in the SketchUp user preferences file. This file is named `privatePreferences.json`. I don't remember its location on...

Please note that the `privatePreferences.json` file is only saved when SketchUp is closed.

@mauriciobellon , thank you for your investigations. I prefer catching the error when reading instead of altering path value. SketchUp is responsible of escaping string when it stores values in...