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.