Added Automated unit tests for Exporting GCode from the Downloads folder and for adding zip files to the Downloads Folder I flagged it to be Ignored currently but they are nearly done
This commit is contained in:
parent
b90746aad4
commit
5a1cd1b974
9 changed files with 182 additions and 13 deletions
|
|
@ -120,6 +120,7 @@ namespace MatterHackers.MatterControl
|
|||
string exportGCodeText = LocalizedString.Get("Export as");
|
||||
string exportGCodeTextFull = string.Format("{0} GCode", exportGCodeText);
|
||||
Button exportGCode = textImageButtonFactory.Generate(exportGCodeTextFull);
|
||||
exportGCode.Name = "Export as GCode Button";
|
||||
exportGCode.HAnchor = HAnchor.ParentLeft;
|
||||
exportGCode.Cursor = Cursors.Hand;
|
||||
exportGCode.Click += new EventHandler((object sender, EventArgs e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue