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
I have been planning and had just begun to write a complete simulator in python for gcode simulations (had to pause as I got too much other work).
My plan was to write a simulator code by code not just layer by layer. (for layer by layer, I use Cura, as it already provides that)
I strongly vote on this issue, if you plan to give gcode by gcode visualization (like in sfact) along with layer by layer.
Several features that I wanted to implement:
display angle from previous code to next code,
display length(distance) of next gcode
step control (like in any debugger, but also reverse)
My plans were also to come up with a structured comment specification to describe various gcodes. Cura already enumerates layers. My idea was to include whether something is a raft, brim, support, infill, etc.. so that it can be shown in a different color or rendering to differenciate them. Also show overhang angles , etc.
Would it be possible to show the rendering of the graphics, layer by layer, as a simulation?
Some kind of "play" or "delay" option to see how the printing progresses for a given set of gcodes.
The text was updated successfully, but these errors were encountered: