Comments are rendered as unsafe HTML.
For example, the gcode:
G90 G98 F50
(expanded:
G00 X9 Y-10.5
will render in the gcode list as:
* G90 G98 F50
* (expanded: )
* G00 X9 Y-10.5
评论 (3)
#2 – fragmuffin 于 2017-07-19
Oh! That’s excellent news.
Thank you
#3 – cheton 于 2017-07-21
Fixed in 1.9.7
#1 – cheton 于 2017-07-16
Thank you for reporting this issue. The bug has been fixed in the master branch, and the fix will be included in the next release. 😃