bbbenji / PMSBLM

Prusa Mini Silicone Bed Leveling Mod - Sometimes Mesh Bed Leveling just isn't enough.
https://bbbenji.github.io/PMSBLM/
Creative Commons Zero v1.0 Universal
178 stars 11 forks source link

easier turing #8

Closed SM-26 closed 3 years ago

SM-26 commented 3 years ago

I think it could be helpful to add a small picture showing exactly what 1\10 CW turn looks like. but I don't know how to resize to picture properly right now it looks like a mess

https://sm-26.github.io/PMSBLM/

I feel like the answer is CSS something but can't figure out what or how.

bbbenji commented 3 years ago

Cool idea, however, the example won't say much when a point requires >360° of rotation. Any ideas on how to represent such a scenario?

Anyway, I think most people can visualize degrees and fractions in terms of rotation and this idea is not practical.

Thanks!

bbbenji commented 1 year ago

I realized I never really helped you resolve your issue and just dismissed your request.

Anyway, adding a width of 100% to the image would fix it

<img src="circle.png" alt="" width:="" 75%;="" style="width: 100%;">

or

#CircleDiv img {
  width: 100%;
}