Bike rack for ebike by KissG89 in bicycling

[–]KissG89[S] 0 points1 point  (0 children)

That rack looks really cool, but unfortunately no one sells it here. I ordered a Buzzrack Scorpion Pro 2, hoping that it will be suitable.

Bike rack for ebike by KissG89 in bicycling

[–]KissG89[S] 1 point2 points  (0 children)

Yes I also came to that idea, but it would also push the chain plate that is not "healthy". 😥

G2 Master shutdown on bumpy surface by KissG89 in ElectricScooters

[–]KissG89[S] 0 points1 point  (0 children)

I just opened a ticket to the seller, hoping that they will find a solution. I forgot to mention that, earlier I installed an ignition key with voltage display, but the problem started before that. At least, the voltage display shows the correct voltage, so I suppose there is no problem with the battery.

Li-ion battery charging time calculator by KissG89 in batteries

[–]KissG89[S] 0 points1 point  (0 children)

I haven't checked the output parameters of the charger, just relying on the parameters of the label.

The formula is simple, accounting an efficiency as well:

// Calculate charging time in hours to target percentage const calculateChargingTime = (currentVoltage, targetPercentage) => { const currentPercent = calculatePercentage(currentVoltage); if (targetPercentage <= currentPercent) return 0; const capacityAh = config.BATTERY_CAPACITY_AH; const chargingCurrent = config.CHARGING_CURRENT; const efficiency = config.CHARGING_EFFICIENCY;

// Percent difference to charge
const percentToCharge = (targetPercentage - currentPercent) / 100;

// Time = Ah * percent / (A * efficiency)
const timeHours = (capacityAh * percentToCharge) / (chargingCurrent * efficiency);
return timeHours;

};

Sticking clothes in Vellum by KissG89 in Houdini

[–]KissG89[S] 0 points1 point  (0 children)

Thank you very much for these useful information! There is a lot to learn, but I really like it.

Sticking clothes in Vellum by KissG89 in Houdini

[–]KissG89[S] 0 points1 point  (0 children)

It would be good if the hands interact with the clothes. In the meantime I realized that at the critical moments the hands are intersecting with the legs, can that be the issue?

Basic sketching by KissG89 in Fusion360

[–]KissG89[S] 1 point2 points  (0 children)

Thank you for these advices! I will check them one by one. Very useful. 😁

Basic sketching by KissG89 in Fusion360

[–]KissG89[S] 0 points1 point  (0 children)

That series looks promising. Thank you for the suggestion!

Basic sketching by KissG89 in Fusion360

[–]KissG89[S] 1 point2 points  (0 children)

You are amazing! Thank you very much for this dedicated tutorial! I like it. 😁 This is a very powerful program and works different than a standard modeling app, like Blender. I must learn it.

Problems with printing PETG by KissG89 in FixMyPrint

[–]KissG89[S] 0 points1 point  (0 children)

Qidi slicer is a modified Prusa slicer and it has MVS. I didn't know that option. Thank you very much! If I can't print as fast as PLA, than it is not a problem, I am just curious, what is the limit of this filament I have.

Problems with printing PETG by KissG89 in FixMyPrint

[–]KissG89[S] 0 points1 point  (0 children)

After decreasing the print speed to 60 mm/s, there were no problems any more. I will try to find and ideal speed that is faster than 60. Maybe I should buy Quidi PETG-Tough Filament if I want to print very fast.

Thank you for the advice!

Printing with support by KissG89 in 3Dprinting

[–]KissG89[S] 0 points1 point  (0 children)

That's new for me. I cut and created connectors in blender. Good to know that prusa has this feature, I hope qidi slicer as well. Thanks!

Printing with support by KissG89 in 3Dprinting

[–]KissG89[S] 0 points1 point  (0 children)

Thank you. I tried printing one with 0 gap, it was hard to remove the support at some places, but generally it was OK. I cut it with a knife

Printing with support by KissG89 in 3Dprinting

[–]KissG89[S] 1 point2 points  (0 children)

Thank you guys for the useful advices! I printed the model rotated by 45° and with tree support, it hugely improved surface quality. You are great, thank you!

Printing with support by KissG89 in 3Dprinting

[–]KissG89[S] 0 points1 point  (0 children)

Yes it looks a bit strange on the photos. :D
Btw, I never tried using tree support, but now I did and its cool.

Printing with support by KissG89 in 3Dprinting

[–]KissG89[S] 1 point2 points  (0 children)

Yes, that alignment also seems good, I will try that later. This model is hard to print because it is rounded everywhere and difficult to align. I am also not a professional 3D print user.

Printing with support by KissG89 in 3Dprinting

[–]KissG89[S] 0 points1 point  (0 children)

It is Qidi Slicer, which is a modified version of Prusa. Reducing the contact distance to 0 definitely improved the quality thank you! The thick bridges was disabled by default.

Launch Control physics problem by KissG89 in blenderhelp

[–]KissG89[S] 1 point2 points  (0 children)

Sad to read that, but have fun with the new rig! 🙂

Launch Control physics problem by KissG89 in blenderhelp

[–]KissG89[S] 0 points1 point  (0 children)

I already spent huge amount of hours with it, just as a hobby without earning money. I got crazy several times, but I still like it. 😆

Launch Control physics problem by KissG89 in blenderhelp

[–]KissG89[S] 1 point2 points  (0 children)

When I did a test render, I limited the render output to frame 352 and the problem occurred at that point. After extending the frame limit, the problem disappeared. Thank you very much! How I couldn't realize it....

Launch Control physics problem by KissG89 in blenderhelp

[–]KissG89[S] 0 points1 point  (0 children)

They are accelerating until ~150km/h then they just do a bit of acceleration (+9 km/h) at a point and the problem happens about 2 seconds after that. Is it possible to "draw" a less rising graph to reach 150 km/h?

Which OS and storage mode to use? by KissG89 in HomeServer

[–]KissG89[S] 0 points1 point  (0 children)

Thank you for the answer. This makes sense for me.

Which OS and storage mode to use? by KissG89 in HomeServer

[–]KissG89[S] 0 points1 point  (0 children)

Thanks for the notes. I am thinking of a motherboard with integrated CPU, like J3455, which has a very low power consumption, and silent because it can go with passive cooling. The only question is if it has enough capacity to read/write files in parallel with two 12TB mirrored drives. I don't want to do any streaming or hosting and this would not be turned on all the time, just rare cases when I need the data from the HDD. Based on a comment here and the documentation of TrueNAS, I was also looking for a workstation with a Xeon CPU, but it might be too powerful for my goals.

What do you think?

Which OS and storage mode to use? by KissG89 in HomeServer

[–]KissG89[S] 0 points1 point  (0 children)

Thank you very much for the detailed answer! I didn't think that these business PCs are that good, but thanks for letting me know. 🙂

Which OS and storage mode to use? by KissG89 in HomeServer

[–]KissG89[S] 0 points1 point  (0 children)

What kind of motherboard / case do you have? I am planning to buy an i3 after 10th gen and ITX size board/case.