Rhoban / Plater

3D-printer parts placer and plate generator
Other
276 stars 40 forks source link

Plater width, height and what about length? #3

Closed ipepe closed 4 years ago

ipepe commented 6 years ago

Hey @Rhoban I am using plater on our printer, and printing bed base is not squared. It's dimensions are:

X(width)=200mm Y(length)=250mm Z(height)=210mm

But we cannot specify length in command line. But in GUI version of plater there are two boxes that seem to specify width and length but not height.

Could You clarify on that?

Gregwar commented 6 years ago

Actually, the width and the height specify the dimension of the plate, but the Z dimension cannot be specified in Plater

So you should use -W 200 -H 250 using the command line

Gregwar commented 6 years ago

(Since you specify yourself the part orientation we assume that you also check that it is possible for the parts to be printed in this orientation regarding the Z-axis)

ipepe commented 6 years ago

Ok, so basically by Height You mean Length? diagram If so, it would be nice to note it somewhere in readme and commandline help.