Gadroc / vpforce-ffb-joystick

FFB Joystick designed around VPForceControl kits
10 stars 6 forks source link

3D Printing Optimisation #2

Open Michael-Jacobsen opened 5 months ago

Michael-Jacobsen commented 5 months ago

This is great. It is very much what I had planned to do to make some of the parts more print friendly. The heatset insert for the case are excellent, and the reduced overhangs in the gimble parts too.

Just a couple of suggestions;

Its good practice for the face that touches the build plate to use chamfers rather than fillets to minimise overhang and cooling issues, even if its only slight. Its generally easier to print a 45 degree slope rather than trying to 'role' the face up to vertical just to eliminate those few layers that have to form a steep overhang Most refering to the gimble_arm part. eg

chamfer

VS

fillet

For any parts that may need to be printed with an overhanging counterbore its useful to use counterbore bridging features built into the model so the slicer does not try to print circles in mid air or to eliminate support use. For example the gimble_stick part

eg

creating small bridges that step up one layer or 0.2mm in height at a time counterbore_f360

She slicer shows the sequence for printing

The bore starts round counterbore1

Four small bridges form the bore into a square profile counetrbore2

The next layer bridges into a hexagon bore counterbore3

and finally the new narrow circular bore is easy to print without extra support counterbore4

If its of interest this tool for F360 can make counterbore bridges easier: https://github.com/Finn2708/CounterboreBridging

Gadroc commented 5 months ago

Good calls. I'll see about updating those when I get some time next week.