svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
696 stars 176 forks source link

Source code recompile error #210

Closed lianzaozi closed 3 years ago

lianzaozi commented 3 years ago

Source code recompile error

svenhb commented 3 years ago

no picture uploaded. Do you have all the needed packages, not sure if they will be installed automatically. image

lianzaozi commented 3 years ago

The file "Dimensions.cs" was not found, resulting in an error in compiling the source code

image1

svenhb commented 3 years ago

Is it fixed?

lianzaozi commented 3 years ago

V1.6.0.1 new error 16281164365713120437161088681255

svenhb commented 3 years ago

No idea, sorry.

lianzaozi commented 3 years ago

Thank you very much for your reply. I am looking into the reason myself.

svenhb commented 3 years ago

Could you fix it? I assume mixing file versions in same folder (e.g. "xmlMarker.cs" = old version, "XmlMarker.cs" = new version) There where to files with same name but the right one (new version) starts with capital letter.

svenhb commented 3 years ago

Probably fixed