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:
parent
4703b7b2a6
commit
30fbe6d855
4 changed files with 94 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue