You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use op or objprint's option depth to control the time spend in printing.But, if we don't know the suitable depth, or even we don't know or can't know what the object is, a time limit can make the program to not stuck.
If you wish, I can bring you a implementation of this.
The text was updated successfully, but these errors were encountered:
It's true that objprint can in theory spend a long time iterating through the object, but that's not something we should deal with a timeout. print has a similar issue - it can be stuck printing an object, and the way to get out of it is just Ctrl+C. It's ultimiately in user's control and responsibility to make objprint work as they wish.
Feature request
We can use
op
orobjprint
's optiondepth
to control the time spend in printing.But, if we don't know the suitable depth, or even we don't know or can't know what the object is, a time limit can make the program to not stuck.If you wish, I can bring you a implementation of this.
The text was updated successfully, but these errors were encountered: