GridSpace / grid-apps

Browser-based Slicer for 3D Printing, CAM, Laser (Kiri:Moto) and mesh editor (Mesh:Tool)
https://grid.space/
MIT License
459 stars 143 forks source link

[improvement] animation step back #285

Open tcurdt opened 2 months ago

tcurdt commented 2 months ago

The current buttons during the animation look like this:

Screenshot 2024-08-10 at 18 11 13

Unfortunately there is no step back.

Would that be possible to add?

I personally would change the current

|<- restart
||  pause
>|  step
>>  faster

to

|<- restart
|<  step back
||  pause
>|  step forward
>>  faster

or even

|<- restart
|<  step back
||  pause
>|  step forward

<<  slower
8x
>>  faster
stewartoallen commented 2 months ago

step back would be extremely memory intensive which is why it's not currently implemented. I do like the last proposed layout for speed changes.

tcurdt commented 2 months ago

Ah, bummer.