Fixed color or gcode printing screen.

sd card working all but cancel.
made max extrusion ratio go to 3 (which is 3mm to 1.75 conversion for gcode (mostly))
This commit is contained in:
larsbrubaker 2014-06-26 18:13:53 -07:00
parent 4703b7b2a6
commit 30fbe6d855
4 changed files with 94 additions and 9 deletions

View file

@ -249,8 +249,9 @@ namespace MatterHackers.MatterControl.ActionBar
if (Path.GetExtension(pathAndFile).ToUpper() == ".GCODE" && hideGCodeWarning == null)
{
CheckBox hideGCodeWaringCheckBox = new CheckBox(doNotShowAgainMessage);
hideGCodeWaringCheckBox.TextColor = ActiveTheme.Instance.PrimaryTextColor;
hideGCodeWaringCheckBox.Margin = new BorderDouble(top: 6);
hideGCodeWaringCheckBox.HAnchor = Agg.UI.HAnchor.ParentCenter;
hideGCodeWaringCheckBox.TextColor = RGBA_Bytes.White;
hideGCodeWaringCheckBox.Click += (sender, e) =>
{
if (hideGCodeWaringCheckBox.Checked)