Jdi na navigaci předmětu

Bridges: Tasks

A customer came that he is unable to print bridges and he cannot print hollow cuboid of size 20x20x10 mm, that he would really like. He brought his Slic3r profiles, that was supposed to work.

Your job for today is help yor imaginary customer get right bridges-related values in his config. Assume all bridges-unrelated settings are correct. Go with Bridge test profile only! For test prints, use this model downloaded form Thingiverse.

(Hint: As a first print, print with unmodified settings, so you can see the actual problem.)

(Hint: What options to alert? See Bridges)

After you are satisfied with the testing object, print what customer wants, a 20x20x10 mm box:

difference(){
	cube([20,20,10],center=true);
	cube([20-1.6,20-1.6,10-1.6],center=true);
	cube([100,1,1],center=true);
}