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

Missing files #232

Closed yagizzha closed 3 years ago

yagizzha commented 3 years ago

image

there are missing files in the new version

svenhb commented 3 years ago

Before publishing, I renamed all files from the lowercase first letter to the uppercase, and the files are here: https://github.com/svenhb/GRBL-Plotter/tree/master/GRBL-Plotter/GCodeCreation

yagizzha commented 3 years ago

there is GraphicRelatedTangential.cs and GraphicRelatedHatchFill.cs but when i changed those into the missing files i got this error image thats is why i assumed there was a file missing , if those are the correct files , what is cbroundup meant to be as in type/where its meant to be , so i can add it to the class

svenhb commented 3 years ago

Did you also update this folder: https://github.com/svenhb/GRBL-Plotter/tree/master/GRBL-Plotter/MachineControl I renamed from gcode... to GCode...

yagizzha commented 3 years ago

i have downloaded full source code from here : https://github.com/svenhb/GRBL-Plotter/releases/tag/v1.6.2.0

every GCode is in upper case image

svenhb commented 3 years ago

CbRoundUp is used in ControlHeightMap.cs and ControlHeightMap.Designer.cs my files are from 30.08. no need to update again I uploaded anyway..

yagizzha commented 3 years ago

New designer file fixed it , thanks