pack3d
pack3d copied to clipboard
different printer bed size
Good morning, i would like to use this pack3d script with my printer but i cant find the variable which defines the printer bed volumen. Could you please tell me where to find it? This is some really great code work you did there.
greetings Gerhard
Same here. Trying to pack for a 300x220 bed size on a Creality CR-10mini
Try this section https://github.com/fogleman/pack3d/blob/master/cmd/binpack/main.go
const ( SizeX = 165 SizeY = 165 SizeZ = 320
Testing now...
That doesn't work for me. Would be nice to adjust the size...
Are there plans for an update that would allow us to adjust print volume size? I have tried @brbubba suggestion above and it did not work.