mikemag / MonkeyCAM

CAD/CAM software for ski and snowboard design and G-code program generation.
Apache License 2.0
38 stars 15 forks source link

Bug in G-Code comments #38

Closed RegMeasures closed 7 years ago

RegMeasures commented 7 years ago

Rich and I were testing the ski binding inserts functionality on his machine and have found a minor bug in the comments part of the G-code files which get output from MonkeyCAM. The bug appears as a non-closed comment line in the second line of comments. For example:

( Sample-ski-base-cutout.nc                                                    )

( Generated by MonkeyCAM v4.0.5 at 2017-07-09 00:44:27 New Zealand Standard Time

(                                                                              )

( This GCode program is provided on an "AS IS" BASIS WITHOUT WARRANTIES OR     )

It looks like this might happen due to the date-time-timezone field getting too long and not getting truncated properly. It's easy to fix in a text editor but could do with resolving properly.