Don't strip comments while exporting

This commit is contained in:
Lars Brubaker 2018-12-20 16:56:14 -08:00
parent b0edb3280c
commit d74357508d
4 changed files with 7 additions and 63 deletions

View file

@ -121,7 +121,8 @@ namespace MatterControl.Tests.MatterControl
{
"M117 Starting Print",
"M104 S0",
"G28",
"; comment line",
"G28 ; home all axes",
"G1 Z10 F1800",
"G1 Z11",
"G1 X1 Y0 Z9",