diff --git a/GRBL-Plotter/MachineControl/ControlProjector.Designer.cs b/GRBL-Plotter/MachineControl/ControlProjector.Designer.cs index 8b8496b5..64c20ec2 100644 --- a/GRBL-Plotter/MachineControl/ControlProjector.Designer.cs +++ b/GRBL-Plotter/MachineControl/ControlProjector.Designer.cs @@ -53,14 +53,22 @@ private void InitializeComponent() this.btnColorDimension = new System.Windows.Forms.Button(); this.btnColorBackground = new System.Windows.Forms.Button(); this.SetupPanel = new System.Windows.Forms.Panel(); + this.CbProjectorScaleEnable = new System.Windows.Forms.CheckBox(); + this.GbProjectorScale = new System.Windows.Forms.GroupBox(); + this.GbProjectorCalc = new System.Windows.Forms.GroupBox(); + this.label71 = new System.Windows.Forms.Label(); + this.label70 = new System.Windows.Forms.Label(); + this.BtnProjectorCalc = new System.Windows.Forms.Button(); + this.NudProjectorSet = new System.Windows.Forms.NumericUpDown(); + this.NudProjectorReal = new System.Windows.Forms.NumericUpDown(); + this.NudScaling = new System.Windows.Forms.NumericUpDown(); + this.NudOffsetX = new System.Windows.Forms.NumericUpDown(); + this.NudOffsetY = new System.Windows.Forms.NumericUpDown(); this.label69 = new System.Windows.Forms.Label(); this.numericUpDown15 = new System.Windows.Forms.NumericUpDown(); this.BtnMaximize = new System.Windows.Forms.Button(); this.BtnMinimize = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); - this.NudOffsetY = new System.Windows.Forms.NumericUpDown(); - this.NudOffsetX = new System.Windows.Forms.NumericUpDown(); - this.NudScaling = new System.Windows.Forms.NumericUpDown(); this.CbMarker = new System.Windows.Forms.CheckBox(); this.CbTool = new System.Windows.Forms.CheckBox(); this.CbPenUp = new System.Windows.Forms.CheckBox(); @@ -73,29 +81,21 @@ private void InitializeComponent() this.NudPenDown = new System.Windows.Forms.NumericUpDown(); this.NudTool = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); - this.GbProjectorScale = new System.Windows.Forms.GroupBox(); - this.CbProjectorScaleEnable = new System.Windows.Forms.CheckBox(); - this.GbProjectorCalc = new System.Windows.Forms.GroupBox(); - this.label71 = new System.Windows.Forms.Label(); - this.label70 = new System.Windows.Forms.Label(); - this.BtnProjectorCalc = new System.Windows.Forms.Button(); - this.NudProjectorSet = new System.Windows.Forms.NumericUpDown(); - this.NudProjectorReal = new System.Windows.Forms.NumericUpDown(); this.SetupPanel.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NudOffsetY)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NudOffsetX)).BeginInit(); + this.GbProjectorScale.SuspendLayout(); + this.GbProjectorCalc.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NudProjectorSet)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NudProjectorReal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NudScaling)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NudOffsetX)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NudOffsetY)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NudDImension)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NudRuler)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NudPenUp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NudMarker)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NudPenDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NudTool)).BeginInit(); - this.GbProjectorScale.SuspendLayout(); - this.GbProjectorCalc.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NudProjectorSet)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NudProjectorReal)).BeginInit(); this.SuspendLayout(); // // label5 @@ -216,69 +216,119 @@ private void InitializeComponent() this.SetupPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetupPanel_MouseDown); this.SetupPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SetupPanel_MouseMove); // - // label69 + // CbProjectorScaleEnable // - resources.ApplyResources(this.label69, "label69"); - this.label69.Name = "label69"; + resources.ApplyResources(this.CbProjectorScaleEnable, "CbProjectorScaleEnable"); + this.CbProjectorScaleEnable.Name = "CbProjectorScaleEnable"; + this.CbProjectorScaleEnable.UseVisualStyleBackColor = true; + this.CbProjectorScaleEnable.CheckedChanged += new System.EventHandler(this.CbProjectorScaleEnable_CheckedChanged); // - // numericUpDown15 + // GbProjectorScale // - this.numericUpDown15.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::GrblPlotter.Properties.Settings.Default, "projectorMonitorIndex", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.numericUpDown15, "numericUpDown15"); - this.numericUpDown15.Maximum = new decimal(new int[] { - 5, + this.GbProjectorScale.Controls.Add(this.GbProjectorCalc); + this.GbProjectorScale.Controls.Add(this.NudScaling); + this.GbProjectorScale.Controls.Add(this.label3); + this.GbProjectorScale.Controls.Add(this.NudOffsetX); + this.GbProjectorScale.Controls.Add(this.NudOffsetY); + this.GbProjectorScale.Controls.Add(this.label4); + this.GbProjectorScale.Controls.Add(this.label5); + resources.ApplyResources(this.GbProjectorScale, "GbProjectorScale"); + this.GbProjectorScale.Name = "GbProjectorScale"; + this.GbProjectorScale.TabStop = false; + // + // GbProjectorCalc + // + this.GbProjectorCalc.Controls.Add(this.label71); + this.GbProjectorCalc.Controls.Add(this.label70); + this.GbProjectorCalc.Controls.Add(this.BtnProjectorCalc); + this.GbProjectorCalc.Controls.Add(this.NudProjectorSet); + this.GbProjectorCalc.Controls.Add(this.NudProjectorReal); + resources.ApplyResources(this.GbProjectorCalc, "GbProjectorCalc"); + this.GbProjectorCalc.Name = "GbProjectorCalc"; + this.GbProjectorCalc.TabStop = false; + // + // label71 + // + resources.ApplyResources(this.label71, "label71"); + this.label71.Name = "label71"; + // + // label70 + // + resources.ApplyResources(this.label70, "label70"); + this.label70.Name = "label70"; + // + // BtnProjectorCalc + // + resources.ApplyResources(this.BtnProjectorCalc, "BtnProjectorCalc"); + this.BtnProjectorCalc.Name = "BtnProjectorCalc"; + this.BtnProjectorCalc.UseVisualStyleBackColor = true; + this.BtnProjectorCalc.Click += new System.EventHandler(this.BtnProjectorCalc_Click); + // + // NudProjectorSet + // + this.NudProjectorSet.DecimalPlaces = 2; + resources.ApplyResources(this.NudProjectorSet, "NudProjectorSet"); + this.NudProjectorSet.Maximum = new decimal(new int[] { + 10000, 0, 0, 0}); - this.numericUpDown15.Minimum = new decimal(new int[] { + this.NudProjectorSet.Minimum = new decimal(new int[] { 1, 0, 0, 0}); - this.numericUpDown15.Name = "numericUpDown15"; - this.numericUpDown15.Value = global::GrblPlotter.Properties.Settings.Default.projectorMonitorIndex; - // - // BtnMaximize - // - resources.ApplyResources(this.BtnMaximize, "BtnMaximize"); - this.BtnMaximize.Name = "BtnMaximize"; - this.BtnMaximize.UseVisualStyleBackColor = true; - this.BtnMaximize.Click += new System.EventHandler(this.BtnMaximize_Click); - // - // BtnMinimize - // - resources.ApplyResources(this.BtnMinimize, "BtnMinimize"); - this.BtnMinimize.Name = "BtnMinimize"; - this.BtnMinimize.UseVisualStyleBackColor = true; - this.BtnMinimize.Click += new System.EventHandler(this.BtnMinimize_Click); + this.NudProjectorSet.Name = "NudProjectorSet"; + this.NudProjectorSet.Value = new decimal(new int[] { + 100, + 0, + 0, + 0}); // - // checkBox1 + // NudProjectorReal // - resources.ApplyResources(this.checkBox1, "checkBox1"); - this.checkBox1.Checked = global::GrblPlotter.Properties.Settings.Default.projectorShowSetup; - this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::GrblPlotter.Properties.Settings.Default, "projectorShowSetup", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox1.Name = "checkBox1"; - this.checkBox1.UseVisualStyleBackColor = true; + this.NudProjectorReal.DecimalPlaces = 2; + resources.ApplyResources(this.NudProjectorReal, "NudProjectorReal"); + this.NudProjectorReal.Maximum = new decimal(new int[] { + 10000, + 0, + 0, + 0}); + this.NudProjectorReal.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NudProjectorReal.Name = "NudProjectorReal"; + this.NudProjectorReal.Value = new decimal(new int[] { + 100, + 0, + 0, + 0}); // - // NudOffsetY + // NudScaling // - this.NudOffsetY.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::GrblPlotter.Properties.Settings.Default, "projectorDisplayOffsetY", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.NudOffsetY.DecimalPlaces = 2; - resources.ApplyResources(this.NudOffsetY, "NudOffsetY"); - this.NudOffsetY.Maximum = new decimal(new int[] { + this.NudScaling.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::GrblPlotter.Properties.Settings.Default, "projectorDisplayScale", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.NudScaling.DecimalPlaces = 2; + this.NudScaling.Increment = new decimal(new int[] { + 1, + 0, + 0, + 131072}); + resources.ApplyResources(this.NudScaling, "NudScaling"); + this.NudScaling.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); - this.NudOffsetY.Minimum = new decimal(new int[] { - 10000, + this.NudScaling.Minimum = new decimal(new int[] { + 1, 0, 0, - -2147483648}); - this.NudOffsetY.Name = "NudOffsetY"; - this.NudOffsetY.Value = global::GrblPlotter.Properties.Settings.Default.projectorDisplayOffsetY; - this.NudOffsetY.ValueChanged += new System.EventHandler(this.CbShow_CheckedChanged); + 262144}); + this.NudScaling.Name = "NudScaling"; + this.NudScaling.Value = global::GrblPlotter.Properties.Settings.Default.projectorDisplayScale; + this.NudScaling.ValueChanged += new System.EventHandler(this.CbShow_CheckedChanged); // // NudOffsetX // @@ -299,29 +349,69 @@ private void InitializeComponent() this.NudOffsetX.Value = global::GrblPlotter.Properties.Settings.Default.projectorDisplayOffsetX; this.NudOffsetX.ValueChanged += new System.EventHandler(this.CbShow_CheckedChanged); // - // NudScaling + // NudOffsetY // - this.NudScaling.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::GrblPlotter.Properties.Settings.Default, "projectorDisplayScale", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.NudScaling.DecimalPlaces = 2; - this.NudScaling.Increment = new decimal(new int[] { - 1, + this.NudOffsetY.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::GrblPlotter.Properties.Settings.Default, "projectorDisplayOffsetY", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.NudOffsetY.DecimalPlaces = 2; + resources.ApplyResources(this.NudOffsetY, "NudOffsetY"); + this.NudOffsetY.Maximum = new decimal(new int[] { + 10000, 0, 0, - 131072}); - resources.ApplyResources(this.NudScaling, "NudScaling"); - this.NudScaling.Maximum = new decimal(new int[] { + 0}); + this.NudOffsetY.Minimum = new decimal(new int[] { 10000, 0, 0, + -2147483648}); + this.NudOffsetY.Name = "NudOffsetY"; + this.NudOffsetY.Value = global::GrblPlotter.Properties.Settings.Default.projectorDisplayOffsetY; + this.NudOffsetY.ValueChanged += new System.EventHandler(this.CbShow_CheckedChanged); + // + // label69 + // + resources.ApplyResources(this.label69, "label69"); + this.label69.Name = "label69"; + // + // numericUpDown15 + // + this.numericUpDown15.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::GrblPlotter.Properties.Settings.Default, "projectorMonitorIndex", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + resources.ApplyResources(this.numericUpDown15, "numericUpDown15"); + this.numericUpDown15.Maximum = new decimal(new int[] { + 5, + 0, + 0, 0}); - this.NudScaling.Minimum = new decimal(new int[] { + this.numericUpDown15.Minimum = new decimal(new int[] { 1, 0, 0, - 131072}); - this.NudScaling.Name = "NudScaling"; - this.NudScaling.Value = global::GrblPlotter.Properties.Settings.Default.projectorDisplayScale; - this.NudScaling.ValueChanged += new System.EventHandler(this.CbShow_CheckedChanged); + 0}); + this.numericUpDown15.Name = "numericUpDown15"; + this.numericUpDown15.Value = global::GrblPlotter.Properties.Settings.Default.projectorMonitorIndex; + // + // BtnMaximize + // + resources.ApplyResources(this.BtnMaximize, "BtnMaximize"); + this.BtnMaximize.Name = "BtnMaximize"; + this.BtnMaximize.UseVisualStyleBackColor = true; + this.BtnMaximize.Click += new System.EventHandler(this.BtnMaximize_Click); + // + // BtnMinimize + // + resources.ApplyResources(this.BtnMinimize, "BtnMinimize"); + this.BtnMinimize.Name = "BtnMinimize"; + this.BtnMinimize.UseVisualStyleBackColor = true; + this.BtnMinimize.Click += new System.EventHandler(this.BtnMinimize_Click); + // + // checkBox1 + // + resources.ApplyResources(this.checkBox1, "checkBox1"); + this.checkBox1.Checked = global::GrblPlotter.Properties.Settings.Default.projectorShowSetup; + this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::GrblPlotter.Properties.Settings.Default, "projectorShowSetup", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.UseVisualStyleBackColor = true; // // CbMarker // @@ -512,96 +602,6 @@ private void InitializeComponent() resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // - // GbProjectorScale - // - this.GbProjectorScale.Controls.Add(this.GbProjectorCalc); - this.GbProjectorScale.Controls.Add(this.NudScaling); - this.GbProjectorScale.Controls.Add(this.label3); - this.GbProjectorScale.Controls.Add(this.NudOffsetX); - this.GbProjectorScale.Controls.Add(this.NudOffsetY); - this.GbProjectorScale.Controls.Add(this.label4); - this.GbProjectorScale.Controls.Add(this.label5); - resources.ApplyResources(this.GbProjectorScale, "GbProjectorScale"); - this.GbProjectorScale.Name = "GbProjectorScale"; - this.GbProjectorScale.TabStop = false; - // - // CbProjectorScaleEnable - // - resources.ApplyResources(this.CbProjectorScaleEnable, "CbProjectorScaleEnable"); - this.CbProjectorScaleEnable.Name = "CbProjectorScaleEnable"; - this.CbProjectorScaleEnable.UseVisualStyleBackColor = true; - this.CbProjectorScaleEnable.CheckedChanged += new System.EventHandler(this.CbProjectorScaleEnable_CheckedChanged); - // - // GbProjectorCalc - // - this.GbProjectorCalc.Controls.Add(this.label71); - this.GbProjectorCalc.Controls.Add(this.label70); - this.GbProjectorCalc.Controls.Add(this.BtnProjectorCalc); - this.GbProjectorCalc.Controls.Add(this.NudProjectorSet); - this.GbProjectorCalc.Controls.Add(this.NudProjectorReal); - resources.ApplyResources(this.GbProjectorCalc, "GbProjectorCalc"); - this.GbProjectorCalc.Name = "GbProjectorCalc"; - this.GbProjectorCalc.TabStop = false; - // - // label71 - // - resources.ApplyResources(this.label71, "label71"); - this.label71.Name = "label71"; - // - // label70 - // - resources.ApplyResources(this.label70, "label70"); - this.label70.Name = "label70"; - // - // BtnProjectorCalc - // - resources.ApplyResources(this.BtnProjectorCalc, "BtnProjectorCalc"); - this.BtnProjectorCalc.Name = "BtnProjectorCalc"; - this.BtnProjectorCalc.UseVisualStyleBackColor = true; - this.BtnProjectorCalc.Click += new System.EventHandler(this.BtnProjectorCalc_Click); - // - // NudProjectorSet - // - this.NudProjectorSet.DecimalPlaces = 2; - resources.ApplyResources(this.NudProjectorSet, "NudProjectorSet"); - this.NudProjectorSet.Maximum = new decimal(new int[] { - 10000, - 0, - 0, - 0}); - this.NudProjectorSet.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NudProjectorSet.Name = "NudProjectorSet"; - this.NudProjectorSet.Value = new decimal(new int[] { - 100, - 0, - 0, - 0}); - // - // NudProjectorReal - // - this.NudProjectorReal.DecimalPlaces = 2; - resources.ApplyResources(this.NudProjectorReal, "NudProjectorReal"); - this.NudProjectorReal.Maximum = new decimal(new int[] { - 10000, - 0, - 0, - 0}); - this.NudProjectorReal.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NudProjectorReal.Name = "NudProjectorReal"; - this.NudProjectorReal.Value = new decimal(new int[] { - 100, - 0, - 0, - 0}); - // // ControlProjector // resources.ApplyResources(this, "$this"); @@ -616,22 +616,22 @@ private void InitializeComponent() this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlProjector_MouseUp); this.SetupPanel.ResumeLayout(false); this.SetupPanel.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NudOffsetY)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NudOffsetX)).EndInit(); + this.GbProjectorScale.ResumeLayout(false); + this.GbProjectorScale.PerformLayout(); + this.GbProjectorCalc.ResumeLayout(false); + this.GbProjectorCalc.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NudProjectorSet)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NudProjectorReal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NudScaling)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NudOffsetX)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NudOffsetY)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NudDImension)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NudRuler)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NudPenUp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NudMarker)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NudPenDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NudTool)).EndInit(); - this.GbProjectorScale.ResumeLayout(false); - this.GbProjectorScale.PerformLayout(); - this.GbProjectorCalc.ResumeLayout(false); - this.GbProjectorCalc.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NudProjectorSet)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NudProjectorReal)).EndInit(); this.ResumeLayout(false); } diff --git a/GRBL-Plotter/MachineControl/ControlProjector.cs b/GRBL-Plotter/MachineControl/ControlProjector.cs index aed57aa4..30ab3125 100644 --- a/GRBL-Plotter/MachineControl/ControlProjector.cs +++ b/GRBL-Plotter/MachineControl/ControlProjector.cs @@ -1,7 +1,7 @@ /* GRBL-Plotter. Another GCode sender for GRBL. This file is part of the GRBL-Plotter application. - Copyright (C) 2015-2022 Sven Hasemann contact: svenhb@web.de + Copyright (C) 2015-2024 Sven Hasemann contact: svenhb@web.de This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License /* * 2022-03-25 New form to be displayed with a projector on the work-piece * 2022-04-06 Add buttons to minimize / maximize windows, monitor selection + * 2024-05-02 l:230 f:BtnProjectorCalc_Click check min/max before setting new NudScaling.Value */ @@ -226,8 +227,12 @@ private void BtnMaximize_Click(object sender, EventArgs e) private void BtnProjectorCalc_Click(object sender, EventArgs e) { decimal scaling = NudProjectorSet.Value / NudProjectorReal.Value; - NudScaling.Value *= scaling; - NudProjectorReal.Value = NudProjectorSet.Value; + decimal newScaling = NudScaling.Value * scaling; + if ((newScaling >= NudScaling.Minimum) && (newScaling <= NudScaling.Maximum)) + { + NudScaling.Value = newScaling; + NudProjectorReal.Value = NudProjectorSet.Value; + } } private void CbProjectorScaleEnable_CheckedChanged(object sender, EventArgs e) diff --git a/GRBL-Plotter/MachineControl/ControlProjector.resx b/GRBL-Plotter/MachineControl/ControlProjector.resx index e96c885b..66fdb273 100644 --- a/GRBL-Plotter/MachineControl/ControlProjector.resx +++ b/GRBL-Plotter/MachineControl/ControlProjector.resx @@ -474,6 +474,153 @@ 0 + + True + + + NoControl + + + 87, 45 + + + 106, 13 + + + 54 + + + Real measured width + + + label71 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GbProjectorCalc + + + 0 + + + True + + + NoControl + + + 87, 21 + + + 72, 13 + + + 53 + + + Graphic width + + + label70 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GbProjectorCalc + + + 1 + + + NoControl + + + 6, 69 + + + 206, 23 + + + 52 + + + Calculate scaling + + + BtnProjectorCalc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GbProjectorCalc + + + 2 + + + 6, 19 + + + 75, 20 + + + 50 + + + Right + + + NudProjectorSet + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GbProjectorCalc + + + 3 + + + 6, 43 + + + 75, 20 + + + 51 + + + Right + + + NudProjectorReal + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GbProjectorCalc + + + 4 + + + 247, 12 + + + 218, 99 + + + 53 + + + Calculate scaling + GbProjectorCalc @@ -486,6 +633,18 @@ 0 + + 6, 33 + + + 62, 20 + + + 22 + + + Right + NudScaling @@ -498,6 +657,18 @@ 1 + + 6, 55 + + + 62, 20 + + + 24 + + + Right + NudOffsetX @@ -510,6 +681,18 @@ 3 + + 6, 77 + + + 62, 20 + + + 25 + + + Right + NudOffsetY @@ -1002,189 +1185,9 @@ 0 - - 6, 77 - - - 62, 20 - - - 25 - - - Right - - - 6, 55 - - - 62, 20 - - - 24 - - - Right - - - 6, 33 - - - 62, 20 - - - 22 - - - Right - - - label71 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 0 - - - label70 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 1 - - - BtnProjectorCalc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 2 - - - NudProjectorSet - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 3 - - - NudProjectorReal - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 4 - - - 247, 12 - - - 218, 99 - - - 53 - - - Calculate scaling - - - True - - - NoControl - - - 87, 45 - - - 106, 13 - - - 54 - - - Real measured width - - + True - - - NoControl - - - 87, 21 - - - 72, 13 - - - 53 - - - Graphic width - - - NoControl - - - 6, 69 - - - 206, 23 - - - 52 - - - Calculate scaling - - - 6, 19 - - - 75, 20 - - - 50 - - - Right - - - 6, 43 - - - 75, 20 - - - 51 - - - Right - + 6, 13 @@ -1200,7 +1203,4 @@ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSerialForm.Designer.cs b/GRBL-Plotter/MachineControl/ControlSerialForm.Designer.cs index c4726762..bcedceae 100644 --- a/GRBL-Plotter/MachineControl/ControlSerialForm.Designer.cs +++ b/GRBL-Plotter/MachineControl/ControlSerialForm.Designer.cs @@ -463,6 +463,7 @@ private void InitializeComponent() // ControlSerialForm // resources.ApplyResources(this, "$this"); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ContextMenuStrip = this.contextMenuStrip1; this.Controls.Add(this.TbEthernetPort); diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.Designer.cs b/GRBL-Plotter/MachineControl/ControlSetupForm.Designer.cs index 67eac9a4..a179dd3c 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.Designer.cs +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.Designer.cs @@ -48,25 +48,25 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlSetupForm)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle(); this.tabControl_Level1 = new System.Windows.Forms.TabControl(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabControl1_Level2 = new System.Windows.Forms.TabControl(); @@ -275,6 +275,8 @@ private void InitializeComponent() this.lblHatchFill1 = new System.Windows.Forms.Label(); this.cBImportGraphicHatchFill = new System.Windows.Forms.CheckBox(); this.tab1_3gB5 = new System.Windows.Forms.GroupBox(); + this.nUDImportGCTangentialShorting = new System.Windows.Forms.NumericUpDown(); + this.cBImportGCTangentialShortingEnable = new System.Windows.Forms.CheckBox(); this.nUDImportGCTangentialUnits = new System.Windows.Forms.NumericUpDown(); this.nUDImportGCTangentialSwivel2 = new System.Windows.Forms.NumericUpDown(); this.nUDImportGCTangentialSwivel = new System.Windows.Forms.NumericUpDown(); @@ -1285,6 +1287,7 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.nUDHatchFillAngle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDHatchFillDist)).BeginInit(); this.tab1_3gB5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.nUDImportGCTangentialShorting)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDImportGCTangentialUnits)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDImportGCTangentialSwivel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDImportGCTangentialSwivel)).BeginInit(); @@ -3631,6 +3634,8 @@ private void InitializeComponent() // tab1_3gB5 // this.tab1_3gB5.BackColor = System.Drawing.Color.WhiteSmoke; + this.tab1_3gB5.Controls.Add(this.nUDImportGCTangentialShorting); + this.tab1_3gB5.Controls.Add(this.cBImportGCTangentialShortingEnable); this.tab1_3gB5.Controls.Add(this.nUDImportGCTangentialUnits); this.tab1_3gB5.Controls.Add(this.nUDImportGCTangentialSwivel2); this.tab1_3gB5.Controls.Add(this.nUDImportGCTangentialSwivel); @@ -3645,6 +3650,24 @@ private void InitializeComponent() this.tab1_3gB5.Name = "tab1_3gB5"; this.tab1_3gB5.TabStop = false; // + // nUDImportGCTangentialShorting + // + this.nUDImportGCTangentialShorting.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::GrblPlotter.Properties.Settings.Default, "importGCTangentialShortening", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.nUDImportGCTangentialShorting.DecimalPlaces = 1; + resources.ApplyResources(this.nUDImportGCTangentialShorting, "nUDImportGCTangentialShorting"); + this.nUDImportGCTangentialShorting.Name = "nUDImportGCTangentialShorting"; + this.toolTip1.SetToolTip(this.nUDImportGCTangentialShorting, resources.GetString("nUDImportGCTangentialShorting.ToolTip")); + this.nUDImportGCTangentialShorting.Value = global::GrblPlotter.Properties.Settings.Default.importGCTangentialShortening; + // + // cBImportGCTangentialShortingEnable + // + resources.ApplyResources(this.cBImportGCTangentialShortingEnable, "cBImportGCTangentialShortingEnable"); + this.cBImportGCTangentialShortingEnable.Checked = global::GrblPlotter.Properties.Settings.Default.importGCTangentialShorteningEnable; + this.cBImportGCTangentialShortingEnable.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::GrblPlotter.Properties.Settings.Default, "importGCTangentialShorteningEnable", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.cBImportGCTangentialShortingEnable.Name = "cBImportGCTangentialShortingEnable"; + this.toolTip1.SetToolTip(this.cBImportGCTangentialShortingEnable, resources.GetString("cBImportGCTangentialShortingEnable.ToolTip")); + this.cBImportGCTangentialShortingEnable.UseVisualStyleBackColor = true; + // // nUDImportGCTangentialUnits // this.nUDImportGCTangentialUnits.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::GrblPlotter.Properties.Settings.Default, "importGCTangentialTurn", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); @@ -6939,155 +6962,155 @@ private void InitializeComponent() // // Column1 // - dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle1.Format = "N0"; - dataGridViewCellStyle1.NullValue = "2"; - this.Column1.DefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle20.Format = "N0"; + dataGridViewCellStyle20.NullValue = "2"; + this.Column1.DefaultCellStyle = dataGridViewCellStyle20; resources.ApplyResources(this.Column1, "Column1"); this.Column1.MaxInputLength = 3; this.Column1.Name = "Column1"; // // Column2 // - dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle2.NullValue = "FFFFFF"; - this.Column2.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle21.NullValue = "FFFFFF"; + this.Column2.DefaultCellStyle = dataGridViewCellStyle21; resources.ApplyResources(this.Column2, "Column2"); this.Column2.MaxInputLength = 6; this.Column2.Name = "Column2"; // // Column3 // - dataGridViewCellStyle3.NullValue = "edit to add new entry"; - this.Column3.DefaultCellStyle = dataGridViewCellStyle3; + dataGridViewCellStyle22.NullValue = "edit to add new entry"; + this.Column3.DefaultCellStyle = dataGridViewCellStyle22; resources.ApplyResources(this.Column3, "Column3"); this.Column3.MaxInputLength = 20; this.Column3.Name = "Column3"; // // Column4 // - dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle4.Format = "N2"; - dataGridViewCellStyle4.NullValue = "0"; - this.Column4.DefaultCellStyle = dataGridViewCellStyle4; + dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle23.Format = "N2"; + dataGridViewCellStyle23.NullValue = "0"; + this.Column4.DefaultCellStyle = dataGridViewCellStyle23; resources.ApplyResources(this.Column4, "Column4"); this.Column4.MaxInputLength = 8; this.Column4.Name = "Column4"; // // Column5 // - dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle5.Format = "N2"; - dataGridViewCellStyle5.NullValue = "0"; - this.Column5.DefaultCellStyle = dataGridViewCellStyle5; + dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle24.Format = "N2"; + dataGridViewCellStyle24.NullValue = "0"; + this.Column5.DefaultCellStyle = dataGridViewCellStyle24; resources.ApplyResources(this.Column5, "Column5"); this.Column5.MaxInputLength = 8; this.Column5.Name = "Column5"; // // Column6 // - dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle6.Format = "N2"; - dataGridViewCellStyle6.NullValue = "0"; - this.Column6.DefaultCellStyle = dataGridViewCellStyle6; + dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle25.Format = "N2"; + dataGridViewCellStyle25.NullValue = "0"; + this.Column6.DefaultCellStyle = dataGridViewCellStyle25; resources.ApplyResources(this.Column6, "Column6"); this.Column6.MaxInputLength = 8; this.Column6.Name = "Column6"; // // Column16 // - dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle7.Format = "N2"; - dataGridViewCellStyle7.NullValue = "0"; - this.Column16.DefaultCellStyle = dataGridViewCellStyle7; + dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle26.Format = "N2"; + dataGridViewCellStyle26.NullValue = "0"; + this.Column16.DefaultCellStyle = dataGridViewCellStyle26; resources.ApplyResources(this.Column16, "Column16"); this.Column16.MaxInputLength = 8; this.Column16.Name = "Column16"; // // Column7 // - dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle8.Format = "N2"; - dataGridViewCellStyle8.NullValue = "3,0"; - this.Column7.DefaultCellStyle = dataGridViewCellStyle8; + dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle27.Format = "N2"; + dataGridViewCellStyle27.NullValue = "3,0"; + this.Column7.DefaultCellStyle = dataGridViewCellStyle27; resources.ApplyResources(this.Column7, "Column7"); this.Column7.MaxInputLength = 8; this.Column7.Name = "Column7"; // // Column8 // - dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle9.Format = "N0"; - dataGridViewCellStyle9.NullValue = "800"; - this.Column8.DefaultCellStyle = dataGridViewCellStyle9; + dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle28.Format = "N0"; + dataGridViewCellStyle28.NullValue = "800"; + this.Column8.DefaultCellStyle = dataGridViewCellStyle28; resources.ApplyResources(this.Column8, "Column8"); this.Column8.MaxInputLength = 6; this.Column8.Name = "Column8"; // // Column10 // - dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle10.Format = "N0"; - dataGridViewCellStyle10.NullValue = "500"; - this.Column10.DefaultCellStyle = dataGridViewCellStyle10; + dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle29.Format = "N0"; + dataGridViewCellStyle29.NullValue = "500"; + this.Column10.DefaultCellStyle = dataGridViewCellStyle29; resources.ApplyResources(this.Column10, "Column10"); this.Column10.MaxInputLength = 6; this.Column10.Name = "Column10"; // // Column15 // - dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle11.Format = "N2"; - dataGridViewCellStyle11.NullValue = "2"; - this.Column15.DefaultCellStyle = dataGridViewCellStyle11; + dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle30.Format = "N2"; + dataGridViewCellStyle30.NullValue = "2"; + this.Column15.DefaultCellStyle = dataGridViewCellStyle30; resources.ApplyResources(this.Column15, "Column15"); this.Column15.MaxInputLength = 8; this.Column15.Name = "Column15"; // // Column9 // - dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle12.Format = "N2"; - dataGridViewCellStyle12.NullValue = "-3"; - this.Column9.DefaultCellStyle = dataGridViewCellStyle12; + dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle31.Format = "N2"; + dataGridViewCellStyle31.NullValue = "-3"; + this.Column9.DefaultCellStyle = dataGridViewCellStyle31; resources.ApplyResources(this.Column9, "Column9"); this.Column9.MaxInputLength = 8; this.Column9.Name = "Column9"; // // Column13 // - dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle13.Format = "N2"; - dataGridViewCellStyle13.NullValue = "1"; - this.Column13.DefaultCellStyle = dataGridViewCellStyle13; + dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle32.Format = "N2"; + dataGridViewCellStyle32.NullValue = "1"; + this.Column13.DefaultCellStyle = dataGridViewCellStyle32; resources.ApplyResources(this.Column13, "Column13"); this.Column13.MaxInputLength = 8; this.Column13.Name = "Column13"; // // Column11 // - dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle14.Format = "N0"; - dataGridViewCellStyle14.NullValue = "10000"; - this.Column11.DefaultCellStyle = dataGridViewCellStyle14; + dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle33.Format = "N0"; + dataGridViewCellStyle33.NullValue = "10000"; + this.Column11.DefaultCellStyle = dataGridViewCellStyle33; resources.ApplyResources(this.Column11, "Column11"); this.Column11.MaxInputLength = 8; this.Column11.Name = "Column11"; // // Column12 // - dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - dataGridViewCellStyle15.Format = "N0"; - dataGridViewCellStyle15.NullValue = "100"; - this.Column12.DefaultCellStyle = dataGridViewCellStyle15; + dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + dataGridViewCellStyle34.Format = "N0"; + dataGridViewCellStyle34.NullValue = "100"; + this.Column12.DefaultCellStyle = dataGridViewCellStyle34; resources.ApplyResources(this.Column12, "Column12"); this.Column12.MaxInputLength = 6; this.Column12.Name = "Column12"; // // Column14 // - dataGridViewCellStyle16.NullValue = " "; - this.Column14.DefaultCellStyle = dataGridViewCellStyle16; + dataGridViewCellStyle35.NullValue = " "; + this.Column14.DefaultCellStyle = dataGridViewCellStyle35; resources.ApplyResources(this.Column14, "Column14"); this.Column14.MaxInputLength = 32; this.Column14.Name = "Column14"; @@ -9655,8 +9678,8 @@ private void InitializeComponent() // // Column20 // - dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; - this.Column20.DefaultCellStyle = dataGridViewCellStyle17; + dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; + this.Column20.DefaultCellStyle = dataGridViewCellStyle36; resources.ApplyResources(this.Column20, "Column20"); this.Column20.MaxInputLength = 2; this.Column20.Name = "Column20"; @@ -9666,8 +9689,8 @@ private void InitializeComponent() // // Column21 // - dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.Column21.DefaultCellStyle = dataGridViewCellStyle18; + dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Column21.DefaultCellStyle = dataGridViewCellStyle37; resources.ApplyResources(this.Column21, "Column21"); this.Column21.MaxInputLength = 100; this.Column21.Name = "Column21"; @@ -9676,8 +9699,8 @@ private void InitializeComponent() // // Column22 // - dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - this.Column22.DefaultCellStyle = dataGridViewCellStyle19; + dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.Column22.DefaultCellStyle = dataGridViewCellStyle38; resources.ApplyResources(this.Column22, "Column22"); this.Column22.MaxInputLength = 300; this.Column22.Name = "Column22"; @@ -12763,7 +12786,6 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.nUDimportGraphicAddFramePenWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDimportGraphicAddFrameDistance)).EndInit(); this.pathImport4.ResumeLayout(false); - this.pathImport4.PerformLayout(); this.gBNoise.ResumeLayout(false); this.gBNoise.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NudNoiseDensity)).EndInit(); @@ -12779,6 +12801,7 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.nUDHatchFillDist)).EndInit(); this.tab1_3gB5.ResumeLayout(false); this.tab1_3gB5.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.nUDImportGCTangentialShorting)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDImportGCTangentialUnits)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDImportGCTangentialSwivel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDImportGCTangentialSwivel)).EndInit(); @@ -14287,5 +14310,7 @@ private void InitializeComponent() private System.Windows.Forms.Label label106; private System.Windows.Forms.NumericUpDown NudConvertToPolar; private System.Windows.Forms.Label LblPolar; + private System.Windows.Forms.NumericUpDown nUDImportGCTangentialShorting; + private System.Windows.Forms.CheckBox cBImportGCTangentialShortingEnable; } } \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.ar.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.ar.resx index 007741bf..bb80657e 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.ar.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.ar.resx @@ -2535,7 +2535,7 @@ M4 وضع الطاقة ليزر ديناميكي ok - المخطر + إشعار ok @@ -2617,7 +2617,7 @@ Pushbullet: لأسباب تتعلق بالسلامة ، يجب عليك استخ ok - الوظائف الإضافية للمسار + تحميل الملف ok @@ -3832,4 +3832,13 @@ Pushbullet: لأسباب تتعلق بالسلامة ، يجب عليك استخ تحويل XY إلى الإحداثيات القطبية + + يبدأ مسار الأشكال لاحقًا وينهيه مبكرًا (للقاطع الدوار). + + + تمكين تقصير المسار عن طريق... + + + يبدأ مسار الأشكال لاحقًا وينهيه مبكرًا (للقاطع الدوار). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.cs b/GRBL-Plotter/MachineControl/ControlSetupForm.cs index f6939ffd..d8c22389 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.cs +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.cs @@ -1678,6 +1678,8 @@ private void CbImportGCTangential_CheckStateChanged(object sender, EventArgs e) nUDImportGCTangentialSwivel2.Enabled = enable; nUDImportGCTangentialUnits.Enabled = enable; cBImportGCTangentialRange.Enabled = enable; + cBImportGCTangentialShortingEnable.Enabled = enable; + nUDImportGCTangentialShorting.Enabled = enable; if (cBImportGCTangentialRange.Checked && enable) { cBImportGCNoArcs.Checked = true; } HighlightPenOptions_Click(sender, e); diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.cs.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.cs.resx index 94af339e..706ceafd 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.cs.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.cs.resx @@ -606,7 +606,7 @@ Objekty se stejnou počáteční a koncovou souřadnicí budou sloučeny dohroma ok - Doplňky cesty + Načítání souboru ok @@ -3855,4 +3855,13 @@ Převod je také možný přes Menu - GCode Transform - 'Převést na polární Převeďte XY na polární souřadnice + + Zahájí dráhu figurek později a ukončí ji dříve (pro rotační řezačku). + + + Povolit zkrácení cesty o... + + + Zahájí dráhu figurek později a ukončí ji dříve (pro rotační řezačku). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.de-DE.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.de-DE.resx index 6e7d2ded..7e09cc16 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.de-DE.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.de-DE.resx @@ -2259,7 +2259,7 @@ Hinweis: "Aus E-Mail" muss häufig mit SMTP-Postfach-E-Mail identisch sein.ok - Notifier + Benachrichtigung ok @@ -2341,7 +2341,7 @@ Pushbullet: Aus Sicherheitsgründen sollten Sie ein "Papierkorb" -Konto verwende ok - Pfad-Add-Ons + Datei laden ok @@ -3510,4 +3510,13 @@ Die Konvertierung ist auch über Menü – GCode-Transformation – „In Polark Konvertiert XY in Polarkoordinaten + + Beginnt einen Figurenpfad später und beendet ihn früher (für Rollschneider). + + + Pfadverkürzung aktivieren durch... + + + Beginnt einen Figurenpfad später und beendet ihn früher (für Rollschneider). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.es.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.es.resx index 2d803d86..23f5ce27 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.es.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.es.resx @@ -2394,7 +2394,7 @@ Pushbullet: por razones de seguridad, debe utilizar una cuenta "basura", el toke ok - Complementos de ruta + Carga de archivos ok @@ -3570,4 +3570,13 @@ La conversión también es posible a través del Menú - Transformación GCode - Convertir XY a coordenadas polares + + Comienza un recorrido de figuras más tarde y lo finaliza antes (para cortador giratorio). + + + Habilite el acortamiento de ruta mediante... + + + Comienza un recorrido de figuras más tarde y lo finaliza antes (para cortador rotativo). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.fr.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.fr.resx index 03eb900b..c11f639f 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.fr.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.fr.resx @@ -2312,7 +2312,7 @@ Remarque: souvent «à partir de l'e-mail» doit être identique à l'e-mail de ok - Notifier + Notification ok @@ -2394,7 +2394,7 @@ Pushbullet: pour des raisons de sécurité, vous devez utiliser un compte 'corbe ok - Modules complémentaires de chemin + Chargement de fichiers ok @@ -3569,4 +3569,13 @@ La conversion est également possible via Menu - GCode Transform - 'Convertir en Convertir XY en coordonnées polaires + + Commence un chemin de figures plus tard et le termine plus tôt (pour le cutter rotatif). + + + Activer le raccourcissement du chemin en... + + + Commence un chemin de figures plus tard et le termine plus tôt (pour le cutter rotatif). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.it.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.it.resx index 77ca3c45..8ea32189 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.it.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.it.resx @@ -384,7 +384,7 @@ ok - Add-on di percorso + Caricamento file ok @@ -1568,7 +1568,7 @@ ok - nr. + Notifica ok @@ -3900,4 +3900,13 @@ La conversione è possibile anche tramite Menu - Trasformazione GCode - 'Convert Converti XY in coordinate polari + + Inizia un percorso di figure più tardi e lo termina prima (per taglierina rotativa). + + + Abilita l'accorciamento del percorso tramite... + + + Inizia un percorso di figure più tardi e lo termina prima (per taglierina rotativa). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.ja.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.ja.resx index 617a2621..a3e1a7d0 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.ja.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.ja.resx @@ -2536,7 +2536,7 @@ G2 / 3では機能しません-「G2 / 3コマンドを回避する」を有効 ok - 通知機能 + 通知 ok @@ -2618,7 +2618,7 @@ Pushbullet:安全上の理由から、「ゴミ箱」アカウントを使用 ok - パスアドオン + ファイルの読み込み ok @@ -3856,4 +3856,13 @@ X は半径値を取得し、Y は角度値を取得します。 XY を極座標に変換する + + 図形パスを後で開始し、より早く終了します (ロータリー カッターの場合)。 + + + パス短縮を有効にする... + + + 図形パスを後で開始し、より早く終了します (ロータリー カッターの場合)。 + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.pl.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.pl.resx index 365981c5..22a5a994 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.pl.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.pl.resx @@ -3739,4 +3739,13 @@ Konwersja jest również możliwa poprzez Menu - Transformacja GCode - 'Konwertu Konwertuj XY na współrzędne biegunowe + + Rozpoczyna później ścieżkę figur i kończy ją wcześniej (w przypadku noża rotacyjnego). + + + Włącz skracanie ścieżki przez... + + + Rozpoczyna później ścieżkę figur i kończy ją wcześniej (w przypadku noża rotacyjnego). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.pt.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.pt.resx index 030586c6..679bb53e 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.pt.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.pt.resx @@ -2403,7 +2403,7 @@ Pushbullet: por razões de segurança, você deve usar uma conta 'lixo', o token ok - Complementos de caminho + Carregando arquivo ok @@ -3578,4 +3578,13 @@ A conversão também é possível através do Menu - GCode Transform - 'Converte Converter XY em coordenadas polares + + Inicia um caminho de figuras mais tarde e termina-o mais cedo (para cortador rotativo). + + + Habilite o encurtamento de caminho... + + + Inicia um caminho de figuras mais tarde e termina-o mais cedo (para cortador rotativo). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.resx index d2a7db9a..13a06195 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.resx @@ -117,30 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 792, 6 - - - 23, 23 - - - - 49 - - - 💾 - - - 17, 17 - - - Save settings of this tabs as INI file - BtnSaveIni_SvgDxfCsv @@ -153,24 +129,6 @@ 0 - - NoControl - - - 369, 6 - - - 23, 23 - - - 48 - - - 💾 - - - Save settings of this tabs as INI file - BtnSaveIni_ImportParameter @@ -183,24 +141,6 @@ 1 - - NoControl - - - 397, 6 - - - 23, 23 - - - 25 - - - ? - - - Online help - BtnHelp_ImportParameter @@ -213,24 +153,6 @@ 2 - - NoControl - - - 820, 6 - - - 23, 23 - - - 29 - - - ? - - - Online help - BtnHelp_SvgDxfCsv @@ -243,23903 +165,25689 @@ 3 - - 71, 161 + + tabControlImport - - 59, 20 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 28 + + pathImport1 - - Right + + 4 - - Origin for the Y axis - + + tabControlFormat - - NudImportGraphicOffsetOriginY + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pathImport1 - - tab1_1gB1 + + 5 - - 0 + + + 4, 22 - - True + + + 3, 3, 3, 3 - - NoControl + + 849, 290 - - 6, 70 + + + 0 - - 372, 17 + + General options - - 8 + + pathImport1 - - Avoid G2/3 (Arc Move) commands, draw arcs / circles with line segments + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Convert circles and arcs into line segments - needed if different X and Y scale is needed. -If step width is > half of radius, it will be decreased automatically + + TabControl3 - - cBImportGCNoArcs + + 0 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox9 - - tab1_1gB1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + pathImport2 - - True + + 0 - - NoControl + + 4, 22 - - 160, 231 + + 3, 3, 3, 3 - - 230, 17 + + 849, 290 - - 25 + + 1 - - Sorts the objects by size, largest comes last + + Path interpretation - - Objects will be sort by size, from smallest to largest and from the innermost to the outermost. -E.g. for laser cutting + + pathImport2 - - cBImportGraphicSortDimension + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TabControl3 - - tab1_1gB1 + + 1 - - 2 + + BtnHelp_Pathaddons - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + pathImport3 - - 6, 231 + + 0 - - 112, 17 + + gBPathAddOn3 - - 26 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Largest object last + + pathImport3 - - Process largest object last, e.g. cutout path for laser engraving / cutting + + 1 - - cBImportGraphicLargestLast + + groupBox5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB1 + + pathImport3 - - 3 + + 2 - - 6, 161 + + groupBox4 - - 59, 20 - - - 27 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + pathImport3 - - Origin for the X axis + + 3 - - NudImportGraphicOffsetOriginX + + gBPathAddOn2 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB1 + + pathImport3 - + 4 - - True + + gBPathAddOn1 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30, 208 + + pathImport3 - - 192, 17 + + 5 - - 24 + + 4, 22 - - Allow new start point in closed path + + 3, 3, 3, 3 - - cBImportGraphicSortDistanceRotatePath + + 849, 290 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - tab1_1gB1 + + Path add ons - - 5 + + pathImport3 - - True + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + TabControl3 - - 60, 91 + + 2 - - 209, 13 + + LblNoise2 - - 23 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Step width on circumfence of arcs / circles + + gBNoise - - label15 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LblNoise1 - - tab1_1gB1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + gBNoise - - 6, 89 + + 1 - - 48, 20 + + NudNoiseDensity - - 9 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + gBNoise - - Step width on circumference of Arc. -If value is > arc-radius, value will be decreased automatically. + + 2 - - nUDImportGCSegment + + NudNoiseAmplitude - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB1 + + gBNoise - - 7 + + 3 - - 6, 135 + + cBImportGraphicNoise - - 75, 20 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + gBNoise - - Right + + 4 - - numericUpDown13 + + 279, 206 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 270, 72 - - tab1_1gB1 + + 30 - - 8 + + Noise - - 6, 113 + + gBNoise - - 48, 20 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + pathImport4 - - Right + + 0 - - This option skips moves smaller than the given value, to minimize gcode size. + + NoControl - - nUDImportReduce + + 823, 3 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 23 - - tab1_1gB1 + + 29 - - 9 + + ? - - 6, 44 + + Online help - - 48, 20 + + BtnHelp_Pathmodification2 - - 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + pathImport4 - - Curves will be drawn by line segments. As more segments as more prezice the curve is. + + 1 - - nUDImportSVGSegemnts + + nUDPathOverlapValue - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB1 + + tab1_3gB8 - - 10 + + 0 - - True + + cBPathOverlapEnable - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 89, 137 + + tab1_3gB8 - - 164, 13 + + 1 - - 22 + + 3, 206 - - Distance to be assumed as equal + + 270, 72 - - Little gaps will be closed + + 28 - - tab1_1_2lbl2 + + Closed path overlap + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_3gB8 - - tab1_1gB1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + pathImport4 - - True + + 2 - + NoControl - - 136, 162 + + 3, 170 - - 200, 17 + + 270, 33 - - 6 + + 27 - - Offset graphics origin to given values + + Any of this modifiactions will enable "Avoid G2/G3 commands" + ok - - Set lower left edge of imported graphic to xy-coordinate given by the values + + lblPathModification - - cBImportGraphicOffsetOrigin + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pathImport4 - - tab1_1gB1 + + 3 - - 12 + + CbImportGraphicHatchFillNoise - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + gBHatchFill - - 6, 188 + + 0 - - 250, 17 + + cBImportGraphicHatchFillInset2 - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Sort objects by shortest connections and merge + + gBHatchFill - - Objects will be sort by closesed distance between start and end coordinates, if usefull path of objects will be reversed. -Objects with same start and end coordinate will be merged together. + + 1 - - cBImportGraphicSortDistance + + CbImportGraphicHatchFillDeletePath - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB1 + + gBHatchFill - - 13 + + 2 - - True + + cBImportGraphicHatchFillDash - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 238, 16 + + gBHatchFill - - 150, 17 + + 3 - - 2 + + nUDHatchFillInset - - Add G20 (inch)/ G21 (mm) + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Add G20 / G21 command in GCode. G21 is default. + + gBHatchFill - - cBImportUnitGCode + + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDHatchFillAngle2 - - tab1_1gB1 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + gBHatchFill - - True + + 5 - - NoControl + + nUDHatchFillAngle - - 189, 16 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 45, 17 + + gBHatchFill - - 1 + + 6 - - inch + + nUDHatchFillDist - - G20 command + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rBImportUnitInch + + gBHatchFill - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - tab1_1gB1 + + cBImportGraphicHatchFillInset - - 15 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + gBHatchFill - - NoControl + + 8 - - 4, 16 + + cBImportGraphicHatchFillChangeAngle - - 119, 13 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + gBHatchFill - - Target units and display + + 9 - - If any unit is given inside import file, try to convert into target units + + cBImportGraphicHatchFillCross - - tab1_1lbl1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gBHatchFill - - tab1_1gB1 + + 10 - - 16 + + lblHatchFill2 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + gBHatchFill - - 146, 16 + + 11 - - 41, 17 + + lblHatchFill1 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - mm + + gBHatchFill - - G21 command + + 12 - - rBImportUnitmm + + cBImportGraphicHatchFill - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB1 + + gBHatchFill - - 17 + + 13 - - True + + 555, 3 - - NoControl + + 270, 275 - - 63, 114 + + 26 - - 158, 17 + + Fill closed paths + ok - + + gBHatchFill + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pathImport4 + + 4 - - Remove very short moves < + + 216, 165 - - This option skips moves smaller than the given value, to minimize gcode size. + + 48, 20 - - cBImportSVGReduce + + 46 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Right - - tab1_1gB1 + + Starts a figures path later and ends it earlier (for rotary cutter). - - 18 + + nUDImportGCTangentialShorting - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab1_3gB5 + + + 0 + + True - + NoControl - - 60, 46 + + 6, 166 - - 207, 13 + + 158, 17 - - 0 + + 45 - - Number of line segments in curves, splines + + Enable path shortening by... - - Bezier-curves and arcs will be drawn by line segments. -As more segments as more prezice the curve is. + + Starts a figures path later and ends it earlier (for rotary cutter). - - tab1_1lbl2 + + cBImportGCTangentialShortingEnable - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB1 + + tab1_3gB5 - - 19 + + 1 - - Fill + + 216, 111 - - 3, 3 + + 48, 20 - - 400, 252 + + 10 - - 9 + + nUDImportGCTangentialUnits - - Graphics import general + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB1 + + tab1_3gB5 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - Import_Parameter + + 229, 85 - - 0 + + 35, 20 - - 4, 22 + + 9 - - 3, 3, 3, 3 + + Right - - 406, 258 + + Change in angle before the knife is raised, turned and lowered + ok - - 0 + + nUDImportGCTangentialSwivel2 - - Import Parameter + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Import_Parameter + + tab1_3gB5 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - tabControlImport + + 229, 62 - - 0 + + 35, 20 - - 215, 40 + + 8 - - 49, 20 + + Right - - 1 + + Change in angle before the knife is raised, turned and lowered + ok - - Center + + nUDImportGCTangentialSwivel - - tBLineEndText + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_3gB5 - - tab1_3gB6 + + 4 - - 0 + + A - - True + + B - - NoControl + + C - - 6, 42 + + Z - - 124, 17 + + 229, 38 - - 0 + + 35, 21 - - Apply text at line end + + 7 - - cBLineEndEnable + + cBoxImportGCTangentialName - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_3gB6 + + tab1_3gB5 - - 1 + + 5 - + True - + NoControl - - 6, 19 - - - 107, 17 - - - 0 - - - Add line numbers - - - cBCodeCreationLineNumbers - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab1_3gB6 - - - 2 + + 6, 87 - - 3, 3 + + 166, 13 - - 394, 67 + + 44 - - 25 + + Correct start angle if deviation is > + ok - - G-Code creation + + If change in angle is greater than this angle, a single turn command will be inserted + ok - - tab1_3gB6 + + lblDImportGCTangential4 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Import_Output + + tab1_3gB5 - - 0 + + 6 - + True - + NoControl - - 6, 39 + + 6, 136 - - 154, 17 + + 173, 17 - - 21 + + 11 - - Additional import comments + + Limit tool angle to >= 0°, < 360° + ok - - Add graphics related comments to the GCode + + Use this option to avoid angles below 0° and above 360°. +Does not work with G2/3 - activate 'Avoid G2/3 commands' + ok - - cBImportSVGComments + + cBImportGCTangentialRange - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox8 + + tab1_3gB5 - - 0 + + 7 - + True - + NoControl - - 6, 16 - - - 107, 17 - - - 20 + + 6, 113 - - Fold code blocks + + 70, 13 - - Add graphics related comments to the GCode + + 41 - - checkBox4 + + Units per turn + ok - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblDImportGCTangential3 - - groupBox8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab1_3gB5 - - 3, 76 + + 8 - - 394, 64 + + True - - 19 + + NoControl - - G-Code appearance + + 6, 64 - - groupBox8 + + 67, 13 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 39 - - Import_Output + + Swivel angle + ok - - 1 + + If change in angle is greater than swivel angle, +Z-axis will be moved up +axis will turn +Z-axis will be moved down + ok - - 4, 22 + + lblDImportGCTangential2 - - 3, 3, 3, 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 406, 258 + + tab1_3gB5 - - 1 + + 9 - - Output Properties + + True - - Import_Output + + NoControl - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 42 - - tabControlImport + + 117, 13 - + 1 - - 3, 3 + + Name of tangential axis + ok - - 414, 284 + + lblDImportGCTangential1 - - 28 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControlImport + + tab1_3gB5 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - pathImport1 + + True - - 4 + + NoControl - - 26, 42 + + 6, 16 - - 331, 20 + + 119, 17 - - 5 + + 6 - - File path of the svg file to load as add.on + + Add Tangential axis + ok - - TbImportSVGAddOnFile + + cBImportGCTangential - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbImportSVGAddOn + + tab1_3gB5 - - 0 + + 11 - - None + + 279, 3 - - Center (Frame) + + 270, 197 - - Bottom left + + 25 - - Bottom right + + Tangential axis commands + ok - - Top left + + tab1_3gB5 - - Top right + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 253, 17 + + pathImport4 - - 135, 21 + + 5 - - 30 + + cBImportGCDragKnifeUse - - Select position + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Select desired position of add-on, relative to imported graphic + + tab1_3gB2 - - CbImportSVGAddOnPosition + + 0 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDImportGCDragKnifeAngle - - GbImportSVGAddOn + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab1_3gB2 - - True + + 1 - - NoControl + + nUDImportGCDragKnifePercent - - 154, 22 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 34, 13 + + tab1_3gB2 - - 30 + + 2 - - Scale + + nUDImportGCDragKnifeLength - - Scales the size of the imported graphic based on the original size or desired resize + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label105 + + tab1_3gB2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - GbImportSVGAddOn + + cBImportGCDragKnifePercent - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 18 + + tab1_3gB2 - - 48, 20 + + 4 - - 29 + + lblDrag2 - - Right + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - For a frame: e.g. "0.9" scales down the original object to fit into the frame + + tab1_3gB2 - - NudImportSVGAddOnScale + + 5 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblDrag1 - - GbImportSVGAddOn + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab1_3gB2 - - True + + 6 - - NoControl + + cBImportGCDragKnife - - 6, 19 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 59, 17 + + tab1_3gB2 - - 5 + + 7 - - Enable + + 3, 3 - - cBImportSVGAddOnEnable + + 270, 164 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - GbImportSVGAddOn + + Drag tool compensation + TabPage1_3 - - 4 + + tab1_3gB2 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 363, 42 + + pathImport4 - - 25, 20 + + 6 - - 28 + + 4, 22 - - ... + + 3, 3, 3, 3 - - Select SVG file for frame, logo, sign or watermark + + 849, 290 - - BtnImportSVGAddOnSelectFile + + 4 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Path modifications - - GbImportSVGAddOn + + pathImport4 - - 5 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 68 + + TabControl3 - - 394, 69 + + 3 - - 29 + + gBClipping - - Add a frame, logo, sign, watermark from file + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Adds an additional SVG graphic to the imported one, for example -Add a frame in which the original praphic is placed: use scale 0.9 or lower and "center" -Draw a signature in the lower right margin: scale 0.1 or lower and use “bottom right” + + pathImport5 - - GbImportSVGAddOn + + 0 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - - tab1_1gB2 + + 3, 3, 3, 3 - - 0 + + 849, 290 - - Fill + + 2 - - NoControl + + Clipping - - 3, 16 + + pathImport5 - - 359, 27 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + TabControl3 - - FeedXY=1234; SpindleSpeed=789; -ZEnable; FeedZ=321; ZUp=5; ZDown=-1.2; -PWMEnable; PWMUp=10; PWMZero=20; PWMDown=30; -LaserEnable;LaserPower=100; -SpindleEnable; + + 4 - - LblMetaDataExample + + groupBox30 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbMetaData + + pathImport6 - + 0 - - 29, 206 + + tab1_1gB5 - - 365, 46 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27 + + pathImport6 - - Meta data key words example + + 1 - - GbMetaData + + tab1_1gB4 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB2 + + pathImport6 - - 1 + + 2 - - True + + 4, 22 - - NoControl + + 3, 3, 3, 3 - - 3, 189 + + 849, 290 - - 114, 17 + + 3 - - 26 + + Grouping and tools - - Process meta data + + pathImport6 - - Apply given XY-Feed, Z-Feed, SpindleSpeed, Zup, Zdown during import. + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CbImportSVGMetaData + + TabControl3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - tab1_1gB2 + + GbFilter - - 2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + pathImport7 - - NoControl + + 0 - - 3, 143 + + 4, 22 - - 115, 17 + + 3, 3, 3, 3 - - 25 + + 849, 290 - - Skip hidden layers + + 8 - - If layer or object is not visible in Inkscape, layer or object will not be imported. + + Filter - - CbImportSVGDontPlot + + pathImport7 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB2 + + TabControl3 - - 3 + + 6 - - True + + GbWireBender - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 166 + + pathImport8 - - 168, 17 + + 0 - - 24 + + gBDevelop - - Apply hatch fill if object is filled + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CbImportSVGApplyFill + + pathImport8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - tab1_1gB2 + + 4, 22 - - 4 + + 3, 3, 3, 3 - - 225, 42 + + 849, 290 - - 55, 20 + + 6 - - 4 + + Special conversion - - Right + + pathImport8 - - Try to scale graphics to given units, before generating gcode, + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nUDSVGScale + + TabControl3 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - tab1_1gB2 + + groupBox26 - - 5 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + pathImport9 - - NoControl + + 0 - - 4, 18 + + 4, 22 - - 61, 13 + + 3, 3, 3, 3 - - 23 + + 849, 290 - - DPI Setting + + 7 - - tab1_1lbl3 + + Command extension - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pathImport9 - - tab1_1gB2 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + TabControl3 - - True + + 8 - - NoControl + + Fill - - 157, 16 + + 3, 3 - - 54, 17 + + 857, 316 - - 2 + + 27 - - 72 dpi + + TabControl3 - - 72 dpi is used by Adobe Illustrator + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBImportSVG_DPI_72 + + graphicImport1 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - tab1_1gB2 + + 4, 22 - - 7 + + 3, 3, 3, 3 - - True + + 863, 322 - - NoControl + + 0 - - 103, 16 + + Path import - - 54, 17 + + graphicImport1 - - 1 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 96 dpi + + tabControl1_Level2 - - 96 dpi is the default scaling + + 0 - - cBImportSVG_DPI_96 + + tab1_2gB1 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB2 + + graphicImport2 - - 8 + + 0 - - NoControl + + tab1_2gB7 - - 6, 35 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 213, 32 + + graphicImport2 - - 3 + + 1 - - Resize final graphic to max. X or Y dimension + + 4, 22 - - Try to scale graphics to given units, before generating gcode, -to avoid problems when scaling down gcode. + + 3, 3, 3, 3 - - cBImportSVGResize + + 863, 322 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - tab1_1gB2 + + G-Code generation - - 9 + + graphicImport2 - - True + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tabControl1_Level2 - - 283, 44 + + 1 - - 29, 13 + + GbConvertToPolar - - 5 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - units + + graphicImport3 - - lblSVGScale + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BtnHelp_misc - - tab1_1gB2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + graphicImport3 - - Fill + + 1 - - 3, 3 + + tab1_3gB3 - - 400, 252 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + graphicImport3 - - SVG Import + + 2 - - tab1_1gB2 + + tab1_3gB4 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabFormat_SVG + + graphicImport3 - - 0 + + 3 - - 4, 22 + + tab1_3gB1 - - 3, 3, 3, 3 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 406, 258 + + graphicImport3 - - 0 + + 4 - - SVG + + 4, 22 - - tabFormat_SVG + + 3, 3, 3, 3 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 863, 322 - - tabControlFormat + + 2 - - 0 + + G-Code modification - - True + + graphicImport3 - - NoControl + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 77 + + tabControl1_Level2 - - 115, 17 + + 2 - - 10 + + tab1_4gB1 - - Skip hidden layers + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - If layer is not visible or printing is disabled in LibreCAD, layer will not be imported + + graphicImport4 - - CbImportDXFDontPlot + + 0 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - - tab1_1gB3 + + 3, 3, 3, 3 - - 0 + + 863, 322 - - True + + 3 - - NoControl + + Use cases - - 6, 115 + + graphicImport4 - - 119, 17 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + tabControl1_Level2 - - Import Z information + + 3 - - cBImportDXFUseZ + + 3, 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 871, 348 - - tab1_1gB3 + + 36 - - 1 + + tabControl1_Level2 - - True + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tabPage3 - - 6, 34 + + 0 - - 178, 17 + + 4, 22 - - 8 + + 3, 3, 3, 3 - - Handle pen-color white as black + + 877, 360 - - LibreCAD shows white pen color on black background. But real pen-color is black. + + 2 - - cBImportDXFSwitchWhite + + Graphics import + TabPage1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage3 - - tab1_1gB3 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + tabControl_Level1 - - True + + 0 - - NoControl + + tab2gB1 - - 6, 16 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 250, 17 + + tabPage14 - - 7 + + 0 - - Use color index (+1) as tool nr. (instead of color) + + tab2gB2 - - The DXF format uses color index from 0 to 255. This index+1 will be used as tool number. + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBImportDXFIndexToolNr + + tabPage14 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - tab1_1gB3 + + 4, 22 - - 3 + + 3, 3, 3, 3 - - Fill + + 877, 360 - - 3, 3 + + 10 - - 400, 252 + + Tool table + TabPage2 - - 18 + + tabPage14 - - DXF Import + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB3 + + tabControl_Level1 - + + 1 + + + gBToolChange + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabFormat_DXF + + tabPage8 - + 0 - + 4, 22 - + 3, 3, 3, 3 - - 406, 258 + + 877, 360 - - 1 + + 7 - - DXF + + Tool change + TabPage3 - - tabFormat_DXF + + tabPage8 - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControlFormat + + tabControl_Level1 - - 1 + + 2 - - 220, 138 + + tabControl4_Level2 - - 40, 20 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + tabPage21 - - Right + + 0 - - numericUpDown12 + + 4, 22 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - groupBox6 + + 877, 360 - - 0 + + 11 - - 220, 118 + + Program behavior + ok - - 40, 20 + + tabPage21 - - 16 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + tabControl_Level1 - - numericUpDown11 + + 3 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabControl4 - - groupBox6 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tabPage22 - - 220, 98 + + 0 - - 40, 20 + + 4, 22 - - 14 + + 3, 3, 3, 3 - - Right + + 877, 360 - - numericUpDown10 + + 12 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Program appearance + ok - - groupBox6 + + tabPage22 - - 2 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 175, 138 + + tabControl_Level1 - - 40, 20 + + 4 - - 18 + + groupBox2 - - Right + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - numericUpDown9 + + tabPage5 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - groupBox6 + + tab11gB1 - - 3 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 175, 118 + + tabPage5 - - 40, 20 + + 1 - - 15 + + tab11gB3 - - Right + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - numericUpDown8 + + tabPage5 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - groupBox6 + + tab11gB4 - - 4 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 175, 98 + + tabPage5 - - 40, 20 + + 3 - - 13 + + tab11gB5 - - Right + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - numericUpDown7 + + tabPage5 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - groupBox6 + + tab11gB2 - - 5 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 174, 54 + + tabPage5 - - 1 + + 5 - - 40, 20 + + 4, 22 - - 12 + + 3, 3, 3, 3 - - Center + + 877, 360 - - textBox1 + + 4 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + WWW Links + TabPage11 - - groupBox6 + + tabPage5 - - 6 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 174, 31 + + tabControl_Level1 - - 40, 20 + + 5 - - 11 + + 0, 0 - - Right + + 885, 386 - - numericUpDown1 + + 0 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabControl_Level1 - - groupBox6 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + $this - - True + + 3 - + NoControl - - 6, 57 - - - 51, 13 - - - 31 + + 792, 6 - - Delimeter + + 23, 23 - - label10 + + 49 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 💾 - - groupBox6 + + Save settings of this tabs as INI file - - 8 + + NoControl - - True + + 369, 6 - - NoControl + + 23, 23 - - 6, 33 + + 48 - - 107, 13 + + 💾 - - 29 + + Save settings of this tabs as INI file - - Values starting at line + + NoControl - - label9 + + 397, 6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 23 - - groupBox6 + + 25 - - 9 + + ? - - True + + Online help - + NoControl - - 6, 120 - - - 44, 13 + + 820, 6 - - 14 + + 23, 23 - - Y Value + + 29 - - label8 + + ? - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Online help - - groupBox6 + + Import_Parameter - - 10 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tabControlImport - - NoControl + + 0 - - 6, 100 + + Import_Output - - 44, 13 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + tabControlImport - - X Value + + 1 - - label7 + + 3, 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 414, 284 - - groupBox6 + + 28 - - 11 + + tab1_1gB1 - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + Import_Parameter - - 6, 182 + + 0 - - 158, 17 + + 4, 22 - - 21 + + 3, 3, 3, 3 - - Process coordinates as dots + + 406, 258 - - radioButton4 + + 0 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Import Parameter - - groupBox6 + + NudImportGraphicOffsetOriginY - - 12 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_1gB1 - - NoControl + + 0 - - 6, 163 + + cBImportGCNoArcs - - 169, 17 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + tab1_1gB1 - - Connect coordinates with lines + + 1 - - radioButton3 + + cBImportGraphicSortDimension - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox6 + + tab1_1gB1 - - 13 + + 2 - - True + + cBImportGraphicLargestLast - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 217, 81 + + tab1_1gB1 - - 34, 13 + + 3 - - 10 + + NudImportGraphicOffsetOriginX - - Scale + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label6 + + tab1_1gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - groupBox6 + + cBImportGraphicSortDistanceRotatePath - - 14 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_1gB1 - - NoControl + + 5 - - 172, 81 + + label15 - - 42, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + tab1_1gB1 - - Column + + 6 - - label4 + + nUDImportGCSegment - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox6 + + tab1_1gB1 - - 15 + + 7 - - True + + numericUpDown13 - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 140 + + tab1_1gB1 - - 144, 17 + + 8 - - 17 + + nUDImportReduce - - Process Z also (Dot only) + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkBox8 + + tab1_1gB1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - groupBox6 + + nUDImportSVGSegemnts - - 16 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_1gB1 - - NoControl + + 10 - - 6, 16 + + tab1_1_2lbl2 - - 145, 17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + tab1_1gB1 - - Try automatic recognition + + 11 - - checkBox7 + + cBImportGraphicOffsetOrigin - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox6 + + tab1_1gB1 - - 17 + + 12 - - Fill + + cBImportGraphicSortDistance - - 3, 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 400, 252 + + tab1_1gB1 - - 19 + + 13 - - CSV Import (*.csv, *.dat) + + cBImportUnitGCode - - groupBox6 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_1gB1 - - tabFormat_CSV + + 14 - - 0 + + rBImportUnitInch - - 4, 22 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + tab1_1gB1 - - 406, 258 + + 15 - - 2 + + tab1_1lbl1 - - CSV + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabFormat_CSV + + tab1_1gB1 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16 - - tabControlFormat + + rBImportUnitmm - - 2 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_1gB1 - - NoControl + + 17 - - 6, 51 + + cBImportSVGReduce - - 162, 13 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab1_1gB1 - - Not supported: FS, VS, WU, PW + + 18 - - label97 + + tab1_1lbl2 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox35 + + tab1_1gB1 - - 0 + + 19 - - True + + Fill - - NoControl + + 3, 3 - - 6, 20 + + 400, 252 - - 230, 13 - - - 0 - - - Supported commands: IN, SP, PU, PD, PA, PR - - - label96 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - groupBox35 + + Graphics import general + TabPage1_1 - - 1 + + 71, 161 - - Fill + + 59, 20 - - 3, 3 + + 28 - - 400, 252 + + Right - - 0 + + Origin for the Y axis + - - HPGL Import (*.plt, *.hpgl) + + True - - groupBox35 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 70 - - tabFormat_HPGL + + 372, 17 - - 0 + + 8 - - 4, 22 + + Avoid G2/3 (Arc Move) commands, draw arcs / circles with line segments + TabPage1_3 - - 3, 3, 3, 3 + + Convert circles and arcs into line segments - needed if different X and Y scale is needed. +If step width is > half of radius, it will be decreased automatically + TabPage1_3 - - 406, 258 + + True - - 4 + + NoControl - - HPGL + + 160, 231 - - tabFormat_HPGL + + 230, 17 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - tabControlFormat + + Sorts the objects by size, largest comes last - - 3 + + Objects will be sort by size, from smallest to largest and from the innermost to the outermost. +E.g. for laser cutting - + True - + NoControl - - 84, 87 + + 6, 231 - - 156, 13 + + 112, 17 - - 6 + + 26 - - Type value for M19 (advanced) + + Largest object last - - label26 + + Process largest object last, e.g. cutout path for laser engraving / cutting - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 161 - - tab1_3gB7 + + 59, 20 - - 0 + + 27 - + + Right + + + Origin for the X axis + + True - + NoControl - - 84, 65 + + 30, 208 - - 132, 13 + + 192, 17 - - 5 + + 24 - - Type value for M15 (Knife) + + Allow new start point in closed path + ok - - label19 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_3gB7 + + 60, 91 - - 1 + + 218, 13 - - True + + 23 - - NoControl + + Step width on circumference of arcs / circles + ok - - 84, 43 + + 6, 89 - - 120, 13 + + 48, 20 - - 4 + + 9 - - Type value for D2 (Pen) + + Right - - label18 + + Step width on circumference of Arc. +If value is > arc-radius, value will be decreased automatically. + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 135 - - tab1_3gB7 + + 75, 20 - - 2 + + 5 - - 28, 84 + + Right - - 50, 20 + + 6, 113 - - 3 + + 48, 20 - + + 4 + + Right - - tBGerberGeometryM19 + + This option skips moves smaller than the given value, to minimize gcode size. + TabPage1_1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 44 - - tab1_3gB7 + + 48, 20 - + 3 - - 28, 62 + + Right - - 50, 20 + + Curves will be drawn by line segments. As more segments as more precice the curve is. + TabPage1_1 - - 2 + + True - - Right + + NoControl - - tBGerberGeometryKnife + + 89, 137 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 164, 13 - - tab1_3gB7 + + 22 - - 4 + + Distance to be assumed as equal + ok - - 28, 40 + + Little gaps will be closed + ok - - 50, 20 + + True - - 1 + + NoControl - - Right + + 136, 162 - - tBGerberGeometryPen + + 200, 17 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - tab1_3gB7 + + Offset graphics origin to given values + ok - - 5 + + Set lower left edge of imported graphic to xy-coordinate given by the values + ok - + True - + NoControl - - 6, 16 - - - 246, 17 + + 6, 188 - - 0 + + 250, 17 - - Specify the type value in the G-Code figure-tag + + 7 - - False + + Sort objects by shortest connections and merge + ok - - cBGerberGeometryEnable + + Objects will be sort by closesed distance between start and end coordinates, if usefull path of objects will be reversed. +Objects with same start and end coordinate will be merged together. + ok - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab1_3gB7 + + NoControl - - 6 + + 238, 16 - - Fill + + 150, 17 - - 3, 3 + + 2 - - 400, 252 + + Add G20 (inch)/ G21 (mm) + ok - - 26 + + Add G20 / G21 command in GCode. G21 is default. + TabPage1_1 - - Gerber Import (gbr, ger, gtl, gbl, gts, gbs, gto, gbo, gko, g2l, g3l) + + True - - tab1_3gB7 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 189, 16 - - tabFormat_Gerber + + 45, 17 - - 0 + + 1 - - 4, 22 + + inch + ok - - 3, 3, 3, 3 + + G20 command + TabPage1_1 - - 406, 258 + + True - - 3 + + NoControl - - Gerber + + 4, 16 - - tabFormat_Gerber + + 119, 13 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - tabControlFormat + + Target units and display + TabPage1_1 - - 4 + + If any unit is given inside import file, try to convert into target units + TabPage1_1 - + True - + NoControl - - 6, 20 + + 146, 16 - - 58, 13 + + 41, 17 - + 0 - - No options + + mm + ok - - label98 + + G21 command + TabPage1_1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - groupBox36 + + NoControl - - 0 + + 63, 114 - - Fill + + 158, 17 - - 3, 3 + + 4 - - 400, 252 + + Remove very short moves < + TabPage1_1 - - 0 + + This option skips moves smaller than the given value, to minimize gcode size. + TabPage1_1 - - Drill Import (*.drd, *.drl, *.dri) + + True - - groupBox36 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 60, 46 - - tabFormat_Drill + + 207, 13 - + 0 - - 4, 22 + + Number of line segments in curves, splines + TabPage1_1 - - 3, 3, 3, 3 + + Bezier-curves and arcs will be drawn by line segments. +As more segments as more precice the curve is. + TabPage1_1 - - 406, 258 + + tab1_3gB6 - - 5 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Drill + + Import_Output - - tabFormat_Drill + + 0 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox8 - - tabControlFormat + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + Import_Output - - True + + 1 - - NoControl + + 4, 22 - - 6, 20 + + 3, 3, 3, 3 - - 161, 13 + + 406, 258 - - 0 + + 1 - - A new form will open for settings. + + Output Properties - - label99 + + tBLineEndText - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox38 + + tab1_3gB6 - + 0 - - Fill - - - 3, 3 - - - 400, 252 + + cBLineEndEnable - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Image Import (*.bmp, *.gif, *.png, *.jpg) + + tab1_3gB6 - - groupBox38 + + 1 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBCodeCreationLineNumbers - - tabFormat_Image + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab1_3gB6 - - 4, 22 + + 2 - - 3, 3, 3, 3 + + 3, 3 - - 406, 258 + + 394, 67 - - 6 + + 25 - - Image + + G-Code creation + ok - - tabFormat_Image + + 215, 40 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 49, 20 - - tabControlFormat + + 1 - - 6 + + Center - - 426, 3 + + True - - 414, 284 + + NoControl - - 27 + + 6, 42 - - tabControlFormat + + 124, 17 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - pathImport1 + + Apply text at line end + ok - - 5 + + True - - 4, 22 + + NoControl - - 3, 3, 3, 3 + + 6, 19 - - 849, 290 + + 107, 17 - + 0 - - General options + + Add line numbers + ok - - pathImport1 + + cBImportSVGComments - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabControl3 + + groupBox8 - + 0 - - 537, 17 + + checkBox4 - - 259, 20 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 31 + + groupBox8 - - TbImportCircleToDotScript + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 76 - - groupBox39 + + 394, 64 - - 0 + + 19 - - NoControl + + G-Code appearance + ok - - 799, 17 + + True - - 25, 20 + + NoControl - - 32 + + 6, 39 - - ... + + 154, 17 - - BtnCircleToDotScript + + 21 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Additional import comments + TabPage1_1 - - groupBox39 + + Add graphics related comments to the GCode + TabPage1_1 - - 1 + + True - - 488, 17 + + NoControl - - 43, 20 + + 6, 16 - - 30 + + 107, 17 - - Right + + 20 - - numericUpDown18 + + Fold code blocks + TabPage1_1 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Add graphics related comments to the GCode + TabPage1_1 - - groupBox39 + + tabFormat_SVG - - 2 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tabControlFormat - - NoControl + + 0 - - 2, 18 + + tabFormat_DXF - - 211, 17 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tabControlFormat - - Convert 'circle' center to dot (for drilling) + + 1 - - Use a drill to mark circle center with depth of 'Z-Height' engrave + + tabFormat_CSV - - cBImportSVGCircleToDot + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabControlFormat - - groupBox39 + + 2 - + + tabFormat_HPGL + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControlFormat + + 3 - - NoControl + + tabFormat_Gerber - - 259, 10 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 222, 37 + + tabControlFormat - - 29 + + 4 - - Insert script after amount of dots + + tabFormat_Drill - - MiddleLeft + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label100 + + tabControlFormat - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - groupBox39 + + tabFormat_Image - - 4 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 57 + + tabControlFormat - - 830, 50 + + 6 - - 33 + + 426, 3 - - groupBox39 + + 414, 284 - + + 27 + + + tab1_1gB2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox9 + + tabFormat_SVG - + 0 - - NoControl + + 4, 22 - - 820, 0 + + 3, 3, 3, 3 - - 23, 23 + + 406, 258 - - 28 + + 0 - - ? + + SVG - - Online help + + GbImportSVGAddOn - - BtnHelp_Pathinterpretation + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_1gB2 - - groupBox9 + + 0 - - 1 + + GbMetaData - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 52 + + tab1_1gB2 - - 399, 28 + + 1 - - 27 + + CbImportSVGMetaData - - Atteniton: Z-Engrave will limit the max. depth! + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblImportPenWidthToZWarning + + tab1_1gB2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - gBCreateZValue + + CbImportSVGDontPlot - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab1_1gB2 - - 345, 35 + + 3 - - 36, 17 + + CbImportSVGApplyFill - - 28 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - -1,0 + + tab1_1gB2 - - MiddleRight + + 4 - - LblZEngrave + + nUDSVGScale - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBCreateZValue + + tab1_1gB2 - - 1 - - - True + + 5 - - NoControl + + tab1_1lbl3 - - 6, 144 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 177, 17 + + tab1_1gB2 - + 6 - - Convert 'circle' radius to Z value - - - Depth is limited to 'Z-Height engrave'. -Idea: use a countersink to control circle dimension - - - cBImportSVGCircleToDotZ - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBCreateZValue + + cBImportSVG_DPI_72 - - 2 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_1gB2 - - NoControl + + 7 - - 30, 105 + + cBImportSVG_DPI_96 - - 159, 17 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26 + + tab1_1gB2 - - Apply ramp instead of a step + + 8 - - cBImportPenWidthToZRamp + + cBImportSVGResize - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBCreateZValue - - - 3 + + tab1_1gB2 - - NoControl + + 9 - - 4, 16 + + lblSVGScale - - 222, 36 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab1_1gB2 - - Translates the min/max pen width or circle radius in Z in the range of: + + 10 - - label17 + + Fill - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3 - - gBCreateZValue + + 400, 252 - - 4 + + 12 - - True + + SVG Import + TabPage1_1 - - NoControl + + TbImportSVGAddOnFile - - 316, 14 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27, 13 + + GbImportSVGAddOn - - 25 + + 0 - - Max + + CbImportSVGAddOnPosition - - label16 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GbImportSVGAddOn - - gBCreateZValue + + 1 - - 5 + + label105 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GbImportSVGAddOn - - 6, 85 + + 2 - - 170, 17 + + NudImportSVGAddOnScale - - 12 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Translate pen width to Z value + + GbImportSVGAddOn - - Pen width will be processed as Z value for depth. -Maximum depth will be limited by Z-Height engrave. + + 3 - - cBImportPenWidthToZ + + cBImportSVGAddOnEnable - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBCreateZValue + + GbImportSVGAddOn - - 6 + + 4 - - 263, 12 + + BtnImportSVGAddOnSelectFile - - 47, 20 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22 + + GbImportSVGAddOn - - Right + + 5 - - The smallest pen width will be translated to this depth + + 3, 68 - - nUDImportPenWidthToZMin + + 394, 69 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29 - - gBCreateZValue + + Add a frame, logo, sign, watermark from file - - 7 + + Adds an additional SVG graphic to the imported one, for example +Add a frame in which the original praphic is placed: use scale 0.9 or lower and "center" +Draw a signature in the lower right margin: scale 0.1 or lower and use “bottom right” - - True + + 26, 42 - - NoControl + + 331, 20 - - 232, 14 + + 5 - - 24, 13 + + File path of the svg file to load as add.on - - 24 + + None - - Min + + Center (Frame) - - label14 + + Bottom left - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom right - - gBCreateZValue + + Top left - - 8 + + Top right - - 347, 12 + + 253, 17 - - 47, 20 + + 135, 21 - - 23 + + 30 - - Right + + Select position - - The widest pen width will be translated to this depth - but limited by Z-Height engrave in 'G-Code generation' + + Select desired position of add-on, relative to imported graphic - - nUDImportPenWidthToZMax + + True - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - gBCreateZValue + + 154, 22 - - 9 + + 34, 13 - - 3, 113 + + 30 - - 411, 165 + + Scale - - 26 + + Scales the size of the imported graphic based on the original size or desired resize - - Create Z value (Z axis must be enabled) + + 100, 18 - - gBCreateZValue + + 48, 20 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29 - - groupBox9 + + Right - - 2 + + For a frame: e.g. "0.9" scales down the original object to fit into the frame - - NoControl + + True - - 215, 52 + + NoControl - - 166, 23 + + 6, 19 - - 31 + + 59, 17 - - Get PWM values + + 5 - - Get Pen Zero/Down PWM values from other tab [Graphics import - G-Code generation - Pen up/down translation - PWM] + + Enable - - BtnSetSValues + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 363, 42 - - groupBox34 + + 25, 20 - - 0 + + 28 - - True + + ... - - NoControl + + Select SVG file for frame, logo, sign or watermark - - 6, 144 + + LblMetaDataExample - - 177, 17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 29 + + GbMetaData - - Convert 'circle' radius to S value + + 0 - - cBImportSVGCircleToDotS + + 29, 206 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 365, 46 - - groupBox34 + + 27 - - 1 + + Meta data key words example - - True + + Fill - + NoControl - - 6, 85 - - - 170, 17 + + 3, 16 - - 28 + + 359, 27 - - Translate pen width to S value + + 0 - - Pen width will be processed as S value for PWM laser power. -Maximum depth will be limited by Z-Height engrave. + + FeedXY=1234; SpindleSpeed=789; +ZEnable; FeedZ=321; ZUp=5; ZDown=-1.2; +PWMEnable; PWMUp=10; PWMZero=20; PWMDown=30; +LaserEnable;LaserPower=100; +SpindleEnable; - - cBImportPenWidthToS + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox34 + + 3, 189 - - 2 + + 114, 17 - - True + + 26 - - NoControl + + Process meta data - - 301, 15 + + Apply given XY-Feed, Z-Feed, SpindleSpeed, Zup, Zdown during import. - - 27, 13 + + True - - 30 + + NoControl - - Max + + 3, 143 - - label92 + + 115, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - groupBox34 + + Skip hidden layers - - 3 + + If layer or object is not visible in Inkscape, layer or object will not be imported. - + True - + NoControl - - 215, 15 - - - 24, 13 + + 3, 166 - - 29 + + 168, 17 - - Min + + 24 - - label93 + + Apply hatch fill if object is filled - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 225, 42 - - groupBox34 + + 55, 20 - + 4 - - NoControl - - - 4, 16 - - - 205, 64 + + Right - - 28 + + Try to scale graphics to given units, before generating gcode, + TabPage1_1 - - Translates the min/max pen width or circle radius in S in the range of: + + True - - label91 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 18 - - groupBox34 + + 61, 13 - - 5 + + 23 - - 331, 13 + + DPI Setting + TabPage1_1 - - 50, 20 + + True - - 9 + + NoControl - - Right + + 157, 16 - - The widest pen width will be translated to this depth + + 54, 17 - - nUDSBottom + + 2 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 72 dpi - - groupBox34 + + 72 dpi is used by Adobe Illustrator + TabPage1_1 - - 6 + + True - - 245, 13 + + NoControl - - 50, 20 + + 103, 16 - - 8 + + 54, 17 - - Right + + 1 - - The smallest pen width will be translated to this depth + + 96 dpi - - nUDSTop + + 96 dpi is the default scaling + TabPage1_1 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox34 + + 6, 35 - - 7 + + 213, 32 - - 420, 113 + + 3 - - 411, 165 + + Resize final graphic to max. X or Y dimension + TabPage1_1 - - 27 + + Try to scale graphics to given units, before generating gcode, +to avoid problems when scaling down gcode. + TabPage1_1 - - Creates S value (PWM or Spindle/Laser must be enabled) + + True - - groupBox34 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 283, 44 - - groupBox9 + + 29, 13 - - 3 + + 5 - - True + + units + ok - - NoControl + + tab1_1gB3 - - 173, 16 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 91, 17 + + tabFormat_DXF - - 11 + + 0 - - G0 on pen up + + 4, 22 - - Default is G1 for a smooth movement, -less stress for the mechanics + + 3, 3, 3, 3 - - cBDashedLine2 + + 406, 258 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - groupBox9 + + DXF - - 4 + + CbImportDXFDontPlot - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab1_1gB3 - - 6, 39 + + 0 - - 290, 17 + + cBImportDXFUseZ - - 13 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Process path nodes only (e.g. nail positions for string art) + + tab1_1gB3 - - Only process nodes (e.g. end points of lines) for pen down/up action. -This option is intended for string art to pre drill nail positions. -In Inkscape, first convert objects to path 'Path - Object to Path', -then add nodes via 'Extensions - Modify Path - Add nodes' to distribute additional nodes along a path. + + 1 - - cBImportSVGNodesOnly + + cBImportDXFSwitchWhite - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox9 + + tab1_1gB3 - - 5 - - - True - - - NoControl - - - 6, 16 - - - 157, 17 - - - 10 - - - Process dashed line pattern - - - Convert dashed line in real pen up/downs + + 2 - - cBDashedLine1 + + cBImportDXFIndexToolNr - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox9 + + tab1_1gB3 - - 6 + + 3 - + Fill - + 3, 3 - - 843, 284 - - - 21 - - - Path interpretation - - - groupBox9 + + 400, 252 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - pathImport2 + + DXF Import + TabPage1_1 - - 0 + + True - - 4, 22 + + NoControl - - 3, 3, 3, 3 + + 6, 77 - - 849, 290 + + 115, 17 - - 1 + + 10 - - Path interpretation + + Skip hidden layers - - pathImport2 + + If layer is not visible or printing is disabled in LibreCAD, layer will not be imported - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - TabControl3 + + NoControl - - 1 + + 6, 115 - - NoControl + + 119, 17 - - 823, 3 + + 9 - - 23, 23 + + Import Z information - - 26 + + True - - ? + + NoControl - - Online help + + 6, 34 - - BtnHelp_Pathaddons + + 178, 17 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - pathImport3 + + Handle pen-color white as black + TabPage1_1 - - 0 + + LibreCAD shows white pen color on black background. But real pen-color is black. + TabPage1_1 - + True - + NoControl - - 6, 62 + + 6, 16 - - 125, 17 + + 250, 17 - + 7 - - Start ramp at Pen-Up + + Use color index (+1) as tool nr. (instead of color) + TabPage1_1 - - False + + The DXF format uses color index from 0 to 255. This index+1 will be used as tool number. + TabPage1_1 - - cBimportGraphicLeadTopZUp + + groupBox6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn3 + + tabFormat_CSV - + 0 - - NoControl + + 4, 22 - - 6, 86 + + 3, 3, 3, 3 - - 258, 180 + + 406, 258 - - CenterImage + + 2 - - 6 + + CSV - - pictureBox1 + + numericUpDown12 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn3 + + groupBox6 - - 1 + + 0 - - True + + numericUpDown11 - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 113, 40 + + groupBox6 - - 73, 13 + + 1 - - 5 + + numericUpDown10 - - Distance after + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox6 - - label50 + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + numericUpDown9 - - gBPathAddOn3 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox6 - - 221, 36 + + 3 - - 43, 20 + + numericUpDown8 - - 4 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + groupBox6 - - False + + 4 - - nUDimportGraphicLeadOutDistance + + numericUpDown7 - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn3 - - - 3 + + groupBox6 - - True + + 5 - - NoControl + + textBox1 - - 6, 39 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 70, 17 + + groupBox6 - - 3 + + 6 - - Lead Out + + numericUpDown1 - - False + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBimportGraphicLeadOutEnable + + groupBox6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - gBPathAddOn3 + + label10 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox6 - - NoControl + + 8 - - 113, 17 + + label9 - - 49, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox6 - - Distance + + 9 - - label48 + + label8 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn3 + + groupBox6 - - 5 + + 10 - - 221, 13 + + label7 - - 43, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox6 - - Right + + 11 - - nUDimportGraphicLeadInDistance + + radioButton4 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn3 + + groupBox6 - - 6 + + 12 - - True + + radioButton3 - - NoControl + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 16 + + groupBox6 - - 85, 17 + + 13 - - 0 + + label6 - - Ramp in/out + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBimportGraphicLeadInEnable + + groupBox6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - gBPathAddOn3 + + label4 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 555, 3 + + groupBox6 - - 270, 278 + + 15 - - 2 + + checkBox8 - - Ramp on Pen down (Z-axis or PWM) + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Only useful for pen / brush usage + + groupBox6 - - gBPathAddOn3 + + 16 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + checkBox7 - - pathImport3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox6 - - True + + 17 - - NoControl + + Fill - - 216, 43 + + 3, 3 - - 37, 17 + + 400, 252 - - 18 + + 19 - - All + + CSV Import (*.csv, *.dat) + ok - - Includes header and footer + + 220, 138 - - cBImportSVGRepeatHF - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 20 - - groupBox5 + + 19 - - 0 + + Right - - 187, 15 + + 220, 118 - + 40, 20 - - 15 + + 16 - + Right - - Repeat the generated code n-times (e.g. for weak lasers to cut thicker material) + + 220, 98 - - nUDImportRepeat + + 40, 20 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - groupBox5 + + Right - - 1 + + 175, 138 - - True + + 40, 20 - - NoControl + + 18 - - 19, 62 + + Right - - 122, 17 + + 175, 118 - - 17 + + 40, 20 - - Repeat path by path + + 15 - - rBImportSVGRepeat2 + + Right - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 175, 98 - - groupBox5 + + 40, 20 - - 2 + + 13 - - True + + Right - - NoControl + + 174, 54 - - 19, 42 + + 1 - - 133, 17 + + 40, 20 - - 16 + + 12 - - Repeat complete code + + Center - - rBImportSVGRepeat1 + + 174, 31 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 20 - - groupBox5 + + 11 - - 3 + + Right - + True - + NoControl - - 6, 16 + + 6, 57 - - 88, 17 + + 51, 13 - - 14 + + 31 - - Repeat code + + Delimeter + ok - - Repeat the generated code n-times (e.g. for weak lasers to cut thicker material) + + True - - cBImportSVGRepeat + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 33 - - groupBox5 + + 107, 13 - - 4 + + 29 - + + Values starting at line + ok + + True - + NoControl - - 233, 17 + + 6, 120 - - 31, 13 + + 44, 13 - - 17 + + 14 - - times + + Y Value + ok - - label58 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox5 + + 6, 100 - - 5 + + 44, 13 - - 3, 3 + + 13 - - 270, 99 + + X Value + ok - - 20 + + True - - Path repetition (for weak laser) + + NoControl - - groupBox5 + + 6, 182 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 158, 17 - - pathImport3 + + 21 - - 2 + + Process coordinates as dots + ok - + True - + NoControl - - 6, 16 - - - 164, 17 + + 6, 163 - - 18 + + 169, 17 - - Pause (M0) before each path + + 20 - - cBImportSVGPauseE + + Connect coordinates with lines + ok - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - groupBox4 + + NoControl - - 0 + + 217, 81 - + + 34, 13 + + + 10 + + + Scale + ok + + True - + NoControl - - 6, 36 - - - 190, 17 + + 172, 81 - - 19 + + 42, 13 - - Pause (M0) before each pen down + + 9 - - cBImportSVGPauseP + + Column + ok - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - groupBox4 + + NoControl - - 1 + + 6, 140 - - 3, 113 + + 144, 17 - - 270, 85 + + 17 - - 18 + + Process Z also (Dot only) + ok - - Flow control + + True - - groupBox4 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 16 - - pathImport3 + + 145, 17 - - 3 + + 10 - - 213, 54 + + Try automatic recognition + ok - - 51, 20 + + groupBox35 - - 7 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + tabFormat_HPGL - - nUDimportGraphicMultiplyGraphicsDimY + + 0 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - - gBPathAddOn2 + + 3, 3, 3, 3 - - 0 + + 406, 258 - - True + + 4 - - NoControl + + HPGL - - 6, 56 + + label97 - - 126, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + groupBox35 - - Number in the Y direction + + 0 - - label38 + + label96 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn2 + + groupBox35 - + 1 - - True + + Fill - - NoControl + + 3, 3 - - 6, 34 + + 400, 252 - - 126, 13 + + 0 - - 5 + + HPGL Import (*.plt, *.hpgl) - - Number in the X direction + + True - - label37 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 51 - - gBPathAddOn2 + + 162, 13 - - 2 + + 1 - - 213, 32 + + Not supported: FS, VS, WU, PW - - 51, 20 + + True - - 4 + + NoControl - - Right + + 6, 20 - - nUDimportGraphicMultiplyGraphicsDimX + + 230, 13 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - gBPathAddOn2 + + Supported commands: IN, SP, PU, PD, PA, PR - - 3 + + tab1_3gB7 - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tabFormat_Gerber - - 6, 78 + + 0 - - 136, 13 + + 4, 22 - - 4 + + 3, 3, 3, 3 - - Distance between graphics + + 406, 258 - - label36 + + 3 - + + Gerber + + + label26 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn2 + + tab1_3gB7 - - 4 + + 0 - - 213, 76 + + label19 - - 51, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab1_3gB7 - - Right + + 1 - - nUDimportGraphicMultiplyGraphicsDistance + + label18 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn2 + + tab1_3gB7 - - 5 + + 2 - - True + + tBGerberGeometryM19 - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 16 + + tab1_3gB7 - - 104, 17 + + 3 - - 0 + + tBGerberGeometryKnife - - Multiply graphics + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBimportGraphicMultiplyGraphicsEnable + + tab1_3gB7 - + + 4 + + + tBGerberGeometryPen + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab1_3gB7 + + + 5 + + + cBGerberGeometryEnable + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn2 + + tab1_3gB7 - + 6 - - 279, 3 + + Fill - - 270, 101 + + 3, 3 - - 1 + + 400, 252 - - Multiply + + 26 - - gBPathAddOn2 + + Gerber Import (gbr, ger, gtl, gbl, gts, gbs, gto, gbo, gko, g2l, g3l) + ok - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - pathImport3 + + NoControl - - 4 + + 84, 87 - - 201, 56 + + 156, 13 - - 51, 20 + + 6 - - 5 + + Type value for M19 (advanced) + ok - - Right + + True - - tBimportGraphicAddFramePenLayer + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 84, 65 - - groupBox21 + + 132, 13 - - 0 + + 5 - - 201, 34 + + Type value for M15 (Knife) + ok - - 51, 20 + + True - + + NoControl + + + 84, 43 + + + 120, 13 + + 4 - - Right + + Type value for D2 (Pen) + ok - - nUDimportGraphicAddFramePenWidth + + 28, 84 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50, 20 - - groupBox21 + + 3 - - 1 + + Right - - 201, 12 + + 28, 62 - - 51, 20 + + 50, 20 - - 3 + + 2 - + Right - - tBimportGraphicAddFramePenColor + + 28, 40 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50, 20 - - groupBox21 + + 1 - - 2 + + Right - + True - + NoControl - - 6, 59 + + 6, 16 - - 33, 13 + + 246, 17 - - 2 + + 0 - - Layer + + Specify the type value in the G-Code figure-tag + ok - - label45 + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox36 - - groupBox21 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tabFormat_Drill - - True + + 0 - - NoControl + + 4, 22 - - 6, 36 + + 3, 3, 3, 3 - - 54, 13 + + 406, 258 - - 1 + + 5 - - Pen width + + Drill - - label40 + + label98 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox21 - - - 4 + + groupBox36 - - True + + 0 - - NoControl + + Fill - - 6, 15 + + 3, 3 - - 52, 13 + + 400, 252 - + 0 - - Pen color - - - label39 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Drill Import (*.drd, *.drl, *.dri) - - groupBox21 + + True - - 5 + + NoControl - - 6, 78 + + 6, 20 - - 258, 81 + + 58, 13 - - 4 + + 0 - - Properties for grouping + + No options - - groupBox21 + + groupBox38 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn1 + + tabFormat_Image - + 0 - - True + + 4, 22 - - NoControl + + 3, 3, 3, 3 - - 9, 53 + + 406, 258 - - 124, 17 + + 6 - - 3 + + Image - - Round off the corner + + label99 - - cBimportGraphicAddFrameRadius + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox38 - - gBPathAddOn1 + + 0 - - 1 + + Fill - - True + + 3, 3 - - NoControl + + 400, 252 - - 6, 34 + + 0 - - 117, 13 + + Image Import (*.bmp, *.gif, *.png, *.jpg) - - 2 + + True - - Distance to the graphic + + NoControl - - label35 + + 6, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 161, 13 - - gBPathAddOn1 + + 0 - - 2 + + A new form will open for settings. - - 213, 32 + + groupBox39 - - 51, 20 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox9 - - Right + + 0 - - nUDimportGraphicAddFrameDistance + + BtnHelp_Pathinterpretation - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBPathAddOn1 + + groupBox9 - - 3 + + 1 - - True + + gBCreateZValue - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 16 + + groupBox9 - - 80, 17 + + 2 - - 0 + + groupBox34 - - Draw frame + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBimportGraphicAddFrameEnable - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBPathAddOn1 + + groupBox9 - - 4 + + 3 - - 279, 113 + + cBDashedLine2 - - 270, 168 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox9 - - Frame + + 4 - - gBPathAddOn1 + + cBImportSVGNodesOnly - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pathImport3 + + groupBox9 - + 5 - - 4, 22 + + cBDashedLine1 - - 3, 3, 3, 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 849, 290 + + groupBox9 - - 5 + + 6 - - Path add ons + + Fill - - pathImport3 + + 3, 3 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 843, 284 - - TabControl3 + + 21 - - 2 + + Path interpretation + ok - - True + + TbImportCircleToDotScript - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 174, 41 + + groupBox39 - - 49, 13 + + 0 - - 4 + + BtnCircleToDotScript - - Distance + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LblNoise2 + + groupBox39 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - gBNoise + + numericUpDown18 - - 0 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox39 - - NoControl + + 2 - - 174, 17 + + cBImportSVGCircleToDot - - 53, 13 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox39 - - Amplitude + + 3 - - LblNoise1 + + label100 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBNoise - - - 1 - - - 120, 39 - - - 48, 20 + + groupBox39 - - 2 + + 4 - - Right + + 3, 57 - - Maximum amplitude + + 830, 50 - - NudNoiseDensity + + 33 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 537, 17 - - gBNoise + + 259, 20 - - 2 + + 31 - - 120, 13 + + NoControl - - 48, 20 + + 799, 17 - - 1 + + 25, 20 - - Right + + 32 - - Maximum amplitude + + ... - - NudNoiseAmplitude + + 488, 17 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 43, 20 - - gBNoise + + 30 - - 3 + + Right - + True - + NoControl - - 6, 16 + + 2, 18 - - 73, 17 + + 211, 17 - - 0 + + 5 - - Add noise + + Convert 'circle' center to dot (for drilling) + ok - - Generate wobbly lines + + Use a drill to mark circle center with depth of 'Z-Height' engrave + ok - - cBImportGraphicNoise + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBNoise - - - 4 - - - 279, 206 - - - 270, 72 - - - 30 - - - Noise + + 259, 10 - - gBNoise + + 222, 37 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29 - - pathImport4 + + Insert script after amount of dots - - 0 + + MiddleLeft - + NoControl - - 823, 3 + + 820, 0 - + 23, 23 - - 29 + + 28 - + ? - + Online help - - BtnHelp_Pathmodification2 + + lblImportPenWidthToZWarning - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pathImport4 + + gBCreateZValue - - 1 + + 0 - - 216, 13 + + LblZEngrave - - 48, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + gBCreateZValue - - Right + + 1 - - nUDPathOverlapValue + + cBImportSVGCircleToDotZ - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_3gB8 + + gBCreateZValue - - 0 + + 2 - - True + + cBImportPenWidthToZRamp - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 16 + + gBCreateZValue - - 86, 17 + + 3 - - 19 + + label17 - - Path overlap + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - After finishing a closed path, start at the beginning and move for given distance. -Usefull for laser cutter. + + gBCreateZValue - - cBPathOverlapEnable + + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label16 - - tab1_3gB8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + gBCreateZValue - - 3, 206 + + 5 - - 270, 72 + + cBImportPenWidthToZ - - 28 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Closed path overlap + + gBCreateZValue - - tab1_3gB8 + + 6 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDImportPenWidthToZMin - - pathImport4 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + gBCreateZValue - - True + + 7 - - NoControl + + label14 - - 186, 173 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 302, 13 + + gBCreateZValue - - 27 + + 8 - - Any of this modifiactions will enable "Avoid G2/G3 commands" + + nUDImportPenWidthToZMax - - lblPathModification + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gBCreateZValue - - pathImport4 + + 9 - - 3 + + 3, 113 - - True + + 411, 165 - - NoControl + + 26 - - 6, 219 + + Create Z value (Z axis must be enabled) + ok - - 75, 17 + + NoControl - - 34 + + 6, 52 - - Add Noise + + 399, 28 - - Generate wobbly lines for hatch fill only + + 27 - - CbImportGraphicHatchFillNoise + + Atteniton: Z-Engrave will limit the max. depth! + ok - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - gBHatchFill + + 345, 35 - - 0 + + 36, 17 - - NoControl + + 28 - - 18, 155 + + -1,0 - - 246, 45 + + MiddleRight - - 33 + + True - - Shrink enveloping path instead of shorten lines + + NoControl - - cBImportGraphicHatchFillInset2 + + 6, 144 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 177, 17 - - gBHatchFill + + 6 - - 1 + + Convert 'circle' radius to Z value + ok - + + Depth is limited to 'Z-Height engrave'. +Idea: use a countersink to control circle dimension + ok + + True - + NoControl - - 6, 252 + + 30, 105 - - 186, 17 + + 159, 17 - - 32 + + 26 - - Delete enveloping path after filling + + Apply ramp instead of a step + ok - - CbImportGraphicHatchFillDeletePath + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 16 - - gBHatchFill + + 222, 36 - - 2 + + 0 - + + Translates the min/max pen width or circle radius in Z in the range of: + ok + + True - + NoControl - - 40, 34 - - - 177, 17 - - - 31 + + 316, 14 - - Use dash pattern of closed path + + 27, 13 - - cBImportGraphicHatchFillDash + + 25 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Max + ok - - gBHatchFill + + True - - 3 + + NoControl - - 216, 133 + + 6, 85 - - 48, 20 + + 170, 17 - - 19 + + 12 - - Right + + Translate pen width to Z value + ok - - nUDHatchFillInset + + Pen width will be processed as Z value for depth. +Maximum depth will be limited by Z-Height engrave. + ok - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 263, 12 - - gBHatchFill + + 47, 20 - - 4 + + 22 - - 216, 96 + + Right - - 48, 20 + + The smallest pen width will be translated to this depth + ok - - 17 + + True - - Right + + NoControl - - nUDHatchFillAngle2 + + 232, 14 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24, 13 - - gBHatchFill + + 24 - - 5 + + Min + TabPage1_1 - - 216, 74 + + 347, 12 - - 48, 20 + + 47, 20 - - 15 + + 23 - + Right - - nUDHatchFillAngle + + The widest pen width will be translated to this depth - but limited by Z-Height engrave in 'G-Code generation' + ok - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BtnSetSValues - - gBHatchFill + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + groupBox34 - - 216, 52 + + 0 - - 48, 20 + + cBImportSVGCircleToDotS - - 14 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + groupBox34 - - nUDHatchFillDist + + 1 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBImportPenWidthToS - - gBHatchFill + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox34 - - True + + 2 - - NoControl + + label92 - - 6, 136 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 130, 17 + + groupBox34 - - 18 + + 3 - - Inset fill from edges by + + label93 - - cBImportGraphicHatchFillInset + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox34 - - gBHatchFill + + 4 - - 8 + + label91 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox34 - - 18, 97 + + 5 - - 181, 17 + + nUDSBottom - - 16 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Change angle after each path by + + groupBox34 - - cBImportGraphicHatchFillChangeAngle + + 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDSTop - - gBHatchFill + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + groupBox34 - - True + + 7 - - NoControl + + 420, 113 - - 132, 16 + + 411, 165 - - 82, 17 + + 27 - - 13 + + Creates S value (PWM or Spindle/Laser must be enabled) - - Cross hatch + + NoControl - - cBImportGraphicHatchFillCross + + 215, 52 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 166, 23 - - gBHatchFill + + 31 - - 10 + + Get PWM values - + + Get Pen Zero/Down PWM values from other tab [Graphics import - G-Code generation - Pen up/down translation - PWM] + + True - + NoControl - - 3, 76 - - - 56, 13 + + 6, 144 - - 30 + + 177, 17 - - Line angle + + 29 - - lblHatchFill2 + + Convert 'circle' radius to S value - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - gBHatchFill + + NoControl - - 11 + + 6, 85 - - True + + 170, 17 - - NoControl + + 28 - - 3, 54 + + Translate pen width to S value - - 70, 13 + + Pen width will be processed as S value for PWM laser power. +Maximum depth will be limited by Z-Height engrave. - - 29 + + True - - Line distance + + NoControl - - lblHatchFill1 + + 301, 15 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 27, 13 - - gBHatchFill + + 30 - - 12 + + Max - + True - + NoControl - - 6, 16 + + 215, 15 - - 67, 17 + + 24, 13 - - 12 + + 29 - - Hatch fill + + Min - - cBImportGraphicHatchFill + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 16 - - gBHatchFill + + 205, 64 - - 13 + + 28 - - 555, 3 + + Translates the min/max pen width or circle radius in S in the range of: - - 270, 275 + + 331, 13 - - 26 + + 50, 20 - - Fill closed paths + + 9 - - gBHatchFill + + Right - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + The widest pen width will be translated to this depth - - pathImport4 + + 245, 13 - - 4 + + 50, 20 - - 216, 111 + + 8 - - 48, 20 + + Right - - 10 + + The smallest pen width will be translated to this depth - - nUDImportGCTangentialUnits + + True - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_3gB5 + + 173, 16 - - 0 + + 91, 17 - - 229, 85 + + 11 - - 35, 20 + + G0 on pen up + ok - - 9 + + Default is G1 for a smooth movement, +less stress for the mechanics + ok - - Right + + True - - Change in angle before the knife is raised, turned and lowered + + NoControl - - nUDImportGCTangentialSwivel2 + + 6, 39 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 290, 17 - - tab1_3gB5 + + 13 - - 1 + + Process path nodes only (e.g. nail positions for string art) + TabPage1_1 - - 229, 62 + + Only process nodes (e.g. end points of lines) for pen down/up action. +This option is intended for string art to pre drill nail positions. +In Inkscape, first convert objects to path 'Path - Object to Path', +then add nodes via 'Extensions - Modify Path - Add nodes' to distribute additional nodes along a path. + TabPage1_1 - - 35, 20 + + True - - 8 + + NoControl - - Right + + 6, 16 - - Change in angle before the knife is raised, turned and lowered + + 157, 17 - - nUDImportGCTangentialSwivel + + 10 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Process dashed line pattern + ok - - tab1_3gB5 + + Convert dashed line in real pen up/downs + ok - - 2 + + NoControl - - A + + 823, 3 - - B + + 23, 23 - - C + + 26 - - Z + + ? - - 229, 38 + + Online help - - 35, 21 + + cBimportGraphicLeadTopZUp - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBoxImportGCTangentialName + + gBPathAddOn3 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - tab1_3gB5 + + pictureBox1 - - 3 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + gBPathAddOn3 - - NoControl + + 1 - - 6, 87 + + label50 - - 166, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44 + + gBPathAddOn3 - - Correct start angle if deviation is > + + 2 - - If change in angle is greater than this angle, a single turn command will be inserted + + nUDimportGraphicLeadOutDistance - - lblDImportGCTangential4 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gBPathAddOn3 - - tab1_3gB5 + + 3 - - 4 + + cBimportGraphicLeadOutEnable - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + gBPathAddOn3 - - 6, 136 + + 4 - - 173, 17 + + label48 - - 11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Limit tool angle to >= 0°, < 360° + + gBPathAddOn3 - - Use this option to avoid angles below 0° and above 360°. -Does not work with G2/3 - activate 'Avoid G2/3 commands' + + 5 - - cBImportGCTangentialRange + + nUDimportGraphicLeadInDistance - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_3gB5 + + gBPathAddOn3 - - 5 + + 6 - - True + + cBimportGraphicLeadInEnable - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 113 + + gBPathAddOn3 - - 70, 13 + + 7 - - 41 + + 555, 3 - - Units per turn - - - lblDImportGCTangential3 + + 270, 278 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tab1_3gB5 + + Ramp on Pen down (Z-axis or PWM) + ok - - 6 + + Only useful for pen / brush usage + ok - + True - + NoControl - - 6, 64 + + 6, 62 - - 67, 13 + + 125, 17 - - 39 + + 7 - - Swivel angle + + Start ramp at Pen-Up - - If change in angle is greater than swivel angle, -Z-axis will be moved up -axis will turn -Z-axis will be moved down + + False - - lblDImportGCTangential2 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 86 - - tab1_3gB5 + + 258, 180 - - 7 + + CenterImage - + + 6 + + True - + NoControl - - 6, 42 + + 113, 40 - - 117, 13 + + 73, 13 - - 1 + + 5 - - Name of tangential axis + + Distance after + ok - - lblDImportGCTangential1 + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 221, 36 - - tab1_3gB5 + + 43, 20 - - 8 + + 4 - + + Right + + + False + + True - + NoControl - - 6, 16 + + 6, 39 - - 119, 17 + + 70, 17 - - 6 + + 3 - - Add Tangential axis + + Lead Out + ok - - cBImportGCTangential + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab1_3gB5 + + NoControl - - 9 + + 113, 17 - - 279, 3 + + 49, 13 - - 270, 164 + + 2 - - 25 + + Distance + ok - - Tangential axis commands + + 221, 13 - - tab1_3gB5 + + 43, 20 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - pathImport4 + + Right - - 5 + + True - + NoControl - - 6, 111 + + 6, 16 - - 258, 47 + + 85, 17 - - 38 + + 0 - - Use of a drag knife (start direction is always at 0° deg = to the right) + + Ramp in/out + ok - - cBImportGCDragKnifeUse + + cBImportSVGRepeatHF - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_3gB2 + + groupBox5 - + 0 - - 216, 85 + + nUDImportRepeat - - 48, 20 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + groupBox5 - - Right + + 1 - - Change in angle before adding an arc + + rBImportSVGRepeat2 - - nUDImportGCDragKnifeAngle + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox5 - - tab1_3gB2 + + 2 - - 1 + + rBImportSVGRepeat1 - - 216, 61 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 48, 20 + + groupBox5 - + 3 - - Right + + cBImportSVGRepeat - - Calculate offset depending on Z deepth - - - nUDImportGCDragKnifePercent - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab1_3gB2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox5 - - 216, 38 + + 4 - - 48, 20 + + label58 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + groupBox5 - - Offset from center of rotation. For drag knife usually arround 0.3 mm. + + 5 - - nUDImportGCDragKnifeLength + + 3, 3 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 270, 99 - - tab1_3gB2 + + 20 - - 3 + + Path repetition (for weak laser) + ok - + True - + NoControl - - 48, 62 + + 216, 43 - - 111, 17 + + 37, 17 - - 5 + + 18 - - in% from Z-deepth + + All + ok - - Calculate offset depending on Z deepth + + Includes header and footer + ok - - cBImportGCDragKnifePercent + + 187, 15 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 20 - - tab1_3gB2 + + 15 - - 4 + + Right - + + Repeat the generated code n-times (e.g. for weak lasers to cut thicker material) + TabPage1_1 + + True - + NoControl - - 6, 87 + + 19, 62 - - 67, 13 + + 122, 17 - - 37 + + 17 - - Swivel angle + + Repeat path by path + ok - - Change in angle before adding an arc + + True - - lblDrag2 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19, 42 - - tab1_3gB2 + + 133, 17 - - 5 + + 16 - + + Repeat complete code + ok + + True - + NoControl - - 6, 40 - - - 91, 13 - - - 36 - - - Offset from center - - - Offset from center of rotation. For drag knife usually arround 0.3 mm. + + 6, 16 - - lblDrag1 + + 88, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - tab1_3gB2 + + Repeat code + TabPage1_1 - - 6 + + Repeat the generated code n-times (e.g. for weak lasers to cut thicker material) + TabPage1_1 - + True - + NoControl - - 6, 16 - - - 138, 17 + + 233, 17 - - 1 + + 31, 13 - - Drag tool compensation + + 17 - - Compensate offset when using a drag knife or brush + + times + TabPage1_1 - - cBImportGCDragKnife + + cBImportSVGPauseE - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_3gB2 + + groupBox4 - - 7 + + 0 - - 3, 3 + + cBImportSVGPauseP - - 270, 164 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox4 - - Drag tool compensation + + 1 - - tab1_3gB2 + + 3, 113 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 270, 85 - - pathImport4 + + 18 - - 6 + + Flow control + ok - - 4, 22 + + True - - 3, 3, 3, 3 + + NoControl - - 849, 290 + + 6, 16 - - 4 - - - Path modifications - - - pathImport4 + + 164, 17 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - TabControl3 + + Pause (M0) before each path + TabPage1_1 - - 3 + + True - + NoControl - - 820, 0 - - - 23, 23 + + 6, 36 - - 35 + + 190, 17 - - ? + + 19 - - Online help + + Pause (M0) before each pen down + TabPage1_1 - - button5 + + nUDimportGraphicMultiplyGraphicsDimY - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBClipping + + gBPathAddOn2 - + 0 - - 241, 15 - - - 49, 20 - - - 34 - - - Right - - - NudImportGraphicClipAngle + + label38 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBClipping + + gBPathAddOn2 - + 1 - - True - - - NoControl + + label37 - - 161, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 58, 17 + + gBPathAddOn2 - - 33 + + 2 - - Rotate + + nUDimportGraphicMultiplyGraphicsDimX - - CbImportGraphicClipAngleEnable + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gBPathAddOn2 - - gBClipping + + 3 - - 2 + + label36 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + gBPathAddOn2 - - 631, 38 + + 4 - - 122, 17 + + nUDimportGraphicMultiplyGraphicsDistance - - 32 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Auto apply on import + + gBPathAddOn2 - - Apply values automatically during import + + 5 - - CbImportGraphicClipGetDimAuto + + cBimportGraphicMultiplyGraphicsEnable - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBClipping - - - 3 + + gBPathAddOn2 - - NoControl + + 6 - - 475, 66 + + 279, 3 - - 150, 23 + + 270, 101 - - 31 + + 1 - - Apply offset from GCode + + Multiply + ok - - Applied calculated offset, if 'Offset graphics origin to 0;0' is applied. -Given in GCode header section: 'Graphic offset'. + + 213, 54 - - BtnImportGraphicClipGetOff + + 51, 20 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - gBClipping + + Right - - 4 + + True - + NoControl - - 475, 34 + + 6, 56 - - 150, 23 + + 126, 13 - - 30 + + 6 - - Apply dimension from SVG + + Number in the Y direction + ok - - Dimension of SVG graphics - 'width' and 'height'. -Given in GCode header section: 'SVG dimension'. + + True - - BtnImportGraphicClipGetDim + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 34 - - gBClipping + + 126, 13 - + 5 - - 379, 69 + + Number in the X direction + ok - - 90, 20 + + 213, 32 - - 6 + + 51, 20 - + + 4 + + Right - - Y offset of the clipping region + + True - - nUDImportGraphicClipOffsetY + + NoControl - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 78 - - gBClipping + + 136, 13 - - 6 + + 4 - - 379, 37 + + Distance between graphics + ok - - 90, 20 + + 213, 76 - + + 51, 20 + + 3 - + Right - - Y dimension of the tile - - - nUDImportGraphicClipHeight + + True - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - gBClipping + + 6, 16 - - 7 + + 104, 17 - - 272, 69 + + 0 - - 90, 20 + + Multiply graphics + ok - - 5 + + groupBox21 - - Right + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - X offset of the clipping region + + gBPathAddOn1 - - nUDImportGraphicClipOffsetX + + 0 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBimportGraphicAddFrameRadius - - gBClipping + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + gBPathAddOn1 - - 272, 37 + + 1 - - 90, 20 + + label35 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + gBPathAddOn1 - - X dimension of the tile + + 2 - - nUDImportGraphicClipWidth + + nUDimportGraphicAddFrameDistance - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBClipping + + gBPathAddOn1 - - 9 + + 3 - - True + + cBimportGraphicAddFrameEnable - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21, 39 + + gBPathAddOn1 - - 198, 13 + + 4 - - 27 + + 279, 113 - - Clipping / Tiling dimension width / height + + 270, 168 - - label3 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Frame + ok - - gBClipping + + tBimportGraphicAddFramePenLayer - - 10 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox21 - - NoControl + + 0 - - 24, 101 + + nUDimportGraphicAddFramePenWidth - - 146, 17 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox21 - - Convert graphics into tiles + + 1 - - rBImportGraphicClip1 + + tBimportGraphicAddFramePenColor - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBClipping + + groupBox21 - - 11 + + 2 - - True + + label45 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 24, 72 + + groupBox21 - - 156, 17 + + 3 - - 4 + + label40 - - Clip at lower left point X / Y: + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Result + + groupBox21 - - rBImportGraphicClip0 + + 4 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label39 - - gBClipping + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + groupBox21 - - True + + 5 - - NoControl + + 6, 78 - - 6, 16 + + 258, 81 - - 127, 17 + + 4 - - 1 + + Properties for grouping + ok - - Apply clipping or tiling + + 201, 56 - - Cut whole graphic into tiles to be drawn separately + + 51, 20 - - cBImportGraphicTile + + 5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Right - - gBClipping + + 201, 34 - - 13 + + 51, 20 - - True + + 4 - - NoControl + + Right - - 22, 54 + + 201, 12 - - 251, 17 + + 51, 20 - - 36 + + 3 - - Moves the tiles to the 0; 0 origin while streaming + + Right - - Moves the tiles to the origin 0; 0 during streaming in order to adapt them to the grbl tool position + + True - - cBImportGraphicClipShowOrigPositionShift + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 59 - - groupBox7 + + 33, 13 - - 0 + + 2 - + + Layer + ok + + True - + NoControl - - 22, 36 + + 6, 36 - - 131, 17 + + 54, 13 - - 35 + + 1 - - Show orig. tile position + + Pen width + ok - - Show original positions of figures + + True - - cBImportGraphicClipShowOrigPosition + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 15 - - groupBox7 + + 52, 13 - - 1 + + 0 - + + Pen color + ok + + True - + NoControl - - 67, 96 + + 9, 53 - - 172, 13 + + 124, 17 - - 34 + + 3 - - Extend clipped path beyond border + + Round off the corner + ok - - label51 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox7 + + 6, 34 - + + 117, 13 + + 2 - - 7, 94 + + Distance to the graphic + ok - - 54, 20 + + 213, 32 - - 33 + + 51, 20 - + + 1 + + Right - - nUDImportGraphicTileClipAddOnX + + True - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox7 + + 6, 16 - - 3 + + 80, 17 - + + 0 + + + Draw frame + ok + + True - + NoControl - - 559, 19 + + 174, 41 - - 162, 17 + + 49, 13 - - 32 + + 4 - - Skip code for 1st tile (xy=0;0) + + Distance - - cBImportGraphicClipSkipCode + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox7 + + 174, 17 - - 4 + + 53, 13 - - NoControl + + 3 - - 410, 59 + + Amplitude - - 395, 89 + + 120, 39 - - 31 + + 48, 20 - - Variables: -#INDX #INDY index of tile for x or y direction (e.g. 0, 1, 2 ...) -#OFFX #OFFY offset of tile for x or y direction (e.g. 0, 200, 400 ...) + + 2 - - label34 + + Right - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Maximum amplitude - - groupBox7 + + 120, 13 - - 5 + + 48, 20 - + + 1 + + + Right + + + Maximum amplitude + + True - + NoControl - - 410, 20 + + 6, 16 - - 89, 13 + + 73, 17 - - 30 + + 0 - - GCode before tile + + Add noise - - GCode to apply before next tile will be processed. -E.g. 'M0' to pause for manual paper move, or '(^2 G91 X100)' to move X of 2nd grbl-controller to move paper. + + Generate wobbly lines - - label11 + + 216, 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 20 - - groupBox7 + + 20 - - 6 + + Right - - 411, 36 + + True - - 394, 20 + + NoControl - - 9 + + 6, 16 - - textBox2 + + 86, 17 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19 - - groupBox7 + + Path overlap + ok - - 7 + + After finishing a closed path, start at the beginning and move for given distance. +Usefull for laser cutter. + ok - + True - + NoControl - - 6, 16 + + 6, 219 - - 133, 17 + + 75, 17 - - 8 + + 34 - - Set origin of tiles to 0;0 + + Add Noise - - Set origin of clipped region / tiles to 0;0 + + Generate wobbly lines for hatch fill only - - cBImportGraphicClipOffsetApply + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18, 155 - - groupBox7 + + 246, 45 - - 8 + + 33 - - 17, 107 + + Shrink enveloping path instead of shorten lines - - 811, 159 + + True - - 29 + + NoControl - - groupBox7 + + 6, 252 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 186, 17 - - gBClipping + + 32 - - 14 + + Delete enveloping path after filling - - Fill + + True - - 3, 3 + + NoControl - - 843, 284 + + 40, 34 - - 10 + + 177, 17 - - Clipping / Tiling + + 31 - - gBClipping + + Use dash pattern of closed path - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 216, 133 - - pathImport5 + + 48, 20 - - 0 + + 19 - - 4, 22 + + Right - - 3, 3, 3, 3 + + 216, 96 - - 849, 290 + + 48, 20 - - 2 + + 17 - - Clipping + + Right - - pathImport5 + + 216, 74 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 20 - - TabControl3 + + 15 - - 4 + + Right - - NoControl + + 216, 52 - - 391, 6 + + 48, 20 - - 23, 23 + + 14 - - 26 + + Right - - ? - - - Online help - - - BtnHelp_Conversion - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox30 - - - 0 + + True - + NoControl - - 81, 18 - - - 311, 40 + + 6, 136 - - 1 + + 130, 17 - - If amount of figures exceeds this value, all figures of one group will be summarized to one figure. + + 18 - - label73 + + Inset fill from edges by + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - groupBox30 + + NoControl - - 1 + + 18, 97 - - 6, 16 + + 181, 17 - - 69, 20 + + 16 - - 0 + + Change angle after each path by + ok - - Right + + True - - NudConversionMaxFigures + + NoControl - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 132, 16 - - groupBox30 + + 82, 17 - - 2 + + 13 - - 426, 178 + + Cross hatch + ok - - 414, 109 + + True - - 26 + + NoControl - - Conversion concerning + + 3, 76 - - groupBox30 + + 56, 13 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 30 - - pathImport6 + + Line angle + ok - - 0 + + True - + NoControl - - 391, 3 + + 3, 54 - - 23, 23 + + 70, 13 - - 26 + + 29 - - ? + + Line distance + ok - - Online help + + True - - BtnHelp_Tooltable + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 16 - - tab1_1gB5 + + 67, 17 - - 0 + + 12 - + + Hatch fill + ok + + NoControl - - 3, 84 + + 6, 111 - - 405, 74 + + 258, 47 - - 14 + + 38 - - Note: If the tool table is activated, the original colors of the figures are replaced by the tool colors used + + Use of a drag knife (start direction is always at 0° deg = to the right) - - label62 + + 216, 85 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 20 - - tab1_1gB5 + + 4 - - 1 + + Right - - 368, 51 + + Change in angle before adding an arc + ok - - 40, 20 + + 216, 61 - - 13 + + 48, 20 - + + 3 + + Right - - numericUpDown2 + + Calculate offset depending on Z deepth + ok - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 216, 38 - - tab1_1gB5 + + 48, 20 - + 2 - + + Right + + + Offset from center of rotation. For drag knife usually arround 0.3 mm. + ok + + True - + NoControl - - 21, 52 + + 48, 62 - - 135, 17 + + 111, 17 - - 12 + + 5 - - only use default tool nr. + + in% from Z-deepth + ok - - cBToolTableDefault + + Calculate offset depending on Z deepth + TabPage1_3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab1_1gB5 - - - 3 - - - True - - + NoControl - - 6, 16 - - - 242, 30 - - - 11 - - - Set XY-Feed etc. from tool table, -select items on next page 'G-Code generation' + + 6, 87 - - cBToolTableUse + + 67, 13 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 37 - - tab1_1gB5 + + Swivel angle + TabPage1_3 - - 4 + + Change in angle before adding an arc + TabPage1_3 - - 426, 3 + + True - - 414, 166 + + NoControl - - 25 + + 6, 40 - - Tool table + + 91, 13 - - tab1_1gB5 + + 36 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Offset from center + TabPage1_3 - - pathImport6 + + Offset from center of rotation. For drag knife usually arround 0.3 mm. + TabPage1_3 - - 1 + + True - + NoControl - - 391, 3 + + 6, 16 - - 23, 23 + + 138, 17 - - 33 + + 1 - - ? + + Drag tool compensation + TabPage1_3 - - Online help + + Compensate offset when using a drag knife or brush + TabPage1_3 - - BtnHelp_Grouping + + button5 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB4 + + gBClipping - + 0 - - True + + NudImportGraphicClipAngle - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 34 + + gBClipping - - 333, 13 + + 1 - - 32 + + CbImportGraphicClipAngleEnable - - The grouping is canceled if only one property is found (e.g. one color) + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblGroupInfo + + gBClipping - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tab1_1gB4 + + CbImportGraphicClipGetDimAuto - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + gBClipping - - NoControl + + 3 - - 6, 32 + + BtnImportGraphicClipGetOff - - 220, 17 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + gBClipping - - sort groups by group-property - ascending + + 4 - - rBImportSVGSort1 + + BtnImportGraphicClipGetDim - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1_4gB3 + + gBClipping - - 0 + + 5 - - True + + nUDImportGraphicClipOffsetY - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 16 + + gBClipping - - 71, 17 + + 6 - - 5 + + nUDImportGraphicClipHeight - - no sorting + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rBImportSVGSort0 + + gBClipping - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - tab1_1_4gB3 + + nUDImportGraphicClipOffsetX - - 1 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + gBClipping - - NoControl + + 8 - - 6, 64 + + nUDImportGraphicClipWidth - - 211, 17 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + gBClipping - - sort groups by path length - descending + + 9 - - rBImportSVGSort3 + + label3 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1_4gB3 + + gBClipping - - 2 + + 10 - - True + + rBImportGraphicClip1 - - NoControl + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 80 + + gBClipping - - 231, 17 + + 11 - - 9 + + rBImportGraphicClip0 - - sort groups by object dimension - ascending + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rBImportSVGSort4 + + gBClipping - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - tab1_1_4gB3 + + cBImportGraphicTile - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + gBClipping - - NoControl + + 13 - - 6, 48 + + groupBox7 - - 181, 17 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + gBClipping - - sort groups by tool nr - ascending + + 14 - - rBImportSVGSort2 + + Fill - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3 - - tab1_1_4gB3 + + 843, 284 - - 4 + + 10 - - True + + Clipping / Tiling + ok - + NoControl - - 6, 112 - - - 100, 17 + + 820, 0 - - 10 + + 23, 23 - - revert sort order + + 35 - - cBImportSVGSortInvert + + ? - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Online help - - tab1_1_4gB3 + + 241, 15 - - 5 + + 49, 20 - - 6, 133 + + 34 - - 370, 134 + + Right - - 31 + + True - - Sort groups + + NoControl - - tab1_1_4gB3 + + 161, 16 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 58, 17 - - tab1_1gB4 + + 33 - - 2 + + Rotate - + True - + NoControl - - 268, 58 + + 631, 38 - - 49, 17 + + 122, 17 - - 5 + + 32 - - Type + + Auto apply on import - - False + + Apply values automatically during import - - rBImportSVGGroupItem4 + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 475, 66 - - tab1_1_4gB2 + + 150, 23 - - 0 + + 31 - - True + + Apply offset from GCode - + + Applied calculated offset, if 'Offset graphics origin to 0;0' is applied. +Given in GCode header section: 'Graphic offset'. + + NoControl - - 6, 48 + + 475, 34 - - 195, 17 + + 150, 23 - - 4 + + 30 - - Group by layer (Tool-Name ~= layer) + + Apply dimension from SVG - - Group by graphic layer and select the tool number according to the most suitable tool name + + Dimension of SVG graphics - 'width' and 'height'. +Given in GCode header section: 'SVG dimension'. - - rBImportSVGGroupItem3 + + 379, 69 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 90, 20 - - tab1_1_4gB2 + + 6 - - 1 + + Right - - True + + Y offset of the clipping region + ok - - NoControl + + 379, 37 - - 6, 32 - - - 257, 17 + + 90, 20 - + 3 - - Group by pen-width (Tool-Diameter ~= pen-width) + + Right - - Group by pen width and select the tool number according to the most suitable tool diameter + + Y dimension of the tile + ok - - rBImportSVGGroupItem2 + + 272, 69 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 90, 20 - - tab1_1_4gB2 + + 5 - + + Right + + + X offset of the clipping region + ok + + + 272, 37 + + + 90, 20 + + 2 - + + Right + + + X dimension of the tile + + True - + NoControl - - 6, 16 + + 21, 39 - - 238, 17 + + 198, 13 - - 2 + + 27 - - Group by pen-color (Tool-Color ~= pen-color) + + Clipping / Tiling dimension width / height + ok - - Group by pen color and select the tool number according to the most suitable tool color + + True - - rBImportSVGGroupItem1 + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24, 101 - - tab1_1_4gB2 + + 146, 17 - - 3 + + 7 - - 6, 57 + + Convert graphics into tiles + ok - - 370, 70 + + True - - 30 + + NoControl - - Property to group and select Tool-Nr. via + + 24, 72 - - tab1_1_4gB2 + + 156, 17 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - tab1_1gB4 + + Clip at lower left point X / Y: + ok - - 3 + + Result + ok - + True - + NoControl - + 6, 16 - - 173, 17 + + 127, 17 - + 1 - - Group objects of same property + + Apply clipping or tiling + ok - - Group object of same color = Tool Nr. + + Cut whole graphic into tiles to be drawn separately + ok - - cBImportSVGGroup + + cBImportGraphicClipShowOrigPositionShift - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_1gB4 + + groupBox7 - - 4 + + 0 - - 3, 3 + + cBImportGraphicClipShowOrigPosition - - 414, 284 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 24 + + groupBox7 - - Grouping and sorting of objects + + 1 - - tab1_1gB4 + + label51 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pathImport6 + + groupBox7 - + 2 - - 4, 22 + + nUDImportGraphicTileClipAddOnX - - 3, 3, 3, 3 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 849, 290 + + groupBox7 - + 3 - - Grouping and tools - - - pathImport6 + + cBImportGraphicClipSkipCode - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabControl3 + + groupBox7 - - 5 + + 4 - - NoControl + + label34 - - 820, 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 23 + + groupBox7 - - 26 + + 5 - - ? + + label11 - - Online help + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnHelp_Filter + + groupBox7 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - GbFilter + + textBox2 - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox7 - - 613, 20 + + 7 - - 100, 23 + + cBImportGraphicClipOffsetApply - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Save + + groupBox7 - - Filter save + + 8 - - BtnGetFilterSave + + 17, 107 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 811, 159 - - GbFilter + + 29 - - 1 + + True - + NoControl - - 494, 20 + + 22, 54 - - 100, 23 + + 251, 17 - - 6 + + 36 - - Load + + Moves the tiles to the 0; 0 origin while streaming - - Filter load + + Moves the tiles to the origin 0; 0 during streaming in order to adapt them to the grbl tool position - - BtnGetFilterLoad + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GbFilter + + 22, 36 - - 2 + + 131, 17 - - NoControl + + 35 - - 722, 20 + + Show orig. tile position - - 100, 23 + + Show original positions of figures - - 5 + + True - - Clear + + NoControl - - Clear text boxes + + 67, 96 - - BtnGetFilterValueClear + + 172, 13 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 34 - - GbFilter + + Extend clipped path beyond border + ok - - 3 + + 7, 94 - + + 54, 20 + + + 33 + + + Right + + True - + NoControl - - 9, 116 + + 559, 19 - - 84, 17 + + 162, 17 - - 1 + + 32 - - Keep figures + + Skip code for 1st tile (xy=0;0) + ok - - RbimportGraphicFilterChoiceRemove2 + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 410, 59 - - GbFilter + + 395, 89 - - 4 + + 31 - + + Variables: +#INDX #INDY index of tile for x or y direction (e.g. 0, 1, 2 ...) +#OFFX #OFFY offset of tile for x or y direction (e.g. 0, 200, 400 ...) + ok + + + True + + NoControl - - 767, 23 + + 410, 20 - - 49, 23 + + 89, 13 - - 6 + + 30 - - Get color + + GCode before tile + ok - - Get color from selected figure or group + + GCode to apply before next tile will be processed. +E.g. 'M0' to pause for manual paper move, or '(^2 G91 X100)' to move X of 2nd grbl-controller to move paper. + ok - - BtnGetFilterValueKeepWidth + + 411, 36 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 394, 20 - - GbFilterKeep + + 9 - - 0 + + True - + NoControl - - 704, 23 + + 6, 16 - - 61, 23 + + 133, 17 - - 5 + + 8 - - Get color + + Set origin of tiles to 0;0 + ok - - Get color from selected figure or group + + Set origin of clipped region / tiles to 0;0 - - BtnGetFilterValueKeepColor + + BtnHelp_Conversion - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbFilterKeep + + groupBox30 - - 1 + + 0 - - 6, 25 + + label73 - - 701, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox30 - - TbimportGraphicFilterListKeep + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NudConversionMaxFigures - - GbFilterKeep + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox30 + + 2 - - True + + 426, 178 - + + 414, 109 + + + 26 + + + Conversion concerning + + NoControl - - 6, 9 + + 391, 6 - - 251, 13 + + 23, 23 - - 3 + + 26 - - Keep all figures with this properties (separate with ';') - + + ? - - label90 + + Online help - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GbFilterKeep + + 81, 18 - - 3 + + 311, 40 - - 6, 127 + + 1 - - 822, 60 + + If amount of figures exceeds this value, all figures of one group will be summarized to one figure. - - 4 + + 6, 16 - - GbFilterKeep + + 69, 20 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - GbFilter + + Right - - 5 + + BtnHelp_Tooltable - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab1_1gB5 - - 9, 38 + + 0 - - 99, 17 + + label62 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Remove figures + + tab1_1gB5 - - RbimportGraphicFilterChoiceRemove1 + + 1 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + numericUpDown2 - - GbFilter + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + tab1_1gB5 - - NoControl + + 2 - - 767, 23 + + cBToolTableDefault - - 49, 23 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + tab1_1gB5 - - Get color + + 3 - - Get color from selected figure or group + + cBToolTableUse - - BtnGetFilterValueRemoveWidth + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_1gB5 - - GbFilterRemove + + 4 - - 0 + + 426, 3 - - NoControl + + 414, 166 - - 704, 23 + + 25 - - 61, 23 + + Tool table + ok - - 5 + + NoControl - - Get color + + 391, 3 - - Get color from selected figure or group + + 23, 23 - - BtnGetFilterValueRemoveColor + + 26 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ? - - GbFilterRemove + + Online help - - 1 + + NoControl - - 6, 25 + + 3, 84 - - 701, 20 + + 405, 74 - - 0 + + 14 - - TbimportGraphicFilterListRemove + + Note: If the tool table is activated, the original colors of the figures are replaced by the tool colors used - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 368, 51 - - GbFilterRemove + + 40, 20 - - 2 + + 13 - + + Right + + True - + NoControl - - 6, 9 + + 21, 52 - - 266, 13 - - - 1 - - - Remove all figures with this properties (separate with ';') - - - label89 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbFilterRemove - - - 3 + + 135, 17 - - 6, 49 + + 12 - - 822, 60 + + only use default tool nr. + TabPage1_1 - - 3 + + True - - GbFilterRemove + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 16 - - GbFilter + + 242, 30 - - 7 + + 11 - - True + + Set XY-Feed etc. from tool table, +select items on next page 'G-Code generation' + TabPage1_1 - - NoControl + + BtnHelp_Grouping - - 6, 16 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 217, 17 + + tab1_1gB4 - + 0 - - Enable filtering by pen-color or pen-width - - - CbimportGraphicFilterEnable - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblGroupInfo - - GbFilter + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + tab1_1gB4 - - Fill + + 1 - - 3, 3 + + tab1_1_4gB3 - - 843, 284 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab1_1gB4 - - Keep or remove objects by properties + + 2 - - GbFilter + + tab1_1_4gB2 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pathImport7 - - - 0 + + tab1_1gB4 - - 4, 22 + + 3 - - 3, 3, 3, 3 + + cBImportSVGGroup - - 849, 290 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + tab1_1gB4 - - Filter + + 4 - - pathImport7 + + 3, 3 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 414, 284 - - TabControl3 + + 24 - - 6 + + Grouping and sorting of objects + TabPage1_1 - + NoControl - + 391, 3 - + 23, 23 - - 26 + + 33 - + ? - + Online help - - BtnHelp_Wirebender - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbWireBender - - - 0 - - + True - + NoControl - - 273, 77 + + 6, 34 - - 115, 17 + + 333, 13 - - 19 + + 32 - - Use as percentage + + The grouping is canceled if only one property is found (e.g. one color) + ok - - RbWireBenderAnglePcnt + + rBImportSVGSort1 - + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbWireBender - - - 1 - - - True + + tab1_1_4gB3 - - NoControl + + 0 - - 273, 58 + + rBImportSVGSort0 - - 116, 17 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + tab1_1_4gB3 - - Use absolute value + + 1 - - RbWireBenderAngleAbs + + rBImportSVGSort3 - + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbWireBender + + tab1_1_4gB3 - + 2 - - True + + rBImportSVGSort4 - - NoControl + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 324, 143 + + tab1_1_4gB3 - - 45, 13 + + 3 - - 20 + + rBImportSVGSort2 - - Cut wire + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label83 + + tab1_1_4gB3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - groupBox31 + + cBImportSVGSortInvert - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_1_4gB3 - - NoControl + + 5 - - 324, 121 + + 6, 133 - - 62, 13 + + 370, 134 - - 19 + + 31 - - Peg disable + + Sort groups + ok - - label82 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox31 + + 6, 32 - - 1 + + 220, 17 - + + 6 + + + sort groups by group-property - ascending + TabPage1_1 + + True - + NoControl - - 324, 99 + + 6, 16 - - 58, 13 + + 71, 17 - - 18 + + 5 - - Peg active + + no sorting + TabPage1_1 - - label81 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox31 + + 6, 64 - - 2 + + 211, 17 - - 6, 140 + + 8 - - 312, 20 + + sort groups by path length - descending + TabPage1_1 - - 15 + + True - - Apply commands here, to cut the wire + + NoControl - - textBox6 + + 6, 80 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 231, 17 - - groupBox31 + + 9 - - 3 + + sort groups by object dimension - ascending + ok - - 6, 118 + + True - - 312, 20 + + NoControl - - 14 + + 6, 48 - - Apply commands here, to disable bending pegs + + 181, 17 - - textBox5 + + 7 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + sort groups by tool nr - ascending + TabPage1_1 - - groupBox31 + + True - - 4 + + NoControl - - 6, 96 + + 6, 112 - - 312, 20 + + 100, 17 - - 17 + + 10 - - Apply commands here, to activate bending pegs + + revert sort order + TabPage1_1 - - textBox4 + + rBImportSVGGroupItem4 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox31 + + tab1_1_4gB2 - - 5 + + 0 - - NoControl + + rBImportSVGGroupItem3 - - 6, 60 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 390, 30 + + tab1_1_4gB2 - - 16 + + 1 - - G-Code for specific actions (seperate commands with ';' or set script-path): + + rBImportSVGGroupItem2 - - label80 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_1_4gB2 - - groupBox31 + + 2 - - 6 + + rBImportSVGGroupItem1 - - X + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Y + + tab1_1_4gB2 - - Z - - - A + + 3 - - B + + 6, 57 - - C + + 370, 70 - - 135, 10 + + 30 - - 35, 21 + + Property to group and select Tool-Nr. via + ok - - 9 + + True - - False + + NoControl - - CbWireBenderFeed + + 268, 58 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 49, 17 - - groupBox31 + + 5 - - 7 + + Type + ok - - 6, 31 + + False - - 52, 20 + + True - - 1 + + NoControl - - Right + + 6, 48 - - NudWireBenderRadius + + 195, 17 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - groupBox31 + + Group by layer (Tool-Name ~= layer) + ok - - 8 + + Group by graphic layer and select the tool number according to the most suitable tool name + ok - + True - + NoControl - - 6, 13 - - - 77, 13 - - - 2 - - - Bending radius + + 6, 32 - - label74 + + 257, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - groupBox31 + + Group by pen-width (Tool-Diameter ~= pen-width) + ok - - 9 + + Group by pen width and select the tool number according to the most suitable tool diameter + ok - + True - + NoControl - - 176, 13 + + 6, 16 - - 97, 13 + + 238, 17 - - 10 + + 2 - - X Axis for wire feed + + Group by pen-color (Tool-Color ~= pen-color) + ok - - label75 + + Group by pen color and select the tool number according to the most suitable tool color + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - groupBox31 + + NoControl - - 10 + + 6, 16 - - X + + 173, 17 - - Y + + 1 - - Z + + Group objects of same property + TabPage1_1 - - A + + Group object of same color = Tool Nr. + TabPage1_1 - - B + + BtnHelp_Filter - - C + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 135, 33 + + GbFilter - - 35, 21 + + 0 - - 11 + + BtnGetFilterSave - - False + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - comboBox2 + + GbFilter - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - groupBox31 + + BtnGetFilterLoad - - 11 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GbFilter - - NoControl + + 2 - - 176, 33 + + BtnGetFilterValueClear - - 107, 13 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + GbFilter - - Y Axis for bend angle + + 3 - - label76 + + RbimportGraphicFilterChoiceRemove2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox31 + + GbFilter - - 12 + + 4 - - 6, 101 + + GbFilterKeep - - 402, 166 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + GbFilter - - Machine parameter - - - groupBox31 + + 5 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + RbimportGraphicFilterChoiceRemove1 - - GbWireBender + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + GbFilter - - True + + 6 - - NoControl + + GbFilterRemove - - 64, 44 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 72, 13 + + GbFilter - - 16 + + 7 - - Wire diameter + + CbimportGraphicFilterEnable - - label79 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GbFilter - - GbWireBender + + 8 - - 4 + + Fill - - False + + 3, 3 - - 6, 42 + + 843, 284 - - 52, 20 + + 0 - - 15 + + Keep or remove objects by properties - - Right + + NoControl - - NudWireBenderDiameter + + 820, 0 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 23 - - GbWireBender + + 26 - - 5 + + ? - - True + + Online help - + NoControl - - 64, 66 + + 613, 20 - - 178, 13 + + 100, 23 - - 14 + + 7 - - Angle add on to reach desired angle + + Save - - label78 + + Filter save - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GbWireBender + + 494, 20 - + + 100, 23 + + 6 - - 6, 64 + + Load - - 52, 20 + + Filter load - - 13 + + NoControl - - Right + + 722, 20 - - NudWireBenderAngleAddOn + + 100, 23 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - GbWireBender + + Clear - - 7 + + Clear text boxes - + True - + NoControl - - 6, 19 + + 9, 116 - - 170, 17 + + 84, 17 - - 0 + + 1 - - Generate code for wire bender + + Keep figures - - CbWireBenderEnable + + BtnGetFilterValueKeepWidth - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbWireBender + + GbFilterKeep - - 8 + + 0 - - 426, 3 + + BtnGetFilterValueKeepColor - - 414, 284 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + GbFilterKeep - - Wire bender + + 1 - - GbWireBender + + TbimportGraphicFilterListKeep - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pathImport8 + + GbFilterKeep - - 0 + + 2 - - NoControl + + label90 - - 391, 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 23 + + GbFilterKeep - - 26 + + 3 - - ? + + 6, 127 - - Online help + + 822, 60 - - BtnHelp_Outline + + 4 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - gBDevelop + + 767, 23 - - 0 + + 49, 23 - + + 6 + + + Get color + + + Get color from selected figure or group + + NoControl - - 54, 21 + + 704, 23 - - 91, 51 + + 61, 23 - - 1 + + 5 - - Tool angle + + Get color - - label60 + + Get color from selected figure or group - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 25 - - groupBox22 + + 701, 20 - - 0 + + 2 - - 6, 19 + + True - - 42, 20 + + NoControl - - 0 + + 6, 9 - - Right + + 251, 13 - - numericUpDown14 + + 3 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Keep all figures with this properties (separate with ';') + - - groupBox22 + + True - - 1 + + NoControl - - 257, 40 + + 9, 38 - - 151, 75 + + 99, 17 - - 12 + + 2 - - V-Tool + + Remove figures - - groupBox22 + + BtnGetFilterValueRemoveWidth - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBDevelop + + GbFilterRemove - - 1 + + 0 - - True + + BtnGetFilterValueRemoveColor - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 93, 248 + + GbFilterRemove - - 137, 13 + + 1 - - 11 + + TbimportGraphicFilterListRemove - - Feed after finishing a shape + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label57 + + GbFilterRemove - + + 2 + + + label89 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBDevelop + + GbFilterRemove - - 2 + + 3 - - 12, 246 + + 6, 49 - - 75, 20 + + 822, 60 - - 10 + + 3 - - Right + + NoControl - - nUDImportGraphicDevelopFeedAfter + + 767, 23 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 49, 23 - - gBDevelop + + 6 - - 3 + + Get color - - True + + Get color from selected figure or group - + NoControl - - 93, 222 + + 704, 23 - - 256, 13 + + 61, 23 - - 9 + + 5 - - Z-Height for cut before/after a shape (if Z is enabled) + + Get color - - label54 + + Get color from selected figure or group - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 25 - - gBDevelop + + 701, 20 - - 4 + + 0 - + True - + NoControl - - 319, 39 + + 6, 9 - - 70, 17 + + 266, 13 - - 12 + + 1 - - No curve + + Remove all figures with this properties (separate with ';') - - CbImportGraphicDevelopNoCurve + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox20 + + 6, 16 - - 0 + + 217, 17 - - True + + 0 - - NoControl + + Enable filtering by pen-color or pen-width - - 105, 0 + + BtnHelp_Wirebender - - 114, 17 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + GbWireBender - - Lift tool after notch + + 0 - - cBDImportGraphicDevelopNotchLift + + RbWireBenderAnglePcnt - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox20 + + GbWireBender - + 1 - - True + + RbWireBenderAngleAbs - - NoControl + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 87, 65 + + GbWireBender - - 218, 13 + + 2 - - 11 + + groupBox31 - - Z-Height for notch engraving (if Z is enabled) + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label59 + + GbWireBender - + + 3 + + + label79 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox20 + + GbWireBender - - 2 + + 4 - - 6, 63 + + NudWireBenderDiameter - - 75, 20 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + GbWireBender - - Right + + 5 - - nUDImportGraphicDevelopNotchZNotch + + label78 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox20 + + GbWireBender - - 3 + + 6 - - 6, 19 + + NudWireBenderAngleAddOn - - 75, 20 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + GbWireBender - - Right + + 7 - - nUDImportGraphicDevelopNotchWidth + + CbWireBenderEnable - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox20 + + GbWireBender - - 4 + + 8 - - True + + 426, 3 - - NoControl + + 414, 284 - - 87, 43 + + 1 - - 211, 13 + + Wire bender - - 7 + + NoControl - - Min. distance from notch to notch in curves + + 391, 3 - - LblImportGraphicDevelopNotchDistance + + 23, 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26 - - groupBox20 + + ? - - 5 + + Online help - + True - + NoControl - - 87, 21 + + 273, 77 - - 162, 13 + + 115, 17 - - 5 + + 19 - - Length of notch (workpice width) + + Use as percentage - - label52 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox20 + + 273, 58 - - 6 + + 116, 17 - - 6, 41 + + 18 - - 75, 20 + + Use absolute value - - 6 + + label83 - - Right + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NudImportGraphicDevelopNotchDistance + + groupBox31 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - groupBox20 + + label82 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 121 + + groupBox31 - - 402, 93 + + 1 - - 8 + + label81 - - Notch properties + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox20 + + groupBox31 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - gBDevelop + + textBox6 - - 5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12, 220 + + groupBox31 - - 75, 20 + + 3 - - 8 + + textBox5 - - Right + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nUDImportGraphicDevelopNotchZCut + + groupBox31 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - gBDevelop + + textBox4 - - 6 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox31 - - NoControl + + 5 - - 6, 55 + + label80 - - 120, 17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + groupBox31 - - Invert feed direction + + 6 - - rBImportGraphicDevelopFeedInvert + + CbWireBenderFeed - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox19 + + groupBox31 - - 0 + + 7 - - True + + NudWireBenderRadius - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 16 + + groupBox31 - - 174, 17 + + 8 - - 1 + + label74 - - Feed on X axis, notch on Y axis + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rBImportGraphicDevelopFeedX + + groupBox31 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - groupBox19 + + label75 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox31 - - NoControl + + 10 - - 6, 32 + + comboBox2 - - 174, 17 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox31 - - Feed on Y axis, notch on X axis + + 11 - - rBImportGraphicDevelopFeedY + + label76 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox19 + + groupBox31 - - 2 + + 12 - - 6, 40 + + 6, 101 - - 245, 75 + + 402, 166 - - 3 + + 17 - - Direction for feed and notch + + Machine parameter - - groupBox19 + + True - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - gBDevelop + + 324, 143 - - 7 + + 45, 13 - + + 20 + + + Cut wire + + True - + NoControl - - 6, 19 + + 324, 121 - - 157, 17 + + 62, 13 - - 0 + + 19 - - Apply development of figure - - - cBImportGraphicDevelopEnable - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gBDevelop + + Peg disable - - 8 + + True - - 3, 3 + + NoControl - - 414, 284 + + 324, 99 - - 0 + + 58, 13 - - Convert the outline of a 2D shape into a development + + 18 - - gBDevelop + + Peg active - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 140 - - pathImport8 + + 312, 20 - - 1 + + 15 - - 4, 22 + + Apply commands here, to cut the wire - - 3, 3, 3, 3 + + 6, 118 - - 849, 290 + + 312, 20 - - 6 + + 14 - - Special conversion + + Apply commands here, to disable bending pegs - - pathImport8 + + 6, 96 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 312, 20 - - TabControl3 + + 17 - - 7 + + Apply commands here, to activate bending pegs - + NoControl - - 820, 0 - - - 23, 23 + + 6, 60 - - 31 + + 390, 30 - - ? + + 16 - - Online help + + G-Code for specific actions (seperate commands with ';' or set script-path): - - BtnHelp_Extension + + X - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Y - - groupBox26 + + Z - - 0 + + A - - NoControl + + B - - 479, 20 + + C - - 349, 241 + + 135, 10 - - 30 + + 35, 21 - - Use this option to control an additional axis that pumps paint or feeds filament in a distance dependent amount. -In addition, the position of the Z axis can be used to e.g. increase the amount of paint when the brush presses harder on the canvas. + + 9 - - LbLAuxDescription + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 31 - - groupBox26 + + 52, 20 - + 1 - - Use pos and neg Z with sign - - - Use pos and neg Z absolute - - - Only use pos Z - - - Only use neg Z - - - 269, 17 + + Right - - 160, 21 + + True - - 16 + + NoControl - - CbAux2ZMode + + 6, 13 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 77, 13 - - groupBox28 + + 2 - - 0 + + Bending radius - + True - + NoControl - - 97, 20 + + 176, 13 - - 37, 13 + + 97, 13 - - 16 + + 10 - - Factor + + X Axis for wire feed - - LblAux12 + + X - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Y - - groupBox28 + + Z - - 1 + + A - - True + + B - - NoControl + + C - - 6, 19 + + 135, 33 - - 70, 17 + + 35, 21 - + 11 - - include Z - - - CbAux2ZUse + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox28 + + True - - 2 + + NoControl - - 151, 18 + + 176, 33 - - 100, 20 + + 107, 13 - + 12 - - Right - - - NudAux2ZFactor + + Y Axis for bend angle - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - groupBox28 + + NoControl - - 3 + + 64, 44 - - 9, 176 + + 72, 13 - - 435, 53 + + 16 - - 22 + + Wire diameter - - Multiply with current Z value + + False - - groupBox28 + + 6, 42 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 52, 20 - - groupBox26 + + 15 - - 2 + + Right - + True - + NoControl - - 106, 152 + + 64, 66 - - 37, 13 + + 178, 13 - - 21 + + 14 - - Factor + + Angle add on to reach desired angle - - LblAux11 + + 6, 64 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 52, 20 - - groupBox26 + + 13 - - 3 + + Right - + True - + NoControl - - 6, 152 + + 6, 19 - - 26, 13 + + 170, 17 - - 20 + + 0 - - Axis + + Generate code for wire bender - - LblAux10 + + BtnHelp_Outline - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox26 + + gBDevelop - - 4 + + 0 - - True + + groupBox22 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 278, 151 + + gBDevelop - - 96, 17 + + 1 - - 19 + + label57 - - Absolute value + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Absolute value: Like G90 distance mode, distance values will be summed up. + + gBDevelop - - CbAux2SumUp + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDImportGraphicDevelopFeedAfter - - groupBox26 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + gBDevelop - - 160, 150 + + 3 - - 100, 20 + + label54 - - 18 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + gBDevelop - - Factor to calculate axis value = distance * factor + + 4 - - NudAux2Factor + + groupBox20 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox26 + + gBDevelop - - 6 + + 5 - - A + + nUDImportGraphicDevelopNotchZCut - - B + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - C + + gBDevelop - - E + + 6 - - U + + groupBox19 - - V + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - W + + gBDevelop - - Z + + 7 - - 48, 149 + + cBImportGraphicDevelopEnable - - 35, 21 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + gBDevelop - - CbAux2Axis + + 8 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3 - - groupBox26 + + 414, 284 - - 7 + + 0 - - True + + Convert the outline of a 2D shape into a development - + NoControl - - 6, 132 - - - 181, 17 - - - 16 - - - Add distance related command 2 + + 391, 3 - - CbAux2Enable + + 23, 23 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26 - - groupBox26 + + ? - - 8 + + Online help - - Use pos and neg Z with sign + + label60 - - Use pos and neg Z absolute + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Only use pos Z + + groupBox22 - - Only use neg Z + + 0 - - 269, 17 + + numericUpDown14 - - 160, 21 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + groupBox22 - - CbAux1ZMode + + 1 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 257, 40 - - groupBox27 + + 151, 75 - - 0 + + 12 - - True + + V-Tool - + NoControl - - 97, 20 + + 54, 21 - - 37, 13 + + 91, 51 - - 16 + + 1 - - Factor + + Tool angle - - LblAux3 + + 6, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42, 20 - - groupBox27 + + 0 - - 1 + + Right - + True - + NoControl - - 6, 19 + + 93, 248 - - 70, 17 + + 137, 13 - + 11 - - include Z + + Feed after finishing a shape - - CbAux1ZUse + + 12, 246 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 20 - - groupBox27 + + 10 - - 2 + + Right - - 151, 18 + + True - - 100, 20 + + NoControl - - 12 + + 93, 222 - - Right + + 256, 13 - - NudAux1ZFactor + + 9 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Z-Height for cut before/after a shape (if Z is enabled) - - groupBox27 + + CbImportGraphicDevelopNoCurve - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 63 + + groupBox20 - - 435, 53 + + 0 - - 15 + + cBDImportGraphicDevelopNotchLift - - Multiply with current Z value + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox27 + + groupBox20 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - groupBox26 + + label59 - - 9 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox20 - - NoControl + + 2 - - 106, 39 + + nUDImportGraphicDevelopNotchZNotch - - 37, 13 - - - 14 - - - Factor + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LblAux2 + + groupBox20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - groupBox26 + + nUDImportGraphicDevelopNotchWidth - - 10 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox20 - - NoControl + + 4 - - 6, 39 + + LblImportGraphicDevelopNotchDistance - - 26, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + groupBox20 - - Axis + + 5 - - LblAux1 + + label52 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox26 - - - 11 + + groupBox20 - - True + + 6 - - NoControl + + NudImportGraphicDevelopNotchDistance - - 278, 38 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 96, 17 + + groupBox20 - - 10 + + 7 - - Absolute value + + 6, 121 - - Absolute value: Like G90 distance mode, distance values will be summed up. + + 402, 93 - - CbAux1SumUp + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Notch properties - - groupBox26 + + True - - 12 + + NoControl - - 160, 37 + + 319, 39 - - 100, 20 + + 70, 17 - - 9 + + 12 - - Right + + No curve - - Factor to calculate axis value = distance * factor + + True - - NudAux1Factor + + NoControl - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 105, 0 - - groupBox26 + + 114, 17 - - 13 + + 4 - - A + + Lift tool after notch - - B + + True - - C + + NoControl - - E + + 87, 65 - - U + + 218, 13 - - V + + 11 - - W + + Z-Height for notch engraving (if Z is enabled) - - Z + + 6, 63 - - 48, 36 + + 75, 20 - - 35, 21 + + 10 - - 8 + + Right - - CbAux1Axis + + 6, 19 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 20 - - groupBox26 + + 4 - - 14 + + Right - + True - + NoControl - - 6, 19 + + 87, 43 - - 181, 17 + + 211, 13 - - 0 + + 7 - - Add distance related command 1 + + Min. distance from notch to notch in curves - - CbAux1Enable + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox26 + + 87, 21 - - 15 + + 162, 13 - - Fill + + 5 - - 3, 3 + + Length of notch (workpice width) - - 843, 284 + + 6, 41 - - 29 + + 75, 20 - - Distance related value for paint pump or filament feeder + + 6 - - groupBox26 + + Right - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12, 220 - - pathImport9 + + 75, 20 - - 0 + + 8 - - 4, 22 + + Right - - 3, 3, 3, 3 + + rBImportGraphicDevelopFeedInvert - - 849, 290 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox19 - - Command extension + + 0 - - pathImport9 + + rBImportGraphicDevelopFeedX - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TabControl3 + + groupBox19 - - 8 + + 1 - - Fill + + rBImportGraphicDevelopFeedY - - 3, 3 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 857, 316 + + groupBox19 - - 27 + + 2 - - TabControl3 + + 6, 40 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 245, 75 - - graphicImport1 + + 3 - - 0 + + Direction for feed and notch - - 4, 22 + + True - - 3, 3, 3, 3 + + NoControl - - 863, 322 + + 6, 55 - - 0 + + 120, 17 - - Path import + + 3 - - graphicImport1 + + Invert feed direction - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tabControl1_Level2 + + NoControl - - 0 + + 6, 16 - - NoControl + + 174, 17 - - 338, 4 + + 1 - - 23, 23 + + Feed on X axis, notch on Y axis - - 51 + + True - - 💾 + + NoControl - - Save settings of this tabs as INI file + + 6, 32 - - BtnSaveIni_Gcode + + 174, 17 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tab1_2gB1 + + Feed on Y axis, notch on X axis - - 0 + + True - + NoControl - - 366, 4 - - - 23, 23 + + 6, 19 - - 50 + + 157, 17 - - ? + + 0 - - Online help + + Apply development of figure - - BtnHelp_General + + BtnHelp_Extension - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB1 + + groupBox26 - - 1 + + 0 - - True + + LbLAuxDescription - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 223, 218 + + groupBox26 - - 140, 13 + + 1 - - 49 + + groupBox28 - - G-Code before Tool Change + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox26 - - label32 + + 2 - + + LblAux11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB1 + + groupBox26 - - 2 + + 3 - - 226, 231 + + LblAux10 - - 154, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 48 + + groupBox26 - - False - - - False - - - tBImportGCToolChange - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab1_2gB1 - - - 3 - - - 170, 84 + + 4 - - 53, 20 + + CbAux2SumUp - - 4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + groupBox26 - - Feedrate for G1,2,3 commands using X or Y dimension + + 5 - - nUDImportGCFeedXY + + NudAux2Factor - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB1 + + groupBox26 - - 4 + + 6 - - NoControl + + CbAux2Axis - - 220, 12 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20, 20 + + groupBox26 - + 7 - - ? - - - btnCheckSpindle + + CbAux2Enable - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB2 + + groupBox26 - - 0 + + 8 - - 164, 12 + + groupBox27 - - 53, 20 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + groupBox26 - - Right + + 9 - - Spindle speed for engraving + + LblAux2 - - nUDImportGCSSpeed + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox26 - - tab1_2gB2 + + 10 - - 1 + + LblAux1 - - 164, 81 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 53, 20 + + groupBox26 - - 12 + + 11 - - Right + + CbAux1SumUp - - Insert Delay in seconds after spindle on (to have time for a reset if spindle-power is off) + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nUDImportGCSpindleDelay + + groupBox26 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - tab1_2gB2 + + NudAux1Factor - - 2 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox26 - - NoControl + + 13 - - 10, 33 + + CbAux1Axis - - 276, 17 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + groupBox26 - - Lasermode (use S0 instead of M5 to switch off Laser) + + 14 - - cBImportLasermode + + CbAux1Enable - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB2 - - - 3 + + groupBox26 - - True + + 15 - - NoControl + + Fill - - 237, 52 + + 3, 3 - - 72, 17 + + 843, 284 - - 11 + + 29 - - 'M4' CCW + + Distance related value for paint pump or filament feeder - - Send 'M4' to switch on the spindle counter clock wise -Dynamic Laser Power Mode in Laser Mode + + NoControl - - rBImportGCSpindleCmd2 + + 820, 0 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 23, 23 - - tab1_2gB2 + + 31 - - 4 + + ? - - True + + Online help - + NoControl - - 6, 54 + + 479, 20 - - 112, 13 + + 349, 241 - - 44 + + 30 - - Direction / Lasermode + + Use this option to control an additional axis that pumps paint or feeds filament in a distance dependent amount. +In addition, the position of the Z axis can be used to e.g. increase the amount of paint when the brush presses harder on the canvas. - - tab1_2lbl6 + + CbAux2ZMode - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB2 + + groupBox28 - - 5 + + 0 - - True + + LblAux12 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 167, 52 + + groupBox28 - - 65, 17 + + 1 - - 10 + + CbAux2ZUse - - 'M3' CW + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Send 'M3' to switch on the spindle clock wise -Constant Laser Power Mode in Laser Mode + + groupBox28 - - rBImportGCSpindleCmd1 + + 2 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NudAux2ZFactor - - tab1_2gB2 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + groupBox28 - - True + + 3 - - NoControl + + 9, 176 - - 6, 83 + + 435, 53 - - 119, 13 + + 22 - - 43 + + Multiply with current Z value - - Delay after Spindle 'ON' + + Use pos and neg Z with sign - - tab1_2lbl7 + + Use pos and neg Z absolute - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Only use pos Z - - tab1_2gB2 + + Only use neg Z - - 7 + + 269, 17 - - True + + 160, 21 - - NoControl + + 16 - - 6, 14 + + True - - 136, 13 + + NoControl - - 4 + + 97, 20 - - Spindle Speed / Laser pwr. + + 37, 13 - - Spindle speed for engraving + + 16 - - tab1_2lbl5 + + Factor - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab1_2gB2 + + NoControl - - 8 + + 6, 19 - - True + + 70, 17 - - NoControl + + 11 - - 246, 15 + + include Z - - 92, 17 + + 151, 18 - - 8 + + 100, 20 - - from tool table + + 12 - - Select 'Grouping and tools - Tool table' to get selected values from tool table during import + + Right - - cBImportGCTTSSpeed + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_2gB2 + + 106, 152 - - 9 + + 37, 13 - - 6, 108 + + 21 - - 377, 107 + + Factor - - 47 + + True - - Spindle / Laser + + NoControl - - tab1_2gB2 + + 6, 152 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26, 13 - - tab1_2gB1 + + 20 - - 5 + + Axis - + True - + NoControl - - 25, 234 - - - 139, 17 + + 278, 151 - - 14 + + 96, 17 - - Add Pause (M0) instead + + 19 - - Replace any M06 (tool change) command by M0 (pause) for manual tool change. + + Absolute value - - cBImportGCToolM0 + + Absolute value: Like G90 distance mode, distance values will be summed up. - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 160, 150 - - tab1_2gB1 + + 100, 20 - - 6 + + 18 - - True + + Right - - NoControl + + Factor to calculate axis value = distance * factor - - 6, 218 + + A - - 197, 17 + + B - - 13 + + C - - Add Tool Change command Tx M06 + + E - - Perform tool change action on Tx M06 commands if information is available - check tab 'Tool change'. + + U - - cBImportGCTool + + V - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + W - - tab1_2gB1 + + Z - - 7 + + 48, 149 - - True + + 35, 21 - - NoControl + + 17 - - 6, 258 + + True - - 162, 17 + + NoControl - - 15 + + 6, 132 - - Additional G-Code comments + + 181, 17 - - Add some more comments to the GCode + + 16 - - cBImportGCComments + + Add distance related command 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CbAux1ZMode - - tab1_2gB1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox27 - - True + + 0 - - NoControl + + LblAux3 - - 252, 85 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 92, 17 + + groupBox27 - - 5 + + 1 - - from tool table + + CbAux1ZUse - - Select 'Grouping and tools - Tool table' to get selected values from tool table during import + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBImportGCTTXYFeed + + groupBox27 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tab1_2gB1 + + NudAux1ZFactor - - 9 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox27 - - NoControl + + 3 - - 6, 14 + + 9, 63 - - 79, 13 + + 435, 53 - - 37 + + 15 - - Decimal places + + Multiply with current Z value - - Decimal places for coordinates in gcode. + + Use pos and neg Z with sign - - tab1_2lbl1 + + Use pos and neg Z absolute - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Only use pos Z - - tab1_2gB1 + + Only use neg Z - - 10 + + 269, 17 - - 170, 37 + + 160, 21 - - 210, 20 + + 16 - - 2 + + True - - GRBL-Status after reset: G0, G54, G17, G90, G94, G21, G40, G49, M0, M5, M9 -No need to set this words + + NoControl - - tBImportGCHeader + + 97, 20 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 37, 13 - - tab1_2gB1 + + 16 - - 11 + + Factor - + True - + NoControl - - 6, 86 - - - 66, 13 - - - 10 + + 6, 19 - - XY Feedrate + + 70, 17 - - Feedrate for G1,2,3 commands using X or Y dimension + + 11 - - tab1_2lbl4 + + include Z - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 151, 18 - - tab1_2gB1 + + 100, 20 - + 12 - + + Right + + True - + NoControl - - 6, 40 + + 106, 39 - - 81, 13 + + 37, 13 - - 34 + + 14 - - G-Code Header + + Factor - - GRBL-Status after reset: G0, G54, G17, G90, G94, G21, G40, G49, M0, M5, M9 -No need to set this words + + True - - tab1_2lbl2 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 39 - - tab1_2gB1 + + 26, 13 - + 13 - - 170, 59 - - - 210, 20 - - - 3 - - - tBImportGCFooter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab1_2gB1 - - - 14 + + Axis - + True - + NoControl - - 6, 62 - - - 76, 13 - - - 36 - - - G-Code Footer + + 278, 38 - - tab1_2lbl3 + + 96, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - tab1_2gB1 + + Absolute value - - 15 + + Absolute value: Like G90 distance mode, distance values will be summed up. - - 170, 12 + + 160, 37 - - 33, 20 + + 100, 20 - - 1 + + 9 - + Right - - Decimal places for coordinates in gcode. + + Factor to calculate axis value = distance * factor - - nUDImportDecPlaces + + A - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + B - - tab1_2gB1 + + C - - 16 + + E - - 3, 3 + + U - - 389, 310 + + V - - 32 + + W - - General + + Z - - tab1_2gB1 + + 48, 36 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 35, 21 - - graphicImport2 + + 8 - - 0 + + True - + NoControl - - 433, 4 - - - 23, 23 + + 6, 19 - - 30 + + 181, 17 - - ? + + 0 - - Online help + + Add distance related command 1 - - BtnHelp_Penupdown + + BtnSaveIni_Gcode - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB7 + + tab1_2gB1 - + 0 - - True - - - NoControl + + BtnHelp_General - - 348, 16 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 71, 17 + + tab1_2gB1 - - 29 + + 1 - - Individual + + label32 - - cBImportGCUseIndividual2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_2gB1 - - tab1_2gB7 + + 2 - - 1 + + tBImportGCToolChange - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab1_2gB1 - - 234, 16 + + 3 - - 98, 17 + + nUDImportGCFeedXY - - 11 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Spindle / Laser + + tab1_2gB1 - - cBImportGCUseSpindle2 + + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab1_2gB7 + + tab1_2gB2 - - 2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_2gB1 - - NoControl + + 5 - - 120, 16 + + cBImportGCToolM0 - - 53, 17 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 28 + + tab1_2gB1 - - PWM + + 6 - - cBImportGCUsePWM2 + + cBImportGCTool - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB7 - - - 3 - - - True + + tab1_2gB1 - - NoControl + + 7 - - 6, 16 + + cBImportGCComments - - 54, 17 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27 + + tab1_2gB1 - - Z axis + + 8 - - cBImportGCUseZ2 + + cBImportGCTTXYFeed - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB7 + + tab1_2gB1 - - 4 + + 9 - - True + + tab1_2lbl1 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 40 + + tab1_2gB1 - - 79, 13 + + 10 - - 14 + + tBImportGCHeader - - Depth per pass + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Max. increment of Z value + + tab1_2gB1 - - tab1_2lbl35 + + 11 - + + tab1_2lbl4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbSeveralPasses + + tab1_2gB1 - - 0 + + 12 - - NoControl + + tab1_2lbl2 - - 9, 64 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 409, 34 + + tab1_2gB1 - - 50 + + 13 - - Avoid Z-up DANGEROUS, if paths have different start and stop coordinates! + + tBImportGCFooter - - Doesn't raise Z to safe height after each pass + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBImportGCZIncNoZUp + + tab1_2gB1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - GbSeveralPasses + + tab1_2lbl3 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_2gB1 - - NoControl + + 15 - - 9, 20 + + nUDImportDecPlaces - - 118, 17 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21 + + tab1_2gB1 - - Use several passes + + 16 - - Repeat path with increasing Z deepth to reach final deepth -Not usable with other pen up/down options! + + 3, 3 - - cBImportGCZIncEnable + + 389, 310 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32 - - GbSeveralPasses + + General + TabPage1_2 - - 2 + + NoControl - - 191, 38 + + 338, 4 - - 53, 20 + + 23, 23 - - 23 + + 51 - - Right + + 💾 - - nUDImportGCZIncrement + + Save settings of this tabs as INI file - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - GbSeveralPasses + + 366, 4 - - 3 + + 23, 23 - - True + + 50 - - NoControl + + ? - - 139, 20 + + Online help - - 82, 17 + + True - - 22 + + NoControl - - Start at Z=0 + + 223, 218 - - Use Z=0 for first pass + + 140, 13 - - cBImportGCZIncStartZero + + 49 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + G-Code before Tool Change + ok - - GbSeveralPasses + + False - - 4 + + 226, 231 - - 3, 105 + + 154, 20 - - 424, 104 + + 48 - - 51 + + False - - Several passes + + False - - GbSeveralPasses + + 170, 84 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 53, 20 - - tabPage12 + + 4 - - 0 + + Right - - True + + Feedrate for G1,2,3 commands using X or Y dimension + TabPage1_2 - - NoControl + + btnCheckSpindle - - 9, 212 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 142, 17 + + tab1_2gB2 - - 49 + + 0 - - Do not switch on spindle + + nUDImportGCSSpeed - - cBImportGCZPreventSpindle + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_2gB2 - - tab1_2gB3 + + 1 - - 0 + + nUDImportGCSpindleDelay - - True + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab1_2gB2 - - 6, 78 + + 2 - - 26, 13 + + cBImportLasermode - - 48 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - P92 + + tab1_2gB2 - - Number of subroutine 'Pen down' + + 3 - - label67 + + rBImportGCSpindleCmd2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB3 + + tab1_2gB2 - - 1 + + 4 - - True + + tab1_2lbl6 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 58 + + tab1_2gB2 - - 26, 13 + + 5 - - 47 + + rBImportGCSpindleCmd1 - - P90 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Number of subroutine 'Pen up' + + tab1_2gB2 - - label64 + + 6 - + + tab1_2lbl7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB3 + + tab1_2gB2 - - 2 + + 7 - - True + + tab1_2lbl5 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 156, 18 + + tab1_2gB2 - - 92, 17 + + 8 - - 17 + + cBImportGCTTSSpeed - - from tool table + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Select 'Grouping and tools - Tool table' to get selected values from tool table during import. All Z values will be taken from tool table during import + + tab1_2gB2 - - cBImportGCTTZAxis + + 9 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 108 - - tab1_2gB3 + + 377, 107 - - 3 + + 47 - - 191, 36 + + Spindle / Laser + TabPage1_2 - - 53, 20 + + NoControl - - 18 + + 220, 12 - - Right + + 20, 20 - - Speed when moving into the workpiece for G1 command + + 7 - - nUDImportGCFeedZ + + ? - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 164, 12 - - tab1_2gB3 + + 53, 20 - - 4 + + 6 - - 191, 56 + + Right - + + Spindle speed for engraving + TabPage1_2 + + + 164, 81 + + 53, 20 - - 19 + + 12 - + Right - - Height above surface of workpiece - must be positive + + Insert Delay in seconds after spindle on (to have time for a reset if spindle-power is off) + TabPage1_2 - - nUDImportGCZUp + + True - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_2gB3 + + 10, 33 - - 5 + + 279, 17 - - 191, 76 + + 9 - - 53, 20 + + Laser mode (use S0 instead of M5 to switch off Laser) + ok - - 20 + + True - - Right + + NoControl - - Final deepth below surface of workpiece - must be negative + + 237, 52 - - nUDImportGCZDown + + 72, 17 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - tab1_2gB3 + + 'M4' CCW + ok - - 6 + + Send 'M4' to switch on the spindle counter clock wise +Dynamic Laser Power Mode in Laser Mode + TabPage1_2 - + True - + NoControl - - 9, 18 + + 6, 54 - - 134, 17 + + 115, 13 - - 16 + + 44 - - Use Z-Axis and spindle + + Direction / Laser mode + TabPage1_2 - - Insert Z-Axis moves into G-Code + + True - - cBImportGCUseZ + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 167, 52 - - tab1_2gB3 + + 65, 17 - - 7 + + 10 - + + 'M3' CW + ok + + + Send 'M3' to switch on the spindle clock wise +Constant Laser Power Mode in Laser Mode + TabPage1_2 + + True - + NoControl - - 35, 58 + + 6, 83 - - 71, 13 + + 119, 13 - - 2 + + 43 - - Z-Height safe + + Delay after Spindle 'ON' + TabPage1_2 - - Height above surface of workpiece - must be positive + + True - - tab1_2lbl32 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 14 - - tab1_2gB3 + + 136, 13 - - 8 + + 4 - + + Spindle Speed / Laser pwr. + TabPage1_2 + + + Spindle speed for engraving + TabPage1_2 + + True - + NoControl - - 35, 78 + + 246, 15 - - 90, 13 + + 92, 17 - - 3 + + 8 - - Z-Height engrave + + from tool table + TabPage1_2 - - Final deepth below surface of workpiece - must be negative + + Select 'Grouping and tools - Tool table' to get selected values from tool table during import + TabPage1_2 - - tab1_2lbl33 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_2gB3 + + 25, 234 - - 9 + + 139, 17 - + + 14 + + + Add Pause (M0) instead + TabPage1_2 + + + Replace any M06 (tool change) command by M0 (pause) for manual tool change. + TabPage1_2 + + True - + NoControl - - 35, 38 + + 6, 218 - - 59, 13 + + 197, 17 - - 5 + + 13 - - Z Feedrate + + Add Tool Change command Tx M06 + TabPage1_2 - - Speed when moving into the workpiece + + Perform tool change action on Tx M06 commands if information is available - check tab 'Tool change'. + TabPage1_2 - - tab1_2lbl31 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_2gB3 + + 6, 258 - - 10 + + 162, 17 - - 3, 3 + + 15 - - 430, 238 + + Additional G-Code comments + TabPage1_2 - - 11 + + Add some more comments to the GCode + TabPage1_2 - - Z-Axis + + True - - Insert Z-Axis moves into G-Code + + NoControl - - tab1_2gB3 + + 252, 85 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 92, 17 - - tabPage12 + + 5 - - 1 + + from tool table + TabPage1_2 - - 4, 22 + + Select 'Grouping and tools - Tool table' to get selected values from tool table during import + TabPage1_2 - - 3, 3, 3, 3 + + True - - 436, 247 + + NoControl - - 0 + + 6, 14 - - Z axis + + 79, 13 - - tabPage12 + + 37 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Decimal places + TabPage1_2 - - tabControl1 + + Decimal places for coordinates in gcode. + TabPage1_2 - - 0 + + 170, 37 - - True + + 210, 20 - - NoControl + + 2 - - 361, 74 + + GRBL-Status after reset: G0, G54, G17, G90, G94, G21, G40, G49, M0, M5, M9 +No need to set this words + TabPage1_2 - - 0, 13 + + True - - 61 + + NoControl - - False + + 6, 86 - - LblImportGCPWMSliderSet + + 66, 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - tab1_2gB4 + + XY Feedrate + TabPage1_2 - - 0 + + Feedrate for G1,2,3 commands using X or Y dimension + TabPage1_2 - + True - + NoControl - - 376, 41 - - - 13, 13 + + 6, 40 - - 60 + + 81, 13 - - ? + + 34 - - False + + G-Code Header + TabPage1_2 - - LblImportGCPWMSliderMax + + GRBL-Status after reset: G0, G54, G17, G90, G94, G21, G40, G49, M0, M5, M9 +No need to set this words + TabPage1_2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 170, 59 - - tab1_2gB4 + + 210, 20 - - 1 + + 3 - + True - + NoControl - - 376, 219 + + 6, 62 - - 13, 13 + + 76, 13 - - 59 + + 36 - - ? + + G-Code Footer + TabPage1_2 - - False + + 170, 12 - - LblImportGCPWMSliderMin + + 33, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - tab1_2gB4 + + Right - - 2 + + Decimal places for coordinates in gcode. + TabPage1_2 - - NoControl + + BtnHelp_Penupdown - - 379, 52 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Vertical + + tab1_2gB7 - - 45, 168 + + 0 - - 58 + + cBImportGCUseIndividual2 - - Toggle "Advanced settings" to update min and max limits from grbl-setup + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + tab1_2gB7 - - TbImportGCPWMSlider + + 1 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBImportGCUseSpindle2 - - tab1_2gB4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab1_2gB7 - - True - - - NoControl - - - 277, 99 + + 2 - - 92, 17 + + cBImportGCUsePWM2 - - 57 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - from tool table + + tab1_2gB7 - - Select 'Grouping and tools - Tool table' to get selected values from tool table during import + + 3 - - cBImportGCTTSSpeedPWM + + cBImportGCUseZ2 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB4 + + tab1_2gB7 - + 4 - - NoControl - - - 226, 10 - - - 201, 23 - - - 56 + + tabControl1 - - Advanced settings + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Show further servo positions + + tab1_2gB7 - - btnPWMAdvanced + + 5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 401, 3 - - tab1_2gB4 + + 456, 310 - - 5 + + 31 - - True + + Pen up / down translation + TabPage1_2 - + NoControl - - 6, 144 + + 433, 4 - - 26, 13 + + 23, 23 - - 55 + + 30 - - P94 + + ? - - Number of subroutine + + Online help - - False + + True - - lblPWMP94 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 348, 16 - - tab1_2gB4 + + 71, 17 - - 6 + + 29 - - 35, 142 + + Individual + ok - - 126, 20 + + True - - 54 + + NoControl - - False + + 234, 16 - - tBImportGCPWMTextP94 + + 98, 17 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - tab1_2gB4 + + Spindle / Laser + ok - - 7 + + True - - 226, 142 + + NoControl - - 45, 20 + + 120, 16 - - 52 + + 53, 17 - - Right + + 28 - - Insert G4: delay in seconds before next command + + PWM + ok - - False + + True - - nUDImportGCDlyP94 + + NoControl - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 16 - - tab1_2gB4 + + 54, 17 - - 8 + + 27 - - 167, 142 + + Z axis + ok - - 53, 20 + + tabPage12 - - 53 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + tabControl1 - - False + + 0 - - nUDImportGCPWMP94 + + tabPage27 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB4 + + tabControl1 - - 9 + + 1 - - True + + tabPage28 - - NoControl + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 122 + + tabControl1 - - 26, 13 + + 2 - - 51 + + tabPage29 - - P93 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Number of subroutine + + tabControl1 - - False + + 3 - - lblPWMP93 + + 64, 18 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 37 - - tab1_2gB4 + + 444, 273 - - 10 + + 26 - - 35, 120 + + GbSeveralPasses - - 126, 20 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 45 + + tabPage12 - - False + + 0 - - tBImportGCPWMTextP93 + + tab1_2gB3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB4 + + tabPage12 - - 11 + + 1 - - True + + 4, 22 - - NoControl + + 3, 3, 3, 3 - - 6, 100 + + 436, 247 - - 26, 13 + + 0 - - 50 + + Z axis + ok - - P92 + + tab1_2lbl35 - - Number of subroutine 'Pen down' + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblPWMP92 + + GbSeveralPasses - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - tab1_2gB4 + + cBImportGCZIncNoZUp - - 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 226, 120 + + GbSeveralPasses - - 45, 20 + + 1 - - 42 + + cBImportGCZIncEnable - - Right + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Insert G4: delay in seconds before next command + + GbSeveralPasses - - False + + 2 - - nUDImportGCDlyP93 + + nUDImportGCZIncrement - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB4 + + GbSeveralPasses - - 13 + + 3 - - True + + cBImportGCZIncStartZero - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 78 + + GbSeveralPasses - - 26, 13 + + 4 - - 49 + + 3, 105 - - P91 + + 424, 104 - - Number of subroutine + + 51 - - False + + Several passes - - lblPWMP91 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_2gB4 + + 6, 40 - - 14 + + 79, 13 - - 167, 120 + + 14 - - 53, 20 + + Depth per pass + TabPage1_2 - - 42 + + Max. increment of Z value + TabPage1_2 - - Right + + NoControl - - False + + 9, 64 - - nUDImportGCPWMP93 + + 409, 34 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50 - - tab1_2gB4 + + Avoid Z-up DANGEROUS, if paths have different start and stop coordinates! - - 15 + + Doesn't raise Z to safe height after each pass - + True - + NoControl - - 38, 36 + + 9, 20 - - 48, 13 + + 118, 17 - - 48 + + 21 - - Function + + Use several passes + TabPage1_2 - - Function of subroutine + + Repeat path with increasing Z deepth to reach final deepth +Not usable with other pen up/down options! + TabPage1_2 - - lblPWMFunction + + 191, 38 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 53, 20 - - tab1_2gB4 + + 23 - - 16 + + Right - + True - + NoControl - - 6, 36 - - - 26, 13 + + 139, 20 - - 47 + + 82, 17 - - Sub + + 22 - - Number of subroutine + + Start at Z=0 + TabPage1_2 - - lblPWMSub + + Use Z=0 for first pass + TabPage1_2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBImportGCZPreventSpindle - - tab1_2gB4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + tab1_2gB3 - - True + + 0 - - NoControl + + label67 - - 6, 56 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26, 13 + + tab1_2gB3 - - 46 + + 1 - - P90 + + label64 - - Number of subroutine 'Pen up' + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblPWMP90 + + tab1_2gB3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tab1_2gB4 + + cBImportGCTTZAxis - - 18 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_2gB3 - - NoControl + + 3 - - 222, 36 + + nUDImportGCFeedZ - - 58, 13 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 46 + + tab1_2gB3 - - Delay after + + 4 - - Delay after applying new PWM value + + nUDImportGCZUp - - label55 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_2gB3 - - tab1_2gB4 + + 5 - - 19 + + nUDImportGCZDown - - True + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab1_2gB3 - - 165, 36 + + 6 - - 34, 13 + + cBImportGCUseZ - - 45 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PWM + + tab1_2gB3 - - PWM value + + 7 - - label56 + + tab1_2lbl32 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB4 - - - 20 + + tab1_2gB3 - - Microsoft Sans Serif, 6.75pt + + 8 - - NoControl + + tab1_2lbl33 - - 166, 169 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 55, 20 + + tab1_2gB3 - - 40 + + 9 - - Inc 10 + + tab1_2lbl31 - - PWM Increment value 1, 10 or 100 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnPWMInc + + tab1_2gB3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - tab1_2gB4 + + 3, 3 - - 21 + + 430, 238 - - NoControl + + 11 - - 35, 74 + + Z-Axis + TabPage1_2 - - 126, 22 + + Insert Z-Axis moves into G-Code + TabPage1_2 - - 39 + + True - - Pen Zero + + NoControl - - MiddleLeft + + 9, 212 - - Pen touches surface -Only needed for lead-in operation + + 142, 17 - - False + + 49 - - btnGCPWMZero + + Do not switch on spindle - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab1_2gB4 + + NoControl - - 22 + + 6, 78 - - 167, 76 + + 26, 13 - - 53, 20 + + 48 - - 38 + + P92 - - Right + + Number of subroutine 'Pen down' + ok - - Spindle speed for pen zero -Only needed for lead-in operation + + True - - False + + NoControl - - nUDImportGCPWMZero + + 6, 58 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26, 13 - - tab1_2gB4 + + 47 - - 23 + + P90 - + + Number of subroutine 'Pen up' + ok + + True - + NoControl - - 174, 19 - - - 13, 13 + + 156, 18 - - 37 + + 92, 17 - - ? + + 17 - - Possible max. value is set via $30 (default=1000), min via $31 (default=0). -Grbl-version 'grbl_v1.1f_Servo.hex' from https://github.com/cprezzi/grbl-servo, -uses 31 steps for output of 0.5ms to 2.5ms (see cpu_map.h). -Real usable range would be $30=31, $31=0. + + from tool table + TabPage1_2 - - lblInfoPWM + + Select 'Grouping and tools - Tool table' to get selected values from tool table during import. All Z values will be taken from tool table during import + TabPage1_2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 191, 36 - - tab1_2gB4 + + 53, 20 - - 24 + + 18 - - NoControl + + Right - - 35, 96 + + Speed when moving into the workpiece for G1 command + TabPage1_2 - - 126, 22 + + 191, 56 - - 36 + + 53, 20 - - Pen Down + + 19 - - MiddleLeft + + Right - - Move pen most down + + Height above surface of workpiece - must be positive + TabPage1_2 - - btnGCPWMDown + + 191, 76 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 53, 20 - - tab1_2gB4 + + 20 - - 25 + + Right - - NoControl + + Final deepth below surface of workpiece - must be negative + TabPage1_2 - - 35, 52 + + True - - 126, 22 + + NoControl - - 35 + + 9, 18 - - Pen Up + + 134, 17 - - MiddleLeft + + 16 - - Move pen most up + + Use Z-Axis and spindle + TabPage1_2 - - btnGCPWMUp + + Insert Z-Axis moves into G-Code + TabPage1_2 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab1_2gB4 + + NoControl - - 26 + + 35, 58 - - True + + 71, 13 - - NoControl + + 2 - - 9, 194 + + Z-Height safe + ok - - 145, 17 + + Height above surface of workpiece - must be positive + TabPage1_2 - - 34 + + True - - Send command to check + + NoControl - - Send command on value change + + 35, 78 - - cBImportGCPWMSendCode + + 90, 13 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - tab1_2gB4 + + Z-Height engrave + ok - - 27 + + Final deepth below surface of workpiece - must be negative + TabPage1_2 - + True - + NoControl - - 9, 171 + + 35, 38 - - 120, 17 + + 59, 13 - - 33 + + 5 - - Skip command M30 + + Z Feedrate + ok - - Skip command M30 'Program end' to avoid switching off the spindle by resetting parser state, which causes the servo to move to positon '0'. + + Speed when moving into the workpiece + TabPage1_2 - - cBImportGCPWMSkipM30 + + tab1_2gB4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB4 + + tabPage27 - - 28 + + 0 - - 167, 53 + + 4, 22 - - 53, 20 + + 3, 3, 3, 3 - - 29 + + 436, 247 - - Right + + 1 - - Spindle speed for pen up + + PWM + ok - - nUDImportGCPWMUp + + LblImportGCPWMSliderSet - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tab1_2gB4 - - 29 - - - 226, 53 + + 0 - - 45, 20 + + LblImportGCPWMSliderMax - - 30 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + tab1_2gB4 - - Insert G4: delay in seconds before next command + + 1 - - nUDImportGCDlyUp + + LblImportGCPWMSliderMin - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tab1_2gB4 - - 30 - - - 167, 98 + + 2 - - 53, 20 + + TbImportGCPWMSlider - - 31 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + tab1_2gB4 - - Spindle speed for pen down + + 3 - - nUDImportGCPWMDown + + cBImportGCTTSSpeedPWM - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tab1_2gB4 - - 31 - - - 226, 98 + + 4 - - 45, 20 + + btnPWMAdvanced - - 32 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + tab1_2gB4 - - Insert G4: delay in seconds before next command + + 5 - - nUDImportGCDlyDown + + lblPWMP94 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tab1_2gB4 - - 32 + + 6 - - True + + tBImportGCPWMTextP94 - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 18 + + tab1_2gB4 - - 139, 17 + + 7 - - 28 + + nUDImportGCDlyP94 - - Spindle Speed as PWM + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Control RC-Servo via spindle speed (special GRBL-version needed to generate 1ms - 2ms PWM output) + + tab1_2gB4 - - cBImportGCUsePWM + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDImportGCPWMP94 - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_2gB4 - - 33 + + 9 - - 3, 3 + + lblPWMP93 - - 430, 242 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tab1_2gB4 + + 10 - - Servo Control + + tBImportGCPWMTextP93 - - Control RC-Servo via spindle speed (special GRBL-version needed to generate 1ms - 2ms PWM output) + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tab1_2gB4 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - tabPage27 + + lblPWMP92 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 22 + + tab1_2gB4 - - 3, 3, 3, 3 + + 12 - - 436, 247 + + nUDImportGCDlyP93 - - 1 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PWM + + tab1_2gB4 - - tabPage27 + + 13 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblPWMP91 - - tabControl1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab1_2gB4 - - NoControl + + 14 - - 112, 18 + + nUDImportGCPWMP93 - - 315, 59 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab1_2gB4 - - Check Spindle settings for M3 M4 selection and delay + + 15 - - tab1_2lbl51 + + lblPWMFunction - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB5 + + tab1_2gB4 - - 0 + + 16 - - True + + lblPWMSub - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 18 + + tab1_2gB4 - - 97, 17 + + 17 - - 24 + + lblPWMP90 - - Spindle On/Off + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Switch Spindle 'off' with 'Pen up' and 'on' with 'Pen down' commands (for laser engraver) -Check Spindle settings for M3 M4 selection and delay + + tab1_2gB4 - - cBImportGCUseSpindle + + 18 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label55 - - tab1_2gB5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab1_2gB4 - - 3, 3 + + 19 - - 430, 238 + + label56 - - 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Spindle On/Off with Pen Down/Up (for Laser) + + tab1_2gB4 - - Switch Spindle 'off' with 'Pen up' and 'on' with 'Pen down' commands (for laser engraver) - + + 20 - - tab1_2gB5 + + btnPWMInc - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage28 + + tab1_2gB4 - - 0 + + 21 - - 4, 22 + + btnGCPWMZero - - 3, 3, 3, 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 436, 247 + + tab1_2gB4 - - 2 + + 22 - - Spindle / Laser + + nUDImportGCPWMZero - - tabPage28 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_2gB4 - - tabControl1 + + 23 - - 2 + + lblInfoPWM - - 156, 57 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 265, 20 + + tab1_2gB4 - - 27 + + 24 - - tBImportGCIPD + + btnGCPWMDown - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB6 + + tab1_2gB4 - - 0 + + 25 - - 156, 36 + + btnGCPWMUp - - 265, 20 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tab1_2gB4 + + 26 - - tBImportGCIPU + + cBImportGCPWMSendCode - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB6 + + tab1_2gB4 - - 1 + + 27 - - True + + cBImportGCPWMSkipM30 - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 60 + + tab1_2gB4 - - 57, 13 + + 28 - - 18 + + nUDImportGCPWMUp - - Pen Down + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2lbl62 + + tab1_2gB4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29 - - tab1_2gB6 + + nUDImportGCDlyUp - - 2 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab1_2gB4 - - NoControl + + 30 - - 6, 39 + + nUDImportGCPWMDown - - 43, 13 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + tab1_2gB4 - - Pen Up + + 31 - - tab1_2lbl61 + + nUDImportGCDlyDown - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_2gB6 + + tab1_2gB4 - - 3 + + 32 - - True + + cBImportGCUsePWM - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 18 + + tab1_2gB4 - - 247, 17 + + 33 - - 25 + + 3, 3 - - Use individual commands (seperate lines by ';' ) + + 430, 242 - - cBImportGCUseIndividual + + 10 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Servo Control + TabPage1_2 - - tab1_2gB6 + + Control RC-Servo via spindle speed (special GRBL-version needed to generate 1ms - 2ms PWM output) + TabPage1_2 - - 4 + + True - - 3, 3 + + NoControl - - 430, 238 + + 361, 74 - - 25 + + 0, 13 - - Individual commands for Pen Down/Up + + 61 - - tab1_2gB6 + + False - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tabPage29 + + NoControl - - 0 + + 376, 41 - - 4, 22 + + 13, 13 - - 3, 3, 3, 3 + + 60 - - 436, 247 + + ? - - 3 + + False - - Individual + + True - - tabPage29 + + NoControl - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 376, 219 - - tabControl1 + + 13, 13 - - 3 + + 59 - - 64, 18 + + ? - - 6, 37 + + False - - 444, 273 + + NoControl - - 26 + + 379, 52 - - tabControl1 + + Vertical - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 45, 168 - - tab1_2gB7 + + 58 - - 5 + + Toggle "Advanced settings" to update min and max limits from grbl-setup - - 401, 3 + + False - - 456, 310 + + True - - 31 + + NoControl - - Pen up / down translation + + 277, 99 - - tab1_2gB7 + + 92, 17 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 57 - - graphicImport2 + + from tool table - - 1 + + Select 'Grouping and tools - Tool table' to get selected values from tool table during import - - 4, 22 + + NoControl - - 3, 3, 3, 3 + + 226, 10 - - 863, 322 + + 201, 23 - - 1 + + 56 - - G-Code generation + + Advanced settings + ok - - graphicImport2 + + Show further servo positions + ok - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tabControl1_Level2 + + NoControl - - 1 + + 6, 144 - - 6, 67 + + 26, 13 - - 839, 79 + + 55 - - 3 + + P94 - - Converts all XY values (Cartesian coordinate system) to radius / angle (polar coordinates) when importing graphics. -X gets the radius values, Y gets the angle values. -Note: further graphics editing (rotation, scaling, shift) leads to unpleasant results, because they are programmed for XY coordinates. -The conversion is also possible via Menu - GCode Transform - 'Convert to polar coordinates'. - - - LblPolar + + Number of subroutine + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - GbConvertToPolar + + 35, 142 - - 0 + + 126, 20 - - True + + 54 - - NoControl + + False - - 82, 46 + + 226, 142 - - 82, 13 + + 45, 20 - - 2 + + 52 - - Accuracy in mm + + Right - - label106 + + Insert G4: delay in seconds before next command + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - GbConvertToPolar + + 167, 142 - - 1 + + 53, 20 - - 6, 44 + + 53 - - 70, 20 + + Right - - 1 + + False - - Right + + True - - NudConvertToPolar + + NoControl - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 122 - - GbConvertToPolar + + 26, 13 - - 2 + + 51 - - True + + P93 - - NoControl + + Number of subroutine + ok - - 6, 19 + + False - - 176, 17 + + 35, 120 - - 0 + + 126, 20 - - Convert XY to polar coordinates + + 45 - - CbConvertToPolar + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - GbConvertToPolar + + NoControl - - 3 + + 6, 100 - - 6, 167 + + 26, 13 - - 851, 149 + + 50 - - 32 + + P92 - - Convert XY to polar coordinats + + Number of subroutine 'Pen down' + ok - - GbConvertToPolar + + 226, 120 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 45, 20 - - graphicImport3 + + 42 - - 0 + + Right - - NoControl + + Insert G4: delay in seconds before next command + ok - - 834, 6 + + False - - 23, 23 + + True - - 26 + + NoControl - - ? + + 6, 78 - - Online help + + 26, 13 - - BtnHelp_misc + + 49 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + P91 - - graphicImport3 + + Number of subroutine + ok - - 1 + + False - - 202, 92 + + 167, 120 - - 66, 20 + + 53, 20 - - 18 + + 42 - + Right - - numericUpDown5 + + False - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab1_3gB3 + + NoControl - - 0 + + 38, 36 - - 202, 70 + + 48, 13 - - 66, 20 + + 48 - - 17 + + Function + ok - - Right + + Function of subroutine + ok - - numericUpDown4 + + True - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_3gB3 + + 6, 36 - - 1 + + 26, 13 - - 202, 48 + + 47 - - 66, 20 + + Sub + ok - - 16 + + Number of subroutine + ok - - Right + + True - - numericUpDown3 + + NoControl - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 56 - - tab1_3gB3 + + 26, 13 - - 2 + + 46 - + + P90 + + + Number of subroutine 'Pen up' + ok + + True - + NoControl - - 3, 94 + + 222, 36 - - 54, 13 + + 58, 13 - - 5 + + 46 - - S at Z > 0 + + Delay after + ok - - tab1_3lbl34 + + Delay after applying new PWM value + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab1_3gB3 + + NoControl - - 3 + + 165, 36 - - NoControl + + 34, 13 - - 3, 16 + + 45 - - 265, 29 + + PWM + ok - - 4 + + PWM value + ok - - Settings for Menu GCode Transform, Convert Z to S + + Microsoft Sans Serif, 6.75pt - - tab1_3lbl31 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 166, 169 - - tab1_3gB3 + + 55, 20 - - 4 + + 40 - - True + + Inc 10 + ok - + + PWM Increment value 1, 10 or 100 + ok + + NoControl - - 3, 72 + + 35, 74 - - 126, 13 + + 126, 22 - - 1 + + 39 - - Minimum S at maximum Z + + Pen Zero + ok - - tab1_3lbl33 + + MiddleLeft - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Pen touches surface +Only needed for lead-in operation + ok - - tab1_3gB3 + + False - - 5 + + 167, 76 - - True + + 53, 20 - - NoControl + + 38 - - 3, 50 + + Right - - 126, 13 + + Spindle speed for pen zero +Only needed for lead-in operation + ok - - 0 + + False - - Maximum S at minimum Z + + True - - tab1_3lbl32 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 174, 19 - - tab1_3gB3 + + 13, 13 - - 6 + + 37 - - 286, 6 + + ? - - 274, 155 + + Possible max. value is set via $30 (default=1000), min via $31 (default=0). +Grbl-version 'grbl_v1.1f_Servo.hex' from https://github.com/cprezzi/grbl-servo, +uses 31 steps for output of 0.5ms to 2.5ms (see cpu_map.h). +Real usable range would be $30=31, $31=0. + ok - - 24 + + NoControl - - Convert Z-Axis to Spindle speed S + + 35, 96 - - tab1_3gB3 + + 126, 22 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 36 - - graphicImport3 + + Pen Down + ok - - 2 + + MiddleLeft - - True + + Move pen most down + ok - + NoControl - - 6, 16 + + 35, 52 - - 157, 13 + + 126, 22 - - 23 - - - May not work with other options - - - tab1_3lbl41 + + 35 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Pen Up + ok - - tab1_3gB4 + + MiddleLeft - - 0 + + Move pen most up + ok - + True - + NoControl - - 6, 54 + + 9, 194 - - 122, 17 + + 145, 17 - - 20 + + 34 - - Relative movements + + Send command to check + ok - - Calculate relative movements for G91 -Note: Don't use 'Sort objects by pen index' + + Send command on value change + ok - - cBImportGCRelative + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_3gB4 + + 9, 171 - - 1 + + 120, 17 - - True + + 33 - - NoControl + + Skip command M30 + ok - - 6, 38 + + Skip command M30 'Program end' to avoid switching off the spindle by resetting parser state, which causes the servo to move to positon '0'. + ok - - 111, 17 + + 167, 53 - - 19 + + 53, 20 - - Compress G-Code + + 29 - - Skips redundant data. -Note: Don't use 'Sort objects by pen index' + + Right - - cBImportGCCompress + + Spindle speed for pen up + TabPage1_2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 226, 53 - - tab1_3gB4 + + 45, 20 - - 2 + + 30 - - 616, 6 + + Right - - 200, 77 + + Insert G4: delay in seconds before next command + TabPage1_2 - - 23 + + 167, 98 - - Experimental + + 53, 20 - - tab1_3gB4 + + 31 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Right - - graphicImport3 + + Spindle speed for pen down + TabPage1_2 - - 3 + + 226, 98 - + + 45, 20 + + + 32 + + + Right + + + Insert G4: delay in seconds before next command + TabPage1_2 + + True - + NoControl - - 20, 134 + + 9, 18 - - 233, 17 + + 139, 17 - - 11 + + 28 - - Apply pen-up/-down before/after subroutine + + Spindle Speed as PWM + TabPage1_2 - - cBimportGCSubPenUpDown + + Control RC-Servo via spindle speed (special GRBL-version needed to generate 1ms - 2ms PWM output) + TabPage1_2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_2gB5 - - tab1_3gB1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tabPage28 + + 0 - - 219, 19 + + 4, 22 - - 49, 20 + + 3, 3, 3, 3 - - 4 + + 436, 247 - - Right + + 2 - - If value is 0, only 'Insert also on begin of path' will be processed + + Spindle / Laser + ok - - nUDImportGCLineSegment + + tab1_2lbl51 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_3gB1 + + tab1_2gB5 - - 1 + + 0 - - NoControl + + cBImportGCUseSpindle - - 243, 87 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25, 20 + + tab1_2gB5 - - 8 + + 1 - - ... + + 3, 3 - - btnFileDialogSubR + + 430, 238 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - tab1_3gB1 + + Spindle On/Off with Pen Down/Up (for Laser) + TabPage1_2 - - 2 - - - True + + Switch Spindle 'off' with 'Pen up' and 'on' with 'Pen down' commands (for laser engraver) + + TabPage1_2 - + NoControl - - 20, 111 + + 112, 18 - - 154, 17 + + 315, 59 - - 10 + + 1 - - Insert also on begin of path + + Check Spindle settings for M3 M4 selection and delay + TabPage1_2 - - cBImportGCSubFirst + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_3gB1 + + 9, 18 - - 3 + + 97, 17 - - NoControl + + 24 - - 219, 67 + + Spindle On/Off + TabPage1_2 - - 50, 20 + + Switch Spindle 'off' with 'Pen up' and 'on' with 'Pen down' commands (for laser engraver) +Check Spindle settings for M3 M4 selection and delay + TabPage1_2 - - 9 + + tab1_2gB6 - - show + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Click to show file content + + tabPage29 - - btnShowScriptSub + + 0 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - - tab1_3gB1 + + 3, 3, 3, 3 - - 4 + + 436, 247 - - True + + 3 - - NoControl + + Individual + ok - - 20, 47 + + tBImportGCIPD - - 125, 17 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tab1_2gB6 - - equidistant segments + + 0 - - Checked: A line will be split into segments of same length ( <= given length) -Unchecked: last linesegment is shorter, all other exact given length + + tBImportGCIPU - - cBImportGCLineSegmentsEquidistant + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_2gB6 - - tab1_3gB1 + + 1 - - 5 + + tab1_2lbl62 - - 20, 87 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 194, 20 + + tab1_2gB6 - - 7 + + 2 - - Path to file with subroutine + + tab1_2lbl61 - - tBImportGCSubroutine + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_2gB6 - - tab1_3gB1 + + 3 - - 6 + + cBImportGCUseIndividual - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab1_2gB6 - - 20, 72 + + 4 - - 106, 17 + + 3, 3 - - 6 + + 430, 238 - - Insert Subroutine + + 25 - - Insert subroutine every segment length. + + Individual commands for Pen Down/Up + TabPage1_2 - - cBImportGCSubEnable + + 156, 57 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 265, 20 - - tab1_3gB1 + + 27 - - 7 + + 156, 36 - - NoControl + + 265, 20 - - 6, 16 + + 26 - - 208, 30 + + True - - 3 + + NoControl - - Divide G1 lines into segments with max. length in units. 0 = no divides. + + 6, 60 - - Cut long straight moves into shorter moves with max. given length. -Don't use with "Relative movements" + + 57, 13 - - cBImportGCLineSegments + + 18 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Pen Down + ok - - tab1_3gB1 + + True - - 8 + + NoControl - - 6, 6 + + 6, 39 - - 274, 155 + + 43, 13 - - 18 + + 16 - - Split original moves - - - tab1_3gB1 + + Pen Up + ok - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - graphicImport3 + + NoControl - - 4 + + 9, 18 - - 4, 22 + + 247, 17 - - 3, 3, 3, 3 + + 25 - - 863, 322 + + Use individual commands (seperate lines by ';' ) + TabPage1_2 - - 2 + + LblPolar - - G-Code modification + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - graphicImport3 + + GbConvertToPolar - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - tabControl1_Level2 + + label106 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GbConvertToPolar - - 831, 0 + + 1 - - 23, 23 + + NudConvertToPolar - - 26 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ? + + GbConvertToPolar - - Online help + + 2 - - BtnHelp_Usecase + + CbConvertToPolar - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_4gB1 + + GbConvertToPolar - - 0 + + 3 - - True + + 6, 167 - - NoControl + + 851, 149 - - 580, 13 + + 32 - - 13, 13 + + Convert XY to polar coordinats - - 9 + + NoControl - - lblLastUseCase + + 6, 67 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 839, 79 - - tab1_4gB1 + + 3 - - 1 + + Converts all XY values (Cartesian coordinate system) to radius / angle (polar coordinates) when importing graphics. +X gets the radius values, Y gets the angle values. +Note: further graphics editing (rotation, scaling, shift) leads to unpleasant results, because they are programmed for XY coordinates. +The conversion is also possible via Menu - GCode Transform - 'Convert to polar coordinates'. - + True - + NoControl - - 516, 13 - - - 65, 13 + + 82, 46 - - 8 + + 82, 13 - - Last loaded: + + 2 - - tab1_4lbl1 + + Accuracy in mm - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 44 - - tab1_4gB1 + + 70, 20 - - 2 + + 1 - - 6, 180 + + Right - + True - - Both + + NoControl - - 504, 95 + + 6, 19 - - 7 + + 176, 17 - - tBUseCaseSetting2 + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Convert XY to polar coordinates - - tab1_4gB1 + + NoControl - - 3 + + 834, 6 - - Lucida Console, 7.5pt + + 23, 23 - - 6, 16 + + 26 - - True + + ? - - Both + + Online help - - 504, 158 + + numericUpDown5 - - 6 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Select use case to see settings + + tab1_3gB3 - - tBUseCaseSetting1 + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + numericUpDown4 - - tab1_4gB1 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + tab1_3gB3 - - True + + 1 - - NoControl + + numericUpDown3 - - 516, 166 - - - 162, 13 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tab1_3gB3 - - Write information about use case + + 2 - - tab1_4lbl2 + + tab1_3lbl34 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab1_4gB1 + + tab1_3gB3 - - 5 + + 3 - - NoControl + + tab1_3lbl31 - - 748, 140 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 23 + + tab1_3gB3 - + 4 - - Delete selected + + tab1_3lbl33 - - Delete the selected use case + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnDelete + + tab1_3gB3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - tab1_4gB1 + + tab1_3lbl32 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab1_3gB3 + + 6 - - NoControl + + 286, 6 - - 748, 60 + + 274, 155 - - 100, 23 + + 24 - - 3 + + Convert Z-Axis to Spindle speed S + TabPage1_3 - - Save 'use case' + + 202, 92 - - Save current import settings as a use case + + 66, 20 - - btnUseCaseSave + + 18 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Right - - tab1_4gB1 + + 202, 70 - - 7 + + 66, 20 - - NoControl + + 17 - - 748, 29 + + Right - - 100, 23 + + 202, 48 - - 2 + + 66, 20 - - Load selected + + 16 - - Load settings of selected use case + + Right - - btnUseCaseLoad + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab1_4gB1 + + 3, 94 - - 8 + + 54, 13 - - 516, 180 + + 5 - - True + + S at Z > 0 + TabPage1_3 - - 332, 95 + + NoControl - - 1 + + 3, 16 - - tBUseCaseInfo + + 265, 29 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - tab1_4gB1 + + Settings for Menu GCode Transform, Convert Z to S + TabPage1_3 - - 9 + + True - - 516, 29 + + NoControl - - 226, 134 + + 3, 72 - - 0 + + 126, 13 - - lBUseCase + + 1 - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Minimum S at maximum Z + TabPage1_3 - - tab1_4gB1 + + True - - 10 + + NoControl - - 6, 6 + + 3, 50 - - 854, 281 + + 126, 13 - - 27 + + 0 - - Save import settings as 'use case' + + Maximum S at minimum Z + TabPage1_3 - - tab1_4gB1 + + tab1_3lbl41 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - graphicImport4 + + tab1_3gB4 - + 0 - - 4, 22 + + cBImportGCRelative - - 3, 3, 3, 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 863, 322 + + tab1_3gB4 - - 3 + + 1 - - Use cases + + cBImportGCCompress - - graphicImport4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab1_3gB4 - - tabControl1_Level2 + + 2 - - 3 + + 616, 6 - - 3, 6 + + 200, 77 - - 871, 348 + + 23 - - 36 + + Experimental + TabPage1_3 - - tabControl1_Level2 + + True - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tabPage3 + + 6, 16 - - 0 + + 157, 13 - - 4, 22 + + 23 - - 3, 3, 3, 3 + + May not work with other options + TabPage1_3 - - 877, 360 + + True - - 2 + + NoControl - - Graphics import + + 6, 54 - - tabPage3 + + 122, 17 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - tabControl_Level1 + + Relative movements + TabPage1_3 - - 0 + + Calculate relative movements for G91 +Note: Don't use 'Sort objects by pen index' + TabPage1_3 - + + True + + NoControl - - 848, 0 + + 6, 38 - - 23, 23 + + 111, 17 - - 27 + + 19 - - ? + + Compress G-Code + TabPage1_3 - - Online help + + Skips redundant data. +Note: Don't use 'Sort objects by pen index' + TabPage1_3 - - BtnHelp_TooltableSet + + cBimportGCSubPenUpDown - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab2gB1 + + tab1_3gB1 - + 0 - - NoControl - - - 413, 14 - - - 27, 23 + + nUDImportGCLineSegment - - 23 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ... + + tab1_3gB1 - - Load tool table from other location + + 1 - - BtnLoadToolTableDialog + + btnFileDialogSubR - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab2gB1 + + tab1_3gB1 - - 1 + + 2 - - True + + cBImportGCSubFirst - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 472, 29 + + tab1_3gB1 - - 10, 13 + + 3 - - 22 + + btnShowScriptSub - - - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblToolListChanged + + tab1_3gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - tab2gB1 + + cBImportGCLineSegmentsEquidistant - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab1_3gB1 - - 312, 74 + + 5 - - 100, 23 + + tBImportGCSubroutine - - 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Delete selected list + + tab1_3gB1 - - Delete selected tool table + + 6 - - btnDeleteToolTable + + cBImportGCSubEnable - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab2gB1 + + tab1_3gB1 - - 3 + + 7 - - NoControl + + cBImportGCLineSegments - - 556, 16 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 306, 51 + + tab1_3gB1 - - 20 + + 8 - - empty - - - lblToolListLoaded + + 6, 6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 274, 155 - - tab2gB1 + + 18 - - 4 + + Split original moves + TabPage1_3 - + True - + NoControl - - 446, 16 + + 20, 134 - - 111, 13 + + 233, 17 - - 21 + + 11 - - Last loaded tool table: + + Apply pen-up/-down before/after subroutine + ok - - label5 + + 219, 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 49, 20 - - tab2gB1 + + 4 - - 5 + + Right - - 6, 14 + + If value is 0, only 'Insert also on begin of path' will be processed + ok - - 300, 82 + + NoControl - - 19 + + 243, 87 - - lbFiles + + 25, 20 - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - tab2gB1 + + ... - - 6 + + True - + NoControl - - 312, 14 + + 20, 111 - - 100, 23 + + 154, 17 - - 1 + + 10 - - Load selected + + Insert also on begin of path + TabPage1_3 - - Load selected tool table + + NoControl - - btnLoadToolTable + + 219, 67 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 50, 20 - - tab2gB1 + + 9 - - 7 + + show + TabPage1_3 - - NoControl + + Click to show file content + TabPage1_3 - - 312, 44 + + True - - 100, 23 + + NoControl - - 2 + + 20, 47 - - Save tool table + + 125, 17 - - Save current tool table to csv file + + 5 - - btnToolExport + + equidistant segments + TabPage1_3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Checked: A line will be split into segments of same length ( <= given length) +Unchecked: last linesegment is shorter, all other exact given length + TabPage1_3 - - tab2gB1 + + 20, 87 - - 8 + + 194, 20 - - 3, 3 + + 7 - - 871, 100 + + Path to file with subroutine + TabPage1_3 - - 17 + + True - - Tool tables + + NoControl - - tab2gB1 + + 20, 72 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 106, 17 - - tabPage14 + + 6 - - 0 + + Insert Subroutine + TabPage1_3 - - True + + Insert subroutine every segment length. + TabPage1_3 - + NoControl - - 109, 35 + + 6, 16 - - 87, 17 + + 208, 30 - - 5 + + 3 - - Laser related + + Divide G1 lines into segments with max. length in units. 0 = no divides. + TabPage1_3 - - Reduce visible columns + + Cut long straight moves into shorter moves with max. given length. +Don't use with "Relative movements" + TabPage1_3 - - cBToolLaser + + BtnHelp_Usecase - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab2gB2 + + tab1_4gB1 - + 0 - - NoControl + + lblLastUseCase - - 0, 194 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25, 25 + + tab1_4gB1 - - 11 + + 1 - - btnDown + + tab1_4lbl1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab2gB2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab1_4gB1 - - NoControl + + 2 - - 0, 160 + + tBUseCaseSetting2 - - 25, 25 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + tab1_4gB1 - - btnUp + + 3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tBUseCaseSetting1 - - tab2gB2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + tab1_4gB1 - - NoControl + + 4 - - 37, 31 + + tab1_4lbl2 - - 70, 23 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + tab1_4gB1 - - renumber + + 5 - - btnReNumberTools + + btnDelete - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab2gB2 - - - 3 + + tab1_4gB1 - - NoControl + + 6 - - 374, 31 + + btnUseCaseSave - - 300, 23 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + tab1_4gB1 - - Move to XY position of marked row + + 7 - - btnMoveToolXY + + btnUseCaseLoad - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab2gB2 + + tab1_4gB1 - - 4 + + 8 - - True + + tBUseCaseInfo - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 217, 16 + + tab1_4gB1 - - 204, 13 + + 9 - - 11 + + lBUseCase - - Offset to tool positions in tool table (X,Y,Z) + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab2gB2lbl1 + + tab1_4gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - tab2gB2 + + 6, 6 - - 5 + + 854, 281 - - 306, 33 + + 27 - - 50, 20 + + Save import settings as 'use case' + TabPage1_4 - - 8 + + NoControl - - Right + + 831, 0 - - nUDToolOffsetZ + + 23, 23 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26 - - tab2gB2 + + ? - - 6 + + Online help - - 202, 33 + + True - - 50, 20 + + NoControl - - 6 + + 580, 13 - - Right + + 13, 13 - - nUDToolOffsetX + + 9 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab2gB2 + + NoControl - - 7 + + 516, 13 - - 254, 33 + + 65, 13 - - 50, 20 + + 8 - - 7 + + Last loaded: + TabPage1_4 - - Right + + 6, 180 - - nUDToolOffsetY + + True - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Both - - tab2gB2 + + 504, 95 - - 8 + + 7 - - 25 + + Lucida Console, 7.5pt - - True - - - Nr. + + 6, 16 + + + True + + + Both + + + 504, 158 + + + 6 + + + Select use case to see settings + TabPage1_4 + + + True + + + NoControl + + + 516, 166 + + + 162, 13 + + + 5 + + + Write information about use case + TabPage1_4 + + + NoControl + + + 748, 140 + + + 100, 23 + + + 4 + + + Delete selected + TabPage1_4 + + + Delete the selected use case + TabPage1_4 + + + NoControl + + + 748, 60 + + + 100, 23 + + + 3 + + + Save 'use case' + TabPage1_4 + + + Save current import settings as a use case + TabPage1_4 + + + NoControl + + + 748, 29 + + + 100, 23 + + + 2 + + + Load selected + TabPage1_4 + + + Load settings of selected use case + TabPage1_4 + + + 516, 180 + + + True + + + 332, 95 + + + 1 + + + 516, 29 + + + 226, 134 + + + 0 + + + BtnHelp_TooltableSet + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 0 + + + BtnLoadToolTableDialog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 1 + + + lblToolListChanged + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 2 + + + btnDeleteToolTable + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 3 + + + lblToolListLoaded + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 4 + + + label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 5 + + + lbFiles + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 6 + + + btnLoadToolTable + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 7 + + + btnToolExport + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB1 + + + 8 + + + 3, 3 + + + 871, 100 + + + 17 + + + Tool tables + TabPage2 + + + NoControl + + + 848, 0 + + + 23, 23 + + + 27 + + + ? + + + Online help + + + NoControl + + + 413, 14 + + + 27, 23 + + + 23 + + + ... + + + Load tool table from other location + + + True + + + NoControl + + + 472, 29 + + + 10, 13 + + + 22 + + + - + ok + + + NoControl + + + 312, 74 + + + 100, 23 + + + 3 + + + Delete selected list + TabPage2 + + + Delete selected tool table + TabPage2 + + + NoControl + + + 556, 16 + + + 306, 51 + + + 20 + + + empty + TabPage2 + + + True + + + NoControl + + + 446, 16 + + + 111, 13 + + + 21 + + + Last loaded tool table: + TabPage2 + + + 6, 14 + + + 300, 82 + + + 19 + + + NoControl + + + 312, 14 + + + 100, 23 + + + 1 + + + Load selected + TabPage2 + + + Load selected tool table + TabPage2 + + + NoControl + + + 312, 44 + + + 100, 23 + + + 2 + + + Save tool table + TabPage2 + + + Save current tool table to csv file + TabPage2 + + + cBToolLaser + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 0 + + + btnDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 1 + + + btnUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 2 + + + btnReNumberTools + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 3 + + + btnMoveToolXY + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 4 + + + tab2gB2lbl1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 5 + + + nUDToolOffsetZ + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 6 + + + nUDToolOffsetX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 7 + + + nUDToolOffsetY + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 8 + + + dGVToolList + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab2gB2 + + + 9 + + + 3, 105 + + + 871, 250 + + + 16 + + + Tool table - positions in machine coordinates! Homing recommended prior use. + TabPage2 + + + True + + + NoControl + + + 109, 35 + + + 87, 17 + + + 5 + + + Laser related + TabPage2 + + + Reduce visible columns + TabPage2 + + + NoControl + + + 0, 194 + + + 25, 25 + + + 11 + + + NoControl + + + 0, 160 + + + 25, 25 + + + 10 + + + NoControl + + + 37, 31 + + + 70, 23 + + + 4 + + + renumber + TabPage2 + + + NoControl + + + 374, 31 + + + 300, 23 + + + 9 + + + Move to XY position of marked row + TabPage2 + + + True + + + NoControl + + + 217, 16 + + + 204, 13 + + + 11 + + + Offset to tool positions in tool table (X,Y,Z) + TabPage2 + + + 306, 33 + + + 50, 20 + + + 8 + + + Right + + + 202, 33 + + + 50, 20 + + + 6 + + + Right + + + 254, 33 + + + 50, 20 + + + 7 + + + Right + + + 25 + + + 6, 59 + + + 25 + + + 856, 175 + + + 2 + + + Nr. + TabPage2 Tool number + TabPage2 + + + 20 + + + Color + TabPage2 + + + Color of pen in 6 digit hex. Click to sort by brightness. + TabPage2 + + + 55 + + + Name + ok + + + Name of the tool + TabPage2 + + + 95 + + + Pos. X + + + Exchange position X + TabPage2 + + + 45 + + + Pos. Y + + + Exchange position Y + TabPage2 + + + 45 + + + Pos. Z + + + Exchange position Z + TabPage2 + + + 45 + + + Pos. A + + + Exchange position A + ok + + + 45 + + + Tool Ø + TabPage2 + + + Diameter of the tool + TabPage2 + + + 50 + + + XY Spd + + + Feedrate for XY moves + TabPage2 + + + 50 + + + Z Spd + ok + + + Feedrate for Z moves + TabPage2 + + + 50 + + + Z Safe + ok + + + Safe height above workpiece + TabPage2 + + + 50 + + + Z Deep + ok + + + Final Z depth + TabPage2 + + + 50 + + + Z Inc. + ok + + + Max. Z increment per pass + TabPage2 + + + 45 + + + Spindle + ok + + + Rotation speed of the spindle + TabPage2 + + + 50 + + + Stepover + ok + + + Distance in tool diameter between parallel paths + TabPage2 + + + 55 + + + GCode + ok + + + Code to apply after tool change command + TabPage2 + + + 80 + + + BtnHelp_Toolchange + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 0 + + + label47 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 1 + + + label46 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 2 + + + nUDToolChangeScriptDelay + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 3 + + + nUDToolChangeEmpty + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 4 + + + btnFileDialogTT4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 5 + + + btnFileDialogTT3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 6 + + + btnFileDialogTT2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 7 + + + btnFileDialogTT1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 8 + + + cBToolChangeEmpty + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 9 + + + label61 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 10 + + + lbl_4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 11 + + + tBToolChangeScriptProbe + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 12 + + + lbl_2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 13 + + + tBToolChangeScriptSelect + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 14 + + + lbl_1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 15 + + + tBToolChangeScriptPut + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 16 + + + lbl_3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 17 + + + tBToolChangeScriptGet + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 18 + + + cBToolChange + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gBToolChange + + + 19 + + + Fill + + + 3, 3 + + + 871, 354 + + + 4 + + + Tool change setup + TabPage3 + + + NoControl + + + 848, 0 + + + 23, 23 + + + 27 + + + ? + + + Online help + + + True + + + NoControl + + + 596, 97 + + + 47, 13 + + + 19 + + + seconds + ok + + + True + + + NoControl + + + 310, 97 + + + 86, 13 + + + 18 + + + Delay after script + ok + + + 525, 95 + + + 65, 20 + + + 17 + + + Right + + + 158, 38 + + + 34, 20 + + + 2 + + + Right + + + Use a tool nr. which is not listed in the tool table. + TabPage3 + + + NoControl + + + 818, 69 + + + 25, 20 + + + 10 + + + ... + + + NoControl + + + 818, 49 - - 20 + + 25, 20 - - True - - - Color + + 8 - - Color of pen in 6 digit hex. Click to sort by brightness. + + ... - - 55 + + NoControl - - True - - - Name + + 818, 29 - - Name of the tool + + 25, 20 - - 95 + + 6 - - True - - - Pos. X + + ... - - Exchange position X + + NoControl - - 45 + + 818, 9 - + + 25, 20 + + + 4 + + + ... + + + NoControl + + + 30, 32 + + + 122, 30 + + + 1 + + + Finally empty spindle by 'loading' tool nr.: + TabPage3 + + + Remove last used tool, by loading a not existent tool as final command. + TabPage3 + + + NoControl + + + 3, 106 + + + 862, 232 + + + 16 + + + How does it work: +Have GCode with Tx M6 commands for tool change. +During streaming to grbl (on Arduino or other controller), the tool change command will be interpreted by GRBL-Plotter and script gcode will be inserted: + +Notice 'Tx' command, get tool number 'x' +Read tool change coordinates for tool number 'x' into variables TOAX, TOAY, TOAZ from actual tool table. + +Notice 'M6' command +If tool is in spindle + insert script-code 'REMOVE' (use here TOLX,Y,Z for last tool coordinates) +Insert script-code 'SELECT' into send-queue (use here TOAX,Y,Z tool coordinates) +Insert script-code 'PICK UP' +Insert script-code 'PROBE' +Copy actual tool coordinates (TOAX,Y,Z to last coord. TOLX,Y,Z) +Remove 'M6' from send queue, because grbl can't handle this command. + TabPage3 + + True - - - Pos. Y - - Exchange position Y + + NoControl - - 45 + + 310, 72 - + + 76, 13 + + + 8 + + + 4) PROBE tool + TabPage3 + + + Click to show file content + TabPage3 + + + 525, 69 + + + 290, 20 + + + 9 + + + 4th probe tool length + TabPage3 + + True - - - Pos. Z - - Exchange position Z + + NoControl - - 45 + + 310, 32 - + + 80, 13 + + + 6 + + + 2) SELECT tool + TabPage3 + + + Click to show file content + TabPage3 + + + 525, 29 + + + 290, 20 + + + 5 + + + 2nd bring new tool in front of spindle + TabPage3 + + True - - - Pos. A - - Exchange position A + + NoControl - - 45 + + 310, 12 - + + 146, 13 + + + 4 + + + 1) REMOVE tool (if in spindle) + TabPage3 + + + Click to show file content + TabPage3 + + + 525, 9 + + + 290, 20 + + + 3 + + + First the old tool needs to be removed from spidle (except the first time) + TabPage3 + + True - - - Tool Ø - - Diameter of the tool + + NoControl - - 50 + + 310, 52 - + + 81, 13 + + + 2 + + + 3) PICK UP tool + TabPage3 + + + Click to show file content + TabPage3 + + + 525, 49 + + + 290, 20 + + + 7 + + + 3rd pick up new tool + TabPage3 + + True - - - XY Spd - - Feedrate for XY moves + + NoControl - - 50 + + 9, 14 - - True - - - Z Spd + + 175, 17 - - Feedrate for Z moves + + 0 - - 50 + + Perform tool change on Tx M06 + TabPage3 - - True - - - Z Safe + + Execute following scripts on Tx M06 commands + TabPage3 - - Safe height above workpiece + + tabPage13 - - 50 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - Z Deep + + tabControl4_Level2 - - Final Z depth + + 0 - - 50 + + tabPage7 - - True - - - Z Inc. + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Max. Z increment per pass + + tabControl4_Level2 - - 45 + + 1 - - True - - - Spindle + + tabPage26 - - Rotation speed of the spindle + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50 + + tabControl4_Level2 - - True - - - Stepover + + 2 - - Distance in tool diameter between parallel paths + + tabPage25 - - 55 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - GCode + + tabControl4_Level2 - - Code to apply after tool change command + + 3 - - 80 + + tabPage4 - - 6, 59 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25 + + tabControl4_Level2 - - 856, 175 + + 4 - - 2 + + tabControl5_Level2 - - dGVToolList + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabControl4_Level2 - - tab2gB2 + + 5 - - 9 + + 6, 6 - - 3, 105 + + 865, 348 - - 871, 250 + + 0 - - 16 + + groupBox24 - - Tool table - positions in machine coordinates! Homing recommended prior use. + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab2gB2 + + tabPage13 - + + 0 + + + tab5gB2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage14 + + tabPage13 - + 1 - - 4, 22 + + groupBox3 - - 3, 3, 3, 3 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 877, 360 + + tabPage13 - - 10 + + 2 - - Tool table + + groupBox11 - - tabPage14 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage13 - - tabControl_Level1 + + 3 - - 1 + + tab5gB3 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 848, 0 + + tabPage13 - - 23, 23 + + 4 - - 27 + + tab5gB1 - - ? + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Online help + + tabPage13 - - BtnHelp_Toolchange + + 5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox25 - - gBToolChange + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tabPage13 - - True + + 6 - - NoControl + + 4, 22 - - 596, 97 + + 3, 3, 3, 3 - - 47, 13 + + 857, 322 - - 19 + + 2 - - seconds + + Program start + TabPage4 - - label47 + + label53 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBToolChange + + groupBox24 - - 1 + + 0 - - True + + checkBox10 - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 310, 97 + + groupBox24 - - 86, 13 + + 1 - - 18 + + TbPinDescriptionD3 - - Delay after script + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label46 + + groupBox24 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - gBToolChange + + LblPinDescriptionD3 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 525, 95 + + groupBox24 - - 65, 20 + + 3 - - 17 + + TbPinDescriptionD2 - - Right + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nUDToolChangeScriptDelay + + groupBox24 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - gBToolChange + + LblPinDescriptionD2 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 158, 38 + + groupBox24 - - 34, 20 + + 5 - - 2 + + TbPinDescriptionD1 - - Right + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Use a tool nr. which is not listed in the tool table. + + groupBox24 - - nUDToolChangeEmpty + + 6 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LblPinDescriptionD1 - - gBToolChange + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + groupBox24 - - NoControl + + 7 - - 818, 69 + + TbPinDescriptionD0 - - 25, 20 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + groupBox24 - - ... + + 8 - - btnFileDialogTT4 + + LblPinDescriptionD0 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBToolChange + + groupBox24 - - 5 + + 9 - - NoControl + + 5, 205 - - 818, 49 + + 278, 111 - - 25, 20 + + 20 - - 8 + + Pin description (Overrides accessory states) - - ... + + NoControl - - btnFileDialogTT3 + + 6, 36 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 158, 68 - - gBToolChange + + 9 - - 6 + + Pin state of Mega 2560 +https://github.com/fra589/grbl-Mega-5X/wiki/grbl-Mega-5X-pinout - - NoControl + + True - - 818, 29 + + NoControl - - 25, 20 + + 7, 16 - - 6 + + 96, 17 - - ... + + 8 - - btnFileDialogTT2 + + Show pin state - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 207, 84 - - gBToolChange + + 65, 20 - + 7 - + + True + + NoControl - - 818, 9 + + 170, 87 - - 25, 20 + + 21, 13 - - 4 + + 6 - - ... + + D3 - - btnFileDialogTT1 + + 207, 62 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 65, 20 - - gBToolChange + + 5 - - 8 + + True - + NoControl - - 30, 32 - - - 122, 30 + + 170, 65 - - 1 + + 21, 13 - - Finally empty spindle by 'loading' tool nr.: + + 4 - - Remove last used tool, by loading a not existent tool as final command. + + D2 - - cBToolChangeEmpty + + 207, 40 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 65, 20 - - gBToolChange + + 3 - - 9 + + True - + NoControl - - 3, 106 - - - 862, 232 + + 170, 43 - - 16 + + 21, 13 - - How does it work: -Have GCode with Tx M6 commands for tool change. -During streaming to grbl (on Arduino or other controller), the tool change command will be interpreted by GRBL-Plotter and script gcode will be inserted: - -Notice 'Tx' command, get tool number 'x' -Read tool change coordinates for tool number 'x' into variables TOAX, TOAY, TOAZ from actual tool table. - -Notice 'M6' command -If tool is in spindle - insert script-code 'REMOVE' (use here TOLX,Y,Z for last tool coordinates) -Insert script-code 'SELECT' into send-queue (use here TOAX,Y,Z tool coordinates) -Insert script-code 'PICK UP' -Insert script-code 'PROBE' -Copy actual tool coordinates (TOAX,Y,Z to last coord. TOLX,Y,Z) -Remove 'M6' from send queue, because grbl can't handle this command. + + 2 - - label61 + + D1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 207, 18 - - gBToolChange + + 65, 20 - - 10 + + 1 - + True - + NoControl - - 310, 72 - - - 76, 13 - - - 8 - - - 4) PROBE tool - - - Click to show file content - - - lbl_4 + + 170, 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21, 13 - - gBToolChange + + 0 - - 11 + + D0 - - 525, 69 + + cBSerialDIY - - 290, 20 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + tab5gB2 - - 4th probe tool length + + 0 - - tBToolChangeScriptProbe + + 9, 151 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 266, 39 - - gBToolChange + + 10 - - 12 + + DIY controlpad via serial connection + TabPage5 - + True - + NoControl - - 310, 32 + + 6, 14 - - 80, 13 + + 165, 17 - - 6 + + 0 - - 2) SELECT tool + + Open serial port on prog. start + TabPage5 - - Click to show file content + + cBLogLevel4 - - lbl_2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - gBToolChange + + 0 - - 13 + + cBLogLevel3 - - 525, 29 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 290, 20 + + groupBox3 - - 5 + + 1 - - 2nd bring new tool in front of spindle + + cBLogLevel2 - - tBToolChangeScriptSelect + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 + + + 2 + + + cBLogLevel1 - - gBToolChange + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + groupBox3 - - True + + 3 - - NoControl + + cBExtendedLogging - - 310, 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 146, 13 + + groupBox3 - + 4 - - 1) REMOVE tool (if in spindle) + + gBLoggingOptions - - Click to show file content + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lbl_1 + + groupBox3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - gBToolChange + + 574, 87 - - 15 + + 277, 213 - - 525, 9 + + 19 - - 290, 20 + + Logging - - 3 + + False - - First the old tool needs to be removed from spidle (except the first time) + + True - - tBToolChangeScriptPut + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 210, 34 - - gBToolChange + + 80, 17 - - 16 + + 19 - + + GUI / COM + + + gcode + + True - + NoControl - - 310, 52 + + 143, 34 - - 81, 13 + + 71, 17 - - 2 + + 18 - - 3) PICK UP tool + + g2GCode - - Click to show file content + + graphic to gcode - - lbl_3 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - gBToolChange + + 76, 34 - + + 61, 17 + + 17 - - 525, 49 + + graphic - - 290, 20 + + graphic related - - 7 + + True - - 3rd pick up new tool + + NoControl - - tBToolChangeScriptGet + + 9, 34 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 55, 17 - - gBToolChange + + 16 - - 18 + + Import - + + SVG, DXF, etc. + + True - + NoControl - - 9, 14 + + 9, 16 - - 175, 17 + + 143, 17 - - 0 + + 15 - - Perform tool change on Tx M06 + + Enable extended logging + TabPage5 - - Execute following scripts on Tx M06 commands + + BtnThrow - - cBToolChange + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + gBLoggingOptions + + + 0 + + + cBLog3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBToolChange + + gBLoggingOptions - - 19 + + 1 - - Fill + + cBLog0 - - 3, 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 871, 354 + + gBLoggingOptions - - 4 + + 2 - - Tool change setup + + cBLog1 - - gBToolChange + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gBLoggingOptions - - tabPage8 + + 3 - - 0 + + cBLog6 - - 4, 22 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + gBLoggingOptions - - 877, 360 + + 4 - - 7 + + cBLog2 - - Tool change + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage8 + + gBLoggingOptions - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - tabControl_Level1 + + cBLog5 - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + gBLoggingOptions - - 6, 36 + + 6 - - 158, 68 + + cBLog4 - - 9 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Pin state of Mega 2560 -https://github.com/fra589/grbl-Mega-5X/wiki/grbl-Mega-5X-pinout + + gBLoggingOptions - - label53 + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 54 - - groupBox24 + + 262, 152 - - 0 + + 5 - - True + + Logging options - + NoControl - - 7, 16 + + 155, 13 - - 96, 17 + + 101, 28 - - 8 + + 7 - - Show pin state + + Throw event - - checkBox10 + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox24 + + 6, 74 - - 1 + + 151, 17 - - 207, 84 + + 6 - - 65, 20 + + Sort and Merge | StartStop - - 7 + + True - - TbPinDescriptionD3 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 20 - - groupBox24 + + 114, 17 - - 2 + + 5 - + + Details | RX-Status + + True - + NoControl - - 170, 87 + + 6, 38 - - 21, 13 + + 105, 17 - - 6 + + 0 - - D3 + + Coordinates | RX - - LblPinDescriptionD3 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox24 + + 6, 128 - - 3 + + 177, 17 - - 207, 62 + + 4 - - 65, 20 + + Path Modification | GUI-Detailed - - 5 + + True - - TbPinDescriptionD2 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 56 - - groupBox24 + + 95, 17 - - 4 + + 1 - + + Properties | TX + + True - + NoControl - - 170, 65 + + 6, 110 - - 21, 13 + + 176, 17 - - 4 + + 3 - - D2 + + Clipping / Tiling | GUI-Streaming - - LblPinDescriptionD2 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox24 + + 6, 92 - - 5 + + 69, 17 - - 207, 40 + + 2 - - 65, 20 + + Grouping - - 3 + + CBoxSaveEncoding - - TbPinDescriptionD1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox11 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - groupBox24 + + LblSaveEncoding - - 6 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox11 - - NoControl + + 1 - - 170, 43 + + checkBox11 - - 21, 13 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + groupBox11 - - D1 + + 2 - - LblPinDescriptionD1 + + lblEnableLogging - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox24 + + groupBox11 - - 7 + + 3 - - 207, 18 + + checkBox9 - - 65, 20 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox11 - - TbPinDescriptionD0 + + 4 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + checkBox2 - - groupBox24 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox11 - - True + + 5 - - NoControl + + cBcheckupdate - - 170, 21 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21, 13 + + groupBox11 - - 0 + + 6 - - D0 + + 289, 205 - - LblPinDescriptionD0 + + 562, 111 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - groupBox24 + + Miscellaneous + ok - - 9 + + 149, 76 - - 5, 205 + + 105, 21 - - 278, 111 + + 40 - - 20 + + True - - Pin description (Overrides accessory states) + + NoControl - - groupBox24 + + 3, 79 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 118, 13 - - tabPage13 + + 41 - - 0 + + Save G-Code encoding - + True - + NoControl - - 6, 14 + + 260, 78 - - 165, 17 + + 193, 17 - - 0 + + 39 - - Open serial port on prog. start + + Remove all comments when saving - - cBSerialDIY + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab5gB2 + + 534, 95 - - 0 + + 22, 13 - - 9, 151 + + 38 - - 266, 39 + + - - 10 + + True - - DIY controlpad via serial connection + + NoControl - - tab5gB2 + + 300, 35 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 268, 17 - - tabPage13 + + 23 - - 1 + + Save G-Code as unicode UTF-16 (otherwise ASCII) - + + False + + True - + NoControl - - 210, 34 + + 6, 39 - - 80, 17 + + 282, 17 - - 19 + + 22 - - GUI / COM + + Check registry frequently to paste code from clipboard + TabPage1_2 - - gcode + + True - - cBLogLevel4 + + NoControl + + + 6, 16 + + + 248, 17 + + + 9 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Check for new GRBL-Plotter release on GitHub + TabPage5 - - groupBox3 + + During each start of GRBL-Plotter check for a new program version: +1st try on github.com/svenhb/GRBL-Plotter +2nd try on svenhb.bplaced.net + TabPage5 - - 0 + + label72 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab5gB3 - - 143, 34 + + 0 - - 71, 17 + + NudCtrlImportSkip - - 18 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - g2GCode + + tab5gB3 - - graphic to gcode + + 1 - - cBLogLevel3 + + cBCtrlToolTable - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + tab5gB3 - - 1 + + 2 - - True + + cBCtrlCommentOut - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 76, 34 + + tab5gB3 - - 61, 17 + + 3 - - 17 + + tab5gB4 - - graphic + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - graphic related + + tab5gB3 - - cBLogLevel2 + + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 290, 3 - - groupBox3 + + 278, 193 - - 2 + + 6 - - True + + Load G-Code + TabPage5 - + NoControl - - 9, 34 + + 70, 67 - - 55, 17 + + 201, 39 - - 16 + + 6 - - Import + + thousand lines, before skipping display options - - SVG, DXF, etc. + + 5, 65 - - cBLogLevel1 + + 59, 20 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - groupBox3 + + Right - - 3 + + Amount of lines (times thousand) to exceed, before skipping display options. - + True - + NoControl - - 9, 16 - - - 143, 17 - - - 15 + + 6, 42 - - Enable extended logging + + 186, 17 - - cBExtendedLogging + + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2D view: get colors from tool table + ok - - groupBox3 + + Analyze S, Z and F values in G-Code, to assign color from tool table to tool path + ok - - 4 + + True - + NoControl - - 155, 13 - - - 101, 28 + + 6, 19 - - 7 + + 174, 17 - - Throw event + + 3 - - BtnThrow + + Comment out unknown G-Code + TabPage5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Hide unknown G-Code in brackets to avoid errors from GRBL + TabPage5 - - gBLoggingOptions + + rBCtrlReplaceM4 - - 0 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab5gB4 - - NoControl + + 0 - - 6, 74 + + rBCtrlReplaceM3 - - 151, 17 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + tab5gB4 - - Sort and Merge | StartStop + + 1 - - cBLog3 + + cBCtrlMCmd - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBLoggingOptions - - - 1 + + tab5gB4 - - True + + 2 - - NoControl + + 5, 109 - - 6, 20 + + 266, 78 - - 114, 17 + + 0 - - 5 + + 'Laser Mode' + ok - - Details | RX-Status + + True - - cBLog0 + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22, 55 - - gBLoggingOptions + + 123, 17 - + 2 - - True - - - NoControl + + Replace 'M4' by 'M3' + TabPage5 - - 6, 38 + + M3 Constant Laser Power Mode + TabPage5 - - 105, 17 + + True - - 0 + + NoControl - - Coordinates | RX + + 22, 37 - - cBLog1 + + 123, 17 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - gBLoggingOptions + + Replace 'M3' by 'M4' + TabPage5 - - 3 + + M4 Dynamic Laser Power Mode: + TabPage5 - + True - + NoControl - - 6, 128 + + 6, 19 - - 177, 17 + + 176, 17 - - 4 + + 0 - - Path Modification | GUI-Detailed + + Convert 'Spindle On' commands + TabPage5 - - cBLog6 + + If enabled, during loading a GCode file, the M3 or M4 commands will be replaced by M4 or M3 commands to activate +M3 Constant Laser Power Mode +or +M4 Dynamic Laser Power Mode + TabPage5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox13 - - gBLoggingOptions + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + tab5gB1 - - True + + 0 - - NoControl + + cBSerialPortFixer - - 6, 56 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 95, 17 + + tab5gB1 - + 1 - - Properties | TX + + 3, 3 - - cBLog2 + + 278, 193 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - gBLoggingOptions + + Serial connection + TabPage5 - - 5 + + CbMarlin - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox13 - - 6, 110 + + 0 - - 176, 17 + + checkBox6 - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Clipping / Tiling | GUI-Streaming + + groupBox13 - - cBLog5 + + 1 - + + cBSerialMinimize + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gBLoggingOptions + + groupBox13 - - 6 + + 2 - - True + + cBSerial2 - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 92 + + groupBox13 - - 69, 17 + + 3 - - 2 + + 6, 40 - - Grouping + + 266, 102 - - cBLog4 + + 20 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + grbl connection + ok - - gBLoggingOptions + + True - - 7 + + NoControl - - 9, 54 + + 6, 79 - - 262, 152 + + 109, 17 - - 5 + + 6 - - Logging options + + Connect to Marlin - - gBLoggingOptions + + True - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox3 + + 6, 34 + + + 271, 17 - + 5 - - 574, 87 + + Opens a 3rd serial interface when the program starts + ok - - 277, 213 + + Opens a 2nd COM port to control a 2nd GRBL. Useful for tool changers or 4th axis. + ok - - 19 + + True - - Logging + + NoControl - - False + + 6, 52 - - groupBox3 + + 201, 17 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tabPage13 + + Minimize serial forms after connection + TabPage5 - - 2 + + Will minimize the serial windows after sucessful connection + TabPage5 - - 149, 76 + + True - - 105, 21 + + NoControl - - 40 + + 6, 16 - - CBoxSaveEncoding + + 186, 17 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - groupBox11 + + Open 2nd serial port on prog. start + TabPage5 - - 0 + + Opens a 2nd COM port to control a 2nd GRBL. Usefull for tool changer or 4th axis. + TabPage5 - + True - + NoControl - - 3, 79 - - - 118, 13 + + 6, 16 - - 41 + + 122, 17 - - Save G-Code encoding + + 14 - - LblSaveEncoding + + Apply serial port fixer + TabPage5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + It may helps to prevent errors when closing application + TabPage5 - - groupBox11 + + BtnHelp_Programstart - - 1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox25 - - NoControl + + 0 - - 260, 78 + + BtnOpenLogFile - - 193, 17 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 39 + + groupBox25 - - Remove all comments when saving + + 1 - - checkBox11 + + cBExtendedLoggingCOM - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox11 + + groupBox25 - + 2 - - True + + 574, 3 - + + 277, 193 + + + 21 + + + Logging + + NoControl - - 534, 95 + + 255, 0 - - 22, 13 + + 23, 23 - - 38 + + 27 - - + + ? - - lblEnableLogging + + Online help - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox11 + + 164, 56 - - 3 + + 107, 23 - + + 1 + + + Open logfile + + True - + NoControl - - 300, 35 + + 6, 19 - - 268, 17 + + 135, 17 - - 23 + + 0 - - Save G-Code as unicode UTF-16 (otherwise ASCII) + + Serial COM / streaming - - False + + button2 - - checkBox9 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage7 - - groupBox11 + + 0 - - 4 + + groupBox40 - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 1 + + + 4, 22 + + + 3, 3, 3, 3 + + + 857, 322 + + + 5 + + + File loading + ok - + NoControl - - 6, 39 + + 323, 6 - - 282, 17 + + 23, 23 - - 22 + + 28 - - Check registry frequently to paste code from clipboard + + ? - - checkBox2 + + Online help - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label104 - - groupBox11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + groupBox40 - - True + + 0 - - NoControl + + nUDMultipleLoadGap - - 6, 16 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 248, 17 + + groupBox40 - - 9 + + 1 - - Check for new GRBL-Plotter release on GitHub + + CbMultipleLoadAllwaysClear - - During each start of GRBL-Plotter check for a new program version: -1st try on github.com/svenhb/GRBL-Plotter -2nd try on svenhb.bplaced.net + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBcheckupdate + + groupBox40 - + + 2 + + + CbMultipleLoadAllwaysLoad + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox11 + + groupBox40 - - 6 + + 3 - - 289, 205 + + groupBox42 - - 562, 111 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + groupBox40 - - Miscellaneous + + 4 - - groupBox11 + + groupBox41 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage13 + + groupBox40 - - 3 + + 5 - - NoControl + + label101 - - 70, 67 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 201, 39 + + groupBox40 - + 6 - - thousand lines, before skipping display options + + 6, 6 - - label72 + + 311, 310 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - tab5gB3 + + Multiple file load - - 0 + + True - - 5, 65 + + NoControl - - 59, 20 + + 58, 98 - - 5 + + 115, 13 - - Right + + 8 - - Amount of lines (times thousand) to exceed, before skipping display options. + + Gap between contents - - NudCtrlImportSkip + + Keeps the specified spacing between file contents - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 96 - - tab5gB3 + + 46, 20 - - 1 + + 7 - + + Right + + True - + NoControl - - 6, 42 + + 6, 73 - - 186, 17 + + 142, 17 - - 4 + + 6 - - 2D view: get colors from tool table + + Allways clear workspace - - Analyze S, Z and F values in G-Code, to assign color from tool table to tool path + + Clear workspace before loading new content - - cBCtrlToolTable + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab5gB3 + + 6, 50 - - 2 + + 171, 17 - - True + + 5 - - NoControl + + Always allow multiple file import - - 6, 19 + + Always allow multiple import or allow only if "Add to 2D-view is enabled". - - 174, 17 + + label103 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox42 + + + 0 + + + label102 - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Comment out unknown G-Code + + groupBox42 - - Hide unknown G-Code in brackets to avoid errors from GRBL + + 1 - - cBCtrlCommentOut + + nUDMultipleLoadDimY - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB3 + + groupBox42 - - 3 + + 2 - - True + + nUDMultipleLoadDimX - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 55 + + groupBox42 - - 123, 17 + + 3 - - 2 + + nUDMultipleLoadNoY - - Replace 'M4' by 'M3' + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - M3 Constant Laser Power Mode + + groupBox42 - - rBCtrlReplaceM4 + + 4 - + + RbMultipleLoadByX + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB4 + + groupBox42 - - 0 + + 5 - - True + + nUDMultipleLoadNoX - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22, 37 + + groupBox42 - - 123, 17 + + 6 - - 1 + + RbMultipleLoadByY - - Replace 'M3' by 'M4' + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - M4 Dynamic Laser Power Mode: + + groupBox42 - - rBCtrlReplaceM3 + + 7 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 146 - - tab5gB4 + + 299, 88 - - 1 + + 4 - + + Direction of arrangement + + True - + NoControl - - 6, 19 + + 54, 16 - - 176, 17 + + 56, 13 - - 0 + + 7 - - Convert 'Spindle On' commands + + Dimension - - If enabled, during loading a GCode file, the M3 or M4 commands will be replaced by M4 or M3 commands to activate -M3 Constant Laser Power Mode -or -M4 Dynamic Laser Power Mode + + True - - cBCtrlMCmd + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9, 16 - - tab5gB4 + + 24, 13 - - 2 + + 6 - - 5, 109 + + No. - - 266, 78 + + 52, 61 - - 0 + + 60, 20 - - 'Laser Mode' + + 5 - - tab5gB4 + + Right - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Maximum Y range. See also tab 'Program control' - 'Machine area'. - - tab5gB3 + + 52, 35 - - 4 + + 60, 20 - - 290, 3 + + 4 - - 278, 193 + + Right - - 6 + + Maximum X range. See also tab 'Program control' - 'Machine area'. - - Load G-Code + + 6, 61 - - tab5gB3 + + 40, 20 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - tabPage13 + + Right - - 4 + + Maximum number of file-contens in a column - + True - + NoControl - - 6, 79 + + 118, 35 - - 109, 17 + + 92, 17 - - 6 + + 1 - - Connect to Marlin + + X - row by row - - CbMarlin + + 6, 35 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40, 20 + + + 2 - - groupBox13 + + Right - - 0 + + Maximum number of file-contens in a row - + True - + NoControl - - 6, 34 + + 118, 61 - - 271, 17 + + 126, 17 - - 5 + + 2 - - Opens a 3rd serial interface when the program starts + + Y - column by column - - Opens a 2nd COM port to control a 2nd GRBL. Useful for tool changers or 4th axis. + + RbMultipleLoadLimitDim - - checkBox6 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox41 - - groupBox13 + + 0 - + + RbMultipleLoadLimitNo + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox41 + + 1 - - True + + 6, 240 - - NoControl + + 299, 64 - - 6, 52 + + 3 - - 201, 17 + + Limiting value - - 2 + + True - - Minimize serial forms after connection + + NoControl - - Will minimize the serial windows after sucessful connection + + 6, 42 - - cBSerialMinimize + + 158, 17 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - groupBox13 + + Limit by machine dimensions - - 2 + + Places one file content next to the other as long as the machine limit is not exceeded. Then a new row or column begins. - + True - + NoControl - - 6, 16 - - - 186, 17 + + 6, 19 - - 4 + + 98, 17 - - Open 2nd serial port on prog. start + + 0 - - Opens a 2nd COM port to control a 2nd GRBL. Usefull for tool changer or 4th axis. + + Limit by number - - cBSerial2 + + Places one file content next to the other until the specified number is reached. Then a new row or column begins. - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox13 + + 6, 16 - - 3 + + 299, 31 - - 6, 40 + + 0 - - 266, 102 + + Arrangement of content from multiple graphic import - - 20 + + BtnHelp_Programcontrol - - grbl connection + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox13 + + tabPage26 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - tab5gB1 + + GbAccessoryRunTime - - 0 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tabPage26 - - NoControl + + 1 - - 6, 16 + + tab5gB5 - - 122, 17 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + tabPage26 - - Apply serial port fixer + + 2 - - It may helps to prevent errors when closing application + + tab5gB6 - - cBSerialPortFixer + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage26 - - tab5gB1 + + 3 - - 1 + + tab5gB7 - - 3, 3 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 278, 193 + + tabPage26 - - 5 + + 4 - - Serial connection + + 4, 22 - - tab5gB1 + + 3, 3, 3, 3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 857, 322 - - tabPage13 + + 1 - - 5 + + Program control + ok - + NoControl - - 255, 0 + + 387, 207 - + 23, 23 - + 27 - + ? - + Online help - - BtnHelp_Programstart + + BtnAccessoryRefresh - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox25 + + GbAccessoryRunTime - + 0 - - NoControl + + BtnAccessoryMistReset - - 164, 56 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 107, 23 + + GbAccessoryRunTime - + 1 - - Open logfile + + BtnAccessoryFloodReset - - BtnOpenLogFile + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + GbAccessoryRunTime + + + 2 + + + BtnAccessorySpindleReset + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox25 + + GbAccessoryRunTime - - 1 + + 3 - - True + + LblAccessoryMistVal - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 19 + + GbAccessoryRunTime - - 135, 17 + + 4 - - 0 + + LblAccessoryFloodVal - - Serial COM / streaming + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBExtendedLoggingCOM + + GbAccessoryRunTime - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - groupBox25 + + LblAccessorySpindleVal - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 574, 3 + + GbAccessoryRunTime - - 277, 193 + + 6 - - 21 + + LblAccessoryMist - - Logging + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox25 + + GbAccessoryRunTime - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - tabPage13 + + LblAccessoryFlood - - 6 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 22 + + GbAccessoryRunTime - - 3, 3, 3, 3 + + 8 - - 857, 322 + + LblAccessorySpindle - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Program start + + GbAccessoryRunTime - - tabPage13 + + 9 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 292, 3 - - tabControl4_Level2 + + 225, 128 - - 0 + + 12 - + + Accessory run times (ms) + + NoControl - - 323, 6 + + 9, 99 - - 23, 23 + + 75, 23 - - 28 + + 9 - - ? + + Refresh - - Online help + + NoControl - - button2 + + 156, 61 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 63, 23 - - tabPage7 + + 8 - - 0 + + Reset - - True + + NoControl - + + 156, 38 + + + 63, 23 + + + 7 + + + Reset + + NoControl - - 58, 98 + + 156, 15 - - 115, 13 + + 63, 23 - - 8 + + 6 + + + Reset + + + NoControl + + + 51, 66 + + + 100, 13 + + + 5 + + + 0 - - Gap between contents + + TopRight - - Keeps the specified spacing between file contents + + NoControl - - label104 + + 51, 43 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 100, 13 - - groupBox40 + + 4 - + 0 - - 6, 96 - - - 46, 20 + + TopRight - - 7 + + NoControl - - Right + + 51, 20 - - nUDMultipleLoadGap + + 100, 13 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - groupBox40 + + 0 - - 1 + + TopRight - + True - + NoControl - - 6, 73 + + 6, 66 - - 142, 17 + + 29, 13 - - 6 + + 2 - - Allways clear workspace + + Mist: - - Clear workspace before loading new content + + True - - CbMultipleLoadAllwaysClear + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 43 - - groupBox40 + + 36, 13 - - 2 + + 1 - + + Flood: + + True - + NoControl - - 6, 50 + + 6, 20 - - 171, 17 + + 45, 13 - - 5 + + 0 - - Always allow multiple file import + + Spindle: - - Always allow multiple import or allow only if "Add to 2D-view is enabled". + + nUDMachineHomeZ - - CbMultipleLoadAllwaysLoad + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab5gB5 - - groupBox40 + + 0 - - 3 + + nUDMachineHomeY - - True + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab5gB5 - - 54, 16 + + 1 - - 56, 13 + + nUDMachineHomeX - - 7 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Dimension + + tab5gB5 - - label103 + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDMachineRangeZ - - groupBox42 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab5gB5 - - True + + 3 - - NoControl + + nUDMachineRangeY - - 9, 16 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 24, 13 + + tab5gB5 - - 6 + + 4 - - No. + + nUDMachineRangeX - - label102 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab5gB5 - - groupBox42 + + 5 - - 1 + + btnMachineRangeGet - - 52, 61 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60, 20 + + tab5gB5 - - 5 + + 6 - - Right + + label66 - - Maximum Y range. See also tab 'Program control' - 'Machine area'. + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nUDMultipleLoadDimY + + tab5gB5 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - groupBox42 + + label65 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 52, 35 + + tab5gB5 - - 60, 20 + + 8 - - 4 + + tab5gB5lbl4 - - Right + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Maximum X range. See also tab 'Program control' - 'Machine area'. + + tab5gB5 - - nUDMultipleLoadDimX + + 9 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label63 - - groupBox42 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab5gB5 - - 6, 61 + + 10 - - 40, 20 + + cBMachineLimitsAlarm - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + tab5gB5 - - Maximum number of file-contens in a column + + 11 - - nUDMultipleLoadNoY + + cBMachineLimitsShow - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox42 + + tab5gB5 - - 4 + + 12 - - True + + tab5gB5lbl3 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 118, 35 + + tab5gB5 - - 92, 17 + + 13 - - 1 + + tab5gB5lbl2 - - X - row by row + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - RbMultipleLoadByX + + tab5gB5 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - groupBox42 + + tab5gB5lbl1 - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 35 + + tab5gB5 - - 40, 20 + + 15 - - 2 + + label13 - - Right + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Maximum number of file-contens in a row + + tab5gB5 - - nUDMultipleLoadNoX + + 16 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3 - - groupBox42 + + 280, 316 - - 6 + + 11 - - True + + Machine area + TabPage5 - - NoControl + + 213, 286 - - 118, 61 + + 60, 20 - - 126, 17 + + 16 - - 2 + + Right - - Y - column by column + + 213, 266 - - RbMultipleLoadByY + + 60, 20 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - groupBox42 + + Right - - 7 + + 213, 246 - - 6, 146 + + 60, 20 - - 299, 88 + + 9 - - 4 + + Right - - Direction of arrangement + + 213, 128 - - groupBox42 + + 60, 20 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - groupBox40 + + Right - - 4 + + 213, 108 - - True + + 60, 20 - - NoControl + + 4 - - 6, 42 + + Right - - 158, 17 + + 213, 88 - - 1 + + 60, 20 - - Limit by machine dimensions + + 3 - - Places one file content next to the other as long as the machine limit is not exceeded. Then a new row or column begins. + + Right - - RbMultipleLoadLimitDim + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 85, 148 - - groupBox41 + + 189, 23 - - 0 + + 17 - + + Get range from settings $130-$132 + TabPage5 + + True - + NoControl - - 6, 19 + + 6, 288 - - 98, 17 + + 76, 13 - - 0 + + 15 - - Limit by number + + Max position Z + ok - - Places one file content next to the other until the specified number is reached. Then a new row or column begins. + + True - - RbMultipleLoadLimitNo + + NoControl - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 268 - - groupBox41 + + 73, 13 - - 1 + + 12 - - 6, 240 + + Min position Y + ok - - 299, 64 + + True - - 3 + + NoControl - - Limiting value + + 6, 200 - - groupBox41 + + 268, 26 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - groupBox40 + + Homing the machine, move to min X, min Y and max Z. +Note machine coordinates + TabPage5 - - 5 + + True - + NoControl - - 6, 16 - - - 299, 31 - - - 0 + + 6, 248 - - Arrangement of content from multiple graphic import + + 73, 13 - - label101 + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Min position X + ok - - groupBox40 + + True - - 6 + + NoControl - - 6, 6 + + 26, 68 - - 311, 310 + + 172, 17 - - 0 + + 7 - - Multiple file load + + Alarm on limit exceed (X and Y) + TabPage5 - - groupBox40 + + True - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tabPage7 + + 6, 52 - - 1 + + 121, 17 - - 4, 22 + + 6 - - 3, 3, 3, 3 + + Show machine limits + TabPage5 - - 857, 322 + + True - - 5 + + NoControl - - File loading + + 6, 130 - - tabPage7 + + 87, 13 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tabControl4_Level2 + + Machine travel Z + TabPage5 - - 1 + + True - + NoControl - - 387, 207 + + 6, 110 - - 23, 23 + + 87, 13 - - 27 + + 1 - - ? + + Machine travel Y + TabPage5 - - Online help + + True - - BtnHelp_Programcontrol + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 90 - - tabPage26 + + 87, 13 - + 0 - + + Machine travel X + TabPage5 + + NoControl - - 9, 99 + + 6, 16 - - 75, 23 + + 267, 53 - - 9 + + 18 - - Refresh + + Get notification if code exceeds machine dimensions + ok - - BtnAccessoryRefresh + + comboBox1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbAccessoryRunTime + + tab5gB6 - + 0 - - NoControl + + tab5gB6lbl2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab5gB6 - - 156, 61 + + 1 - - 63, 23 + + checkBox1 - - 8 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Reset + + tab5gB6 - - BtnAccessoryMistReset + + 2 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + radioButton2 - - GbAccessoryRunTime + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab5gB6 - - NoControl + + 3 - - 156, 38 + + radioButton1 - - 63, 23 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + tab5gB6 - - Reset + + 4 - - BtnAccessoryFloodReset + + cB4thUse - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbAccessoryRunTime + + tab5gB6 - - 2 + + 5 - - NoControl + + tab5gB6lbl1 - - 156, 15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 63, 23 + + tab5gB6 - + 6 - - Reset - - - BtnAccessorySpindleReset + + 523, 3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 328, 128 - - GbAccessoryRunTime + + 8 - - 3 + + GRBL 4th axis (special edition) + TabPage5 - - NoControl + + A - - 51, 66 + + B - - 100, 13 + + C - - 5 + + E - - 0 + + U - - TopRight + + V - - LblAccessoryMistVal + + W - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 279, 12 - - GbAccessoryRunTime + + 43, 21 - - 4 + + 2 - + NoControl - - 51, 43 + + 158, 34 - - 100, 13 + + 164, 58 - - 4 + + 9 - - 0 + + Size of 4th axis in 2D view can be changed via rotary diameter in gcode transform menu + TabPage5 - - TopRight + + True - - LblAccessoryFloodVal + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 73 - - GbAccessoryRunTime + + 148, 17 - - 5 + + 8 - + + Invert 4th axis in 2D view + TabPage5 + + + True + + NoControl - - 51, 20 + + 6, 54 - - 100, 13 + + 123, 17 - - 3 + + 7 - - 0 + + show 4th axis over Y + TabPage5 - - TopRight + + True - - LblAccessorySpindleVal + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 39 - - GbAccessoryRunTime + + 123, 17 - + 6 - + + show 4th axis over X + TabPage5 + + True - + NoControl - - 6, 66 - - - 29, 13 - - - 2 - - - Mist: - - - LblAccessoryMist + + 6, 14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 145, 17 - - GbAccessoryRunTime + + 5 - - 7 + + Show status and controls + TabPage5 - + True - + NoControl - - 6, 43 + + 159, 15 - - 36, 13 + + 86, 13 - - 1 + + 0 - - Flood: + + Name of 4th axis + TabPage5 - - LblAccessoryFlood + + nUDRotaryScale - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbAccessoryRunTime + + tab5gB7 - - 8 + + 0 - - True + + nUDRotaryDiameter - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 20 + + tab5gB7 - - 45, 13 + + 1 - - 0 + + tab5gB8 - - Spindle: + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - LblAccessorySpindle + + tab5gB7 - + + 2 + + + label30 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbAccessoryRunTime + + tab5gB7 - - 9 + + 3 - - 292, 3 + + tab5gB7lbl2 - - 225, 128 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + tab5gB7 - - Accessory run times (ms) + + 4 - - GbAccessoryRunTime + + label27 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage26 + + tab5gB7 - - 1 + + 5 - - 213, 286 + + tab5gB7lbl1 - - 60, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + tab5gB7 - - Right + + 6 - - nUDMachineHomeZ + + rBRotaryY - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB5 + + tab5gB7 - - 0 + + 7 - - 213, 266 + + rBRotaryX - - 60, 20 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + tab5gB7 - - Right + + 8 - - nUDMachineHomeY + + cBRotarySubstitute - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB5 + + tab5gB7 - - 1 + + 9 - - 213, 246 + + 523, 143 - - 60, 20 + + 328, 176 - - 9 + + 7 - - Right + + Rotary axis control (instead of X or Y axis) + TabPage5 - - nUDMachineHomeX + + 166, 36 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + No - - tab5gB5 + + 63, 20 - - 2 + + 4 - - 213, 128 + + Right - - 60, 20 + + 166, 58 - - 5 + + 63, 20 - + + 6 + + Right - - nUDMachineRangeZ + + tBRotarySetupOff - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB5 + + tab5gB8 - - 3 + + 0 - - 213, 108 + + tBRotarySetupOn - - 60, 20 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab5gB8 - - 4 + + 1 - - Right + + tab5gB8lbl2 - - nUDMachineRangeY + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab5gB8 - - tab5gB5 + + 2 - - 4 + + cBRotarySetupApply - - 213, 88 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60, 20 + + tab5gB8 - + 3 - - Right - - - nUDMachineRangeX + + tab5gB8lbl1 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB5 + + tab5gB8 - - 5 + + 4 - - NoControl + + 8, 84 - - 85, 148 + + 293, 85 - - 189, 23 + + 12 - - 17 + + GRBL Setup for replaced axis + TabPage5 - - Get range from settings $130-$132 + + 88, 58 - - btnMachineRangeGet + + 199, 20 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - tab5gB5 + + This setting will be set when disabling the axis substitution + TabPage5 - - 6 + + 88, 36 - - True + + 199, 20 - - NoControl + + 9 - - 6, 288 + + This setting will be set when enabling the axis substitution + TabPage5 - - 76, 13 + + True - - 15 + + NoControl - - Max position Z + + 6, 61 - - label66 + + 63, 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - tab5gB5 + + Primary Axis + TabPage5 - - 7 + + This setting will be set when disabling the axis substitution + TabPage5 - + True - + NoControl - - 6, 268 - - - 73, 13 - - - 12 - - - Min position Y + + 6, 14 - - label65 + + 157, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - tab5gB5 + + Apply settings on form close + TabPage5 - - 8 + + Automatically adapt grbl settings when enabling or disabling the substitution + TabPage5 - + True - + NoControl - - 6, 200 + + 6, 39 - - 268, 26 + + 60, 13 - + 10 - - Homing the machine, move to min X, min Y and max Z. -Note machine coordinates - - - tab5gB5lbl4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab5gB5 + + Rotary Axis + TabPage5 - - 9 + + This setting will be set when enabling the axis substitution + TabPage5 - + True - + NoControl - - 6, 248 + + 235, 64 - - 73, 13 + + 29, 13 - + 8 - - Min position X - - - label63 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab5gB5 - - - 10 + + units + TabPage5 - + True - + NoControl - - 26, 68 + + 6, 60 - - 172, 17 + + 82, 13 - + 7 - - Alarm on limit exceed (X and Y) - - - cBMachineLimitsAlarm - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab5gB5 + + Diameter of part + TabPage5 - - 11 + + Needed to calculate circumference for relation distance <=> angle + TabPage5 - + True - + NoControl - - 6, 52 + + 235, 43 - - 121, 17 + + 29, 13 - - 6 + + 5 - - Show machine limits + + units + TabPage5 - - cBMachineLimitsShow + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab5gB5 + + 6, 38 - - 12 + + 105, 13 - + + 3 + + + 360° corresponds to + TabPage5 + + True - + NoControl - - 6, 130 + + 168, 12 - - 87, 13 + + 53, 17 - + 2 - - Machine travel Z + + Y axis + TabPage5 - - tab5gB5lbl3 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab5gB5 + + 136, 12 - - 13 + + 32, 17 - + + 1 + + + X + + True - + NoControl - - 6, 110 + + 6, 14 - - 87, 13 + + 122, 17 - - 1 + + 0 - - Machine travel Y + + Use axis substitution + TabPage5 - - tab5gB5lbl2 + + tab4gB7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB5 + + tabPage25 - - 14 + + 0 - - True + + tab4gB6 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 90 + + tabPage25 - - 87, 13 + + 1 - - 0 + + tab4gB5 - - Machine travel X + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB5lbl1 + + tabPage25 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tab5gB5 + + tab4gB1 - - 15 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tabPage25 - - 6, 16 + + 3 - - 267, 53 + + tab4gB3 - - 18 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Get notification if code exceeds machine dimensions + + tabPage25 - - label13 + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab4gB2 - - tab5gB5 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 16 + + tabPage25 - - 3, 3 + + 5 - - 280, 316 + + tab4gB4 - - 11 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Machine area + + tabPage25 - - tab5gB5 + + 6 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - - tabPage26 + + 3, 3, 3, 3 - - 2 + + 857, 322 - - A + + 0 - - B + + Flow control + ok - - C + + label29 - - E + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - U + + tab4gB7 + + + 0 + + + rBStreanProtocoll2 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab4gB7 - - V + + 1 - - W + + label31 - - 279, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 43, 21 + + tab4gB7 - + 2 - - comboBox1 + + rBStreanProtocoll1 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB6 + + tab4gB7 - - 0 + + 3 - - NoControl + + cBDisableProgramPause - - 158, 34 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 164, 58 + + tab4gB7 - - 9 + + 4 - - Size of 4th axis in 2D view can be changed via rotary diameter in gcode transform menu + + 291, 3 - - tab5gB6lbl2 + + 338, 225 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24 - - tab5gB6 + + Streaming properties + ok - - 1 + + NoControl - - True + + 6, 98 - - NoControl + + 326, 94 - - 6, 73 + + 20 - - 148, 17 + + The special pause mode allows the user to use the machine. After finishing the pause, the last process coordinate and machine status will be restored and the streaming continued. +Whereas an normal M0 a feedhold initiates, without the possibillity to use the machine. + ok - - 8 + + True - - Invert 4th axis in 2D view + + NoControl - - checkBox1 + + 9, 50 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 189, 17 - - tab5gB6 + + 19 - - 2 + + Simple Send-Response ('ok' mode) + ok - + True - + NoControl - - 6, 54 + + 6, 16 - - 123, 17 + + 98, 13 - - 7 + + 18 - - show 4th axis over Y + + Streaming protocol: + ok - - radioButton2 + + True - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab5gB6 + + 9, 32 - - 3 + + 164, 17 - + + 17 + + + Character-Counting (fill buffer) + ok + + True - + NoControl - - 6, 39 - - - 123, 17 + + 9, 78 - - 6 + + 243, 17 - - show 4th axis over X + + 14 - - radioButton1 + + Disable special pause mode, pass through M0 + ok - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + If disabled, streaming will stopped on M0 and parser state will be saved (but M0 will not send to controller), then user can control the machine. +After the pause, parser state will be restored and streamin continued. + ok - - tab5gB6 + + cBgrblTranslate - - 4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab4gB6 - - NoControl + + 0 - - 6, 14 + + cBsimulation - - 145, 17 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tab4gB6 - - Show status and controls + + 1 - - cB4thUse + + 635, 216 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 216, 100 - - tab5gB6 + + 23 - - 5 + + Special - + True - + NoControl - - 159, 15 - - - 86, 13 + + 6, 19 - - 0 + + 140, 17 - - Name of 4th axis + + 21 - - tab5gB6lbl1 + + Translate grbl messages + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Translate grbl messages like IDLE, RUN, HOLD + ok - - tab5gB6 + + True - - 6 + + NoControl - - 523, 3 + + 6, 50 - - 328, 128 + + 140, 17 - - 8 + + 17 - - GRBL 4th axis (special edition) + + Simulate connected grbl + TabPage4 - - tab5gB6 + + False - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBShowStreamingProgress - - tabPage26 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab4gB5 - - 166, 36 + + 0 - - No + + cBBackgroundImage - - 63, 20 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + tab4gB5 - - Right + + 1 - - nUDRotaryScale + + 6, 235 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 623, 81 - - tab5gB7 + + 22 - - 0 + + During streaming of G-Code + ok - - 166, 58 + + True - - 63, 20 + + NoControl - - 6 + + 6, 55 - - Right + + 198, 17 - - nUDRotaryDiameter + + 13 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Show streaming progress in 2D-View + ok - - tab5gB7 + + True - - 1 + + NoControl - - 88, 58 + + 6, 19 - - 199, 20 + + 270, 30 - + 12 - - This setting will be set when disabling the axis substitution + + Disable realtime path update during streaming. +Saves CPU load, disables zooming during streaming + TabPage5 - - tBRotarySetupOff + + cBpollIntervalReduce - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB8 + + tab4gB1 - + 0 - - 88, 36 + + tab4gB1lbl1 - - 199, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + tab4gB1 - - This setting will be set when enabling the axis substitution + + 1 - - tBRotarySetupOn + + cBoxPollInterval - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB8 + + tab4gB1 - - 1 + + 2 - - True + + 3, 3 - - NoControl + + 278, 127 - - 6, 61 + + 18 - - 63, 13 + + Status poll frequency + TabPage4 - - 13 + + NoControl - - Primary Axis + + 6, 75 - - This setting will be set when disabling the axis substitution + + 266, 46 - - tab5gB8lbl2 + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Reduce freq. when streaming gcode. +Use sync. RX mode. + TabPage4 - - tab5gB8 + + NoControl - - 2 + + 6, 16 - - True + + 211, 29 - - NoControl + + 20 - - 6, 14 + + Set update frequency for grbl status report. As higher as more stress for the controller. + TabPage4 - - 157, 17 + + 2 Hz - slow - - 11 + + 4 Hz - - Apply settings on form close + + 5 Hz - default - - Automatically adapt grbl settings when enabling or disabling the substitution + + 8 Hz - - cBRotarySetupApply + + 10 Hz - maximum - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 48 - - tab5gB8 + + 208, 21 - - 3 + + 1 - - True + + label88 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 39 + + tab4gB3 - - 60, 13 + + 0 - - 10 + + numericUpDown6 - - Rotary Axis + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - This setting will be set when enabling the axis substitution + + tab4gB3 - - tab5gB8lbl1 + + 1 - + + tab4gB3lbl1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab5gB8 + + tab4gB3 - - 4 + + 2 - - 8, 84 + + checkBox3 - - 293, 85 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + tab4gB3 - - GRBL Setup for replaced axis + + 3 - - tab5gB8 + + 6, 139 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 278, 89 - - tab5gB7 + + 19 - - 2 + + grbl buffer size + TabPage4 - + True - + NoControl - - 235, 64 - - - 29, 13 + + 177, 65 - - 8 + + 40, 13 - - units + + 5 - - label30 + + use fix: - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 218, 63 - - tab5gB7 + + 54, 20 - - 3 + + 4 - - True + + Right - + NoControl - - 6, 60 + + 6, 16 - - 82, 13 + + 266, 40 - - 7 + + 1 - - Diameter of part + + Automatic detection asumes: +Default (Arduino Uno/Nano) - 127 bytes +More than 3 axes (Mega2560)- 255 bytes + + TabPage4 - - Needed to calculate circumference for relation distance <=> angle + + True - - tab5gB7lbl2 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 63 - - tab5gB7 + + 122, 17 - - 4 + + 3 - - True + + Detect automatically + TabPage4 - - NoControl + + BtnHelp_Flowcontrol - - 235, 43 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 29, 13 + + tab4gB2 - - 5 + + 0 - - units + + cBresetSendCode - - label27 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab4gB2 - - tab5gB7 + + 1 - - 5 + + tBresetSendCode - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab4gB2 - - 6, 38 + + 2 - - 105, 13 + + cBrestoreCoordReset - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 360° corresponds to + + tab4gB2 - - tab5gB7lbl1 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 635, 3 - - tab5gB7 + + 216, 100 - - 6 + + 20 - - True + + Behavior after grbl RESET + TabPage4 - + NoControl - - 168, 12 - - - 53, 17 - - - 2 - - - Y axis + + 193, 0 - - rBRotaryY + + 23, 23 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 27 - - tab5gB7 + + ? - - 7 + + Online help - + True - + NoControl - - 136, 12 - - - 32, 17 + + 6, 50 - - 1 + + 184, 17 - - X + + 6 - - rBRotaryX + + Send following G-Code after reset + TabPage4 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 73 - - tab5gB7 + + 200, 20 - - 8 + + 7 - - True + + Assign regular GCode, seperate code into different lines using ';' as seperator. +Or assign a filename containing GCode. + TabPage4 - + NoControl - + 6, 14 - - 122, 17 - - - 0 - - - Use axis substitution - - - cBRotarySubstitute - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 200, 30 - - tab5gB7 + + 5 - - 9 + + Restore Work coordinates after reset and set default feed rate + TabPage4 - - 523, 143 + + tBflowControl - - 328, 176 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + tab4gB4 - - Rotary axis control (instead of X or Y axis) + + 0 - - tab5gB7 + + cBflowControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage26 + + tab4gB4 - - 4 + + 1 - - 4, 22 + + 635, 112 - - 3, 3, 3, 3 + + 216, 100 - - 857, 322 + + 16 - - 1 + + Flow control for streaming + TabPage4 - - Program control + + 6, 39 - - tabPage26 + + 200, 20 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - tabControl4_Level2 + + Assign regular GCode, seperate code into different lines using ';' as seperator. +Or assign a filename containing GCode. + TabPage4 - - 2 + + True - + NoControl - - 6, 98 + + 6, 16 - - 326, 94 + + 210, 17 - - 20 + + 8 - - The special pause mode allows the user to use the machine. After finishing the pause, the last process coordinate and machine status will be restored and the streaming continued. -Whereas an normal M0 a feedhold initiates, without the possibillity to use the machine. + + Send following gcode on pause or stop + TabPage4 - - label29 + + tab10gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB7 + + tabPage4 - + 0 - - True + + 4, 22 - - NoControl + + 3, 3, 3, 3 - - 9, 50 + + 857, 322 - - 189, 17 + + 3 - - 19 + + Camera + TabPage8 - - Simple Send-Response ('ok' mode) + + BtnHelp_Camera - - rBStreanProtocoll2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB1 - - tab4gB7 + + 0 - - 1 + + groupBox23 - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab10gB1 - - 6, 16 + + 1 - - 98, 13 + + tab10lbl1 - - 18 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Streaming protocol: + + tab10gB1 - - label31 + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB7 - - tab4gB7 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + tab10gB1 - - True + + 3 - - NoControl + + tab10gB6 - - 9, 32 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 164, 17 + + tab10gB1 - - 17 + + 4 - - Character-Counting (fill buffer) + + tab10gB5 - - rBStreanProtocoll1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB1 - - tab4gB7 + + 5 - - 3 + + textBox3 - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab10gB1 - - 9, 78 + + 6 - - 243, 17 + + tab10gB4 - - 14 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Disable special pause mode, pass through M0 + + tab10gB1 - - If disabled, streaming will stopped on M0 and parser state will be saved (but M0 will not send to controller), then user can control the machine. -After the pause, parser state will be restored and streamin continued. + + 7 - - cBDisableProgramPause + + tab10gB2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB7 + + tab10gB1 - - 4 + + 8 - - 291, 3 + + tab10gB3 - - 338, 225 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 24 + + tab10gB1 - - Streaming properties + + 9 - - tab4gB7 + + Fill - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3 - - tabPage25 + + 851, 316 - - 0 + + 3 - - True + + Settings for shape recognition + TabPage10 - + NoControl - - 6, 19 + + 828, 0 - - 140, 17 + + 23, 23 - - 21 + + 27 - - Translate grbl messages + + ? - - Translate grbl messages like IDLE, RUN, HOLD + + Online help - - cBgrblTranslate + + CbCameraFiducialSkip - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB6 + + groupBox23 - + 0 - - True + + TbCameraFiducialName - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 50 + + groupBox23 - - 140, 17 + + 1 - - 17 + + LblCameraFiducial - - Simulate connected grbl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + groupBox23 - - cBsimulation + + 2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 605, 19 - - tab4gB6 + + 234, 135 - - 1 + + 10 - - 635, 216 + + Fiducials - - 216, 100 + + NoControl - - 23 + + 6, 89 - - Special + + 222, 40 - - tab4gB6 + + 10 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Skip the G code of the fiducial points while streaming - - tabPage25 + + 6, 63 + + + 222, 20 + + + 8 + + + NoControl + + + 6, 15 + + + 222, 37 - - 1 + + 9 - - True + + Name of graphics layer or figure for fiducials - + NoControl - - 6, 55 + + 305, 20 - - 198, 17 + + 272, 42 - - 13 + + 7 - - Show streaming progress in 2D-View + + Save settings in named parameter sets and call them in camera window to change shape recognition behavior. Close/Open Camera window after changing names. + TabPage10 - - cBShowStreamingProgress + + tBShapeSet4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB5 + + tab10gB7 - + 0 - - True + + btnShapeSetSave4 - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 19 + + tab10gB7 - - 270, 30 + + 1 - - 12 + + btnShapeSetLoad4 - - Disable realtime path update during streaming. -Saves CPU load, disables zooming during streaming + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBBackgroundImage + + tab10gB7 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tab4gB5 + + 302, 215 - - 1 + + 262, 49 - - 6, 235 + + 5 - - 623, 81 + + Parameter set 4 - - 22 + + 6, 19 - - During streaming of G-Code + + 140, 20 - - tab4gB5 + + 0 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 123 - - tabPage25 + + NoControl - - 2 + + 210, 17 - + + 50, 23 + + + 3 + + + save + TabPage10 + + NoControl - - 6, 75 + + 150, 17 - - 266, 46 + + 60, 23 - + 2 - - Reduce freq. when streaming gcode. -Use sync. RX mode. + + load + TabPage10 - - cBpollIntervalReduce + + tBShapeSet3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB1 + + tab10gB6 - + 0 - - NoControl - - - 6, 16 + + btnShapeSetSave3 - - 211, 29 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + tab10gB6 - - Set update frequency for grbl status report. As higher as more stress for the controller. + + 1 - - tab4gB1lbl1 + + btnShapeSetLoad3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB1 + + tab10gB6 - - 1 + + 2 - - 2 Hz - slow + + 302, 165 - - 4 Hz + + 262, 49 - - 5 Hz - default + + 5 - - 8 Hz + + Parameter set 3 - - 10 Hz - maximum + + 6, 19 - - 6, 48 + + 140, 20 - - 208, 21 + + 0 - - 1 + + 123 - - cBoxPollInterval + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 210, 17 - - tab4gB1 + + 50, 23 - - 2 + + 3 - - 3, 3 + + save + TabPage10 - - 278, 127 + + NoControl - - 18 + + 150, 17 - - Status poll frequency + + 60, 23 - - tab4gB1 + + 2 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + load + TabPage10 - - tabPage25 + + tBShapeSet2 - - 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab10gB5 - - NoControl + + 0 - - 177, 65 + + btnShapeSetSave2 - - 40, 13 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tab10gB5 - - use fix: + + 1 - - label88 + + btnShapeSetLoad2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB3 + + tab10gB5 - - 0 + + 2 - - 218, 63 + + 302, 115 - - 54, 20 + + 262, 49 - - 4 + + 6 - - Right + + Parameter set 2 - - numericUpDown6 + + 6, 19 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 140, 20 - - tab4gB3 + + 0 - - 1 + + 123 - + NoControl - - 6, 16 + + 210, 17 - - 266, 40 + + 50, 23 - - 1 + + 3 - - Automatic detection asumes: -Default (Arduino Uno/Nano) - 127 bytes -More than 3 axes (Mega2560)- 255 bytes - + + save + TabPage10 - - tab4gB3lbl1 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 150, 17 - - tab4gB3 + + 60, 23 - + 2 - - True + + load + TabPage10 - - NoControl + + 302, 270 - - 6, 63 + + 350, 20 - - 122, 17 + + 5 - - 3 + + tBShapeSet1 - - Detect automatically + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkBox3 + + tab10gB4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - tab4gB3 + + btnShapeSetSave1 - - 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 139 + + tab10gB4 - - 278, 89 + + 1 - - 19 + + btnShapeSetLoad1 - - grbl buffer size + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB3 + + tab10gB4 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - tabPage25 + + 302, 65 - - 4 + + 262, 49 - - NoControl + + 4 - - 193, 0 + + Parameter set 1 - - 23, 23 + + 6, 19 - - 27 + + 140, 20 - - ? + + 0 - - Online help + + 123 - - BtnHelp_Flowcontrol + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 210, 17 - - tab4gB2 + + 50, 23 - - 0 + + 3 - - True + + save + TabPage10 - + NoControl - - 6, 50 - - - 184, 17 + + 150, 17 - - 6 + + 60, 23 - - Send following G-Code after reset + + 2 - - cBresetSendCode + + load + TabPage10 - + + cBFilterOuside + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB2 + + tab10gB2 - - 1 + + 0 - - 6, 73 + + lblFilterBlue2 - - 200, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + tab10gB2 - - Assign regular GCode, seperate code into different lines using ';' as seperator. -Or assign a filename containing GCode. + + 1 - - tBresetSendCode + + lblFilterGreen2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab4gB2 + + tab10gB2 - + 2 - - NoControl + + lblFilterRed2 - - 6, 14 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 200, 30 + + tab10gB2 - - 5 + + 3 - - Restore Work coordinates after reset and set default feed rate + + lblFilterBlue1 - - cBrestoreCoordReset + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB2 - - tab4gB2 + + 4 - - 3 + + lblFilterGreen1 - - 635, 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 216, 100 + + tab10gB2 - - 20 + + 5 - - Behavior after grbl RESET + + lblFilterRed1 - - tab4gB2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB2 - - tabPage25 + + 6 - - 5 + + hSFilterBlue2 - - 6, 39 + + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 200, 20 + + tab10gB2 - - 9 + + 7 - - Assign regular GCode, seperate code into different lines using ';' as seperator. -Or assign a filename containing GCode. + + tab10gB2lbl3 - - tBflowControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB2 - - tab4gB4 + + 8 - - 0 + + hSFilterBlue1 - - True + + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab10gB2 - - 6, 16 + + 9 - - 210, 17 + + hSFilterGreen2 - - 8 + + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Send following gcode on pause or stop + + tab10gB2 - - cBflowControl + + 10 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB2lbl2 - - tab4gB4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab10gB2 - - 635, 112 + + 11 - - 216, 100 + + hSFilterGreen1 - - 16 + + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flow control for streaming + + tab10gB2 - - tab4gB4 + + 12 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + hSFilterRed2 - - tabPage25 + + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + tab10gB2 - - 4, 22 + + 13 - - 3, 3, 3, 3 + + tab10gB2lbl1 - - 857, 322 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab10gB2 - - Flow control + + 14 - - tabPage25 + + hSFilterRed1 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl4_Level2 + + tab10gB2 - - 3 + + 15 + + + 6, 20 - - NoControl + + 290, 101 - - 828, 0 + + 0 - - 23, 23 + + Color filter + ok - - 27 + + True - - ? + + NoControl - - Online help + + 6, 78 - - BtnHelp_Camera + + 227, 17 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 - - tab10gB1 + + Pixel filled outside of specified color ranges + TabPage10 - - 0 + + True - + NoControl - - 6, 89 + + 267, 56 - - 222, 40 + + 13, 13 - - 10 + + 16 - - Skip the G code of the fiducial points while streaming + + 1 - - CbCameraFiducialSkip + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox23 + + 267, 36 - - 0 + + 13, 13 - - 6, 63 + + 15 - - 222, 20 + + 1 - - 8 + + True - - TbCameraFiducialName + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 267, 16 - - groupBox23 + + 13, 13 - + + 14 + + 1 - + + True + + NoControl - - 6, 15 + + 147, 56 - - 222, 37 + + 13, 13 - - 9 + + 13 - - Name of graphics layer or figure for fiducials + + 1 - - LblCameraFiducial + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox23 + + 147, 36 - - 2 + + 13, 13 - - 605, 19 + + 12 - - 234, 135 + + 1 - - 10 + + True - - Fiducials + + NoControl - - groupBox23 + + 147, 16 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13, 13 - - tab10gB1 + + 11 - + 1 - + NoControl - - 305, 20 + + 184, 54 - - 272, 42 + + 80, 17 - - 7 + + 10 - - Save settings in named parameter sets and call them in camera window to change shape recognition behavior. Close/Open Camera window after changing names. + + True - - tab10lbl1 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 56 - - tab10gB1 + + 28, 13 - - 2 + + 9 - - 6, 19 + + Blue + TabPage10 - - 140, 20 + + NoControl - - 0 + + 64, 54 - - 123 + + 80, 17 - - tBShapeSet4 + + 8 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab10gB7 + + 184, 34 - - 0 + + 80, 17 - + + 7 + + + True + + NoControl - - 210, 17 + + 6, 36 - - 50, 23 + + 36, 13 - - 3 + + 6 - - save + + Green + TabPage10 - - btnShapeSetSave4 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 64, 34 - - tab10gB7 + + 80, 17 - - 1 + + 5 - + NoControl - - 150, 17 + + 184, 14 - - 60, 23 + + 80, 17 - - 2 + + 4 - - load + + True - - btnShapeSetLoad4 + + NoControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 16 - - tab10gB7 + + 27, 13 - - 2 + + 3 - - 302, 215 + + Red + TabPage10 - - 262, 49 + + NoControl - - 5 + + 64, 14 - - Parameter set 4 + + 80, 17 - - tab10gB7 + + 2 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label87 - - tab10gB1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab10gB3 - - 6, 19 + + 0 - - 140, 20 + + numericUpDown16 - - 0 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 123 + + tab10gB3 - - tBShapeSet3 + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label86 - - tab10gB6 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab10gB3 - - NoControl + + 2 - - 210, 17 + + nUDShapeSizeMax - - 50, 23 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab10gB3 - - save + + 3 - - btnShapeSetSave3 + + nUDShapeDistMax - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab10gB6 + + tab10gB3 - - 1 + + 4 - - NoControl + + tab10gB3lbl6 - - 150, 17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 60, 23 + + tab10gB3 - - 2 + + 5 - - load + + tab10gB3lbl3 - - btnShapeSetLoad3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB3 - - tab10gB6 + + 6 - - 2 + + tab10gB3lbl5 - - 302, 165 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 262, 49 + + tab10gB3 - - 5 + + 7 - - Parameter set 3 + + tab10gB3lbl4 - - tab10gB6 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB3 - - tab10gB1 + + 8 - - 4 + + tab10gB3lbl2 - - 6, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 140, 20 + + tab10gB3 - - 0 + + 9 - - 123 + + nUDShapeDistMin - - tBShapeSet2 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab10gB3 - - tab10gB5 + + 10 - - 0 + + nUDShapeSizeMin - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 210, 17 + + tab10gB3 - - 50, 23 + + 11 - - 3 + + tab10gB3lbl1 - - save + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnShapeSetSave2 + + tab10gB3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - tab10gB5 + + cBShapeRect - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab10gB3 - - 150, 17 + + 13 - - 60, 23 + + cBShapeCircle - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - load + + tab10gB3 - - btnShapeSetLoad2 + + 14 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 125 - - tab10gB5 + + 290, 179 - - 2 + + 1 - - 302, 115 + + Shape recognition + TabPage10 - - 262, 49 + + True - - 6 + + NoControl - - Parameter set 2 + + 192, 143 - - tab10gB5 + + 27, 13 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - tab10gB1 + + sec. - - 5 + + 134, 141 - - 302, 270 + + 52, 20 - - 350, 20 + + 13 - - 5 + + Right - - textBox3 + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab10gB1 + + 6, 143 - - 6 + + 115, 13 - - 6, 19 + + 12 - - 140, 20 + + Timeout for recognition - - 0 + + 192, 48 - - 123 + + 52, 20 - - tBShapeSet1 + + 11 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Right - - tab10gB4 + + 134, 98 - - 0 + + 52, 20 - - NoControl + + 10 - - 210, 17 + + Right - - 50, 23 + + True - - 3 + + NoControl - - save + + 192, 100 - - btnShapeSetSave1 + + 15, 13 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - tab10gB4 + + % - - 1 + + True - + NoControl - - 150, 17 + + 6, 100 - - 60, 23 + + 131, 13 - - 2 + + 8 - - load + + Acceptable distortion max. + TabPage10 - - btnShapeSetLoad1 + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab10gB4 + + 192, 75 - - 2 + + 28, 13 - - 302, 65 + + 7 - - 262, 49 + + pixel + ok - - 4 + + True - - Parameter set 1 + + NoControl - - tab10gB4 + + 250, 50 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29, 13 - - tab10gB1 + + 6 - - 7 + + units + ok - + True - + NoControl - - 6, 78 + + 6, 75 - - 227, 17 + + 128, 13 - - 17 + + 5 - - Pixel filled outside of specified color ranges + + Acceptable distortion min. + TabPage10 - - cBFilterOuside + + 134, 73 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 52, 20 - - tab10gB2 + + 4 - - 0 + + Right - - True + + 134, 48 - - NoControl + + 52, 20 - - 267, 56 + + 3 - - 13, 13 + + Right - - 16 + + True - - 1 + + NoControl - - lblFilterBlue2 + + 6, 50 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 117, 13 - - tab10gB2 + + 2 - - 1 + + Min. max. size of shape + TabPage10 - + True - + NoControl - - 267, 36 - - - 13, 13 + + 71, 19 - - 15 + + 75, 17 - + 1 - - lblFilterGreen2 + + Rectangle + TabPage10 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab10gB2 + + NoControl - - 2 + + 9, 19 - - True + + 52, 17 - - NoControl + + 0 - - 267, 16 + + Circle + TabPage10 - - 13, 13 + + groupBox18 - - 14 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tabControl5_Level2 - - lblFilterRed2 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox17 - - tab10gB2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tabControl5_Level2 - - True + + 1 - - NoControl + + groupBox16 - - 147, 56 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13, 13 + + tabControl5_Level2 - - 13 + + 2 - - 1 + + groupBox10 - - lblFilterBlue1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabControl5_Level2 - - tab10gB2 + + 3 - + + 4, 22 + + + 3, 3, 3, 3 + + + 857, 322 + + 4 - - True + + Notifier + ok - - NoControl + + button1 - - 147, 36 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13, 13 + + groupBox18 - - 12 + + 0 - - 1 + + tbNotifierPBChannel - - lblFilterGreen1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox18 - - tab10gB2 + + 1 - - 5 + + lblNotifierPBChannel - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox18 - - 147, 16 + + 2 - - 13, 13 + + tbNotifierPBToken - - 11 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox18 - - lblFilterRed1 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cbNotifierPBEnable - - tab10gB2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + groupBox18 - - NoControl + + 4 - - 184, 54 + + lblNotifierPBToken - - 80, 17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + groupBox18 - - hSFilterBlue2 + + 5 - - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 290, 3 - - tab10gB2 + + 278, 176 - - 7 + + 5 - - True + + Pushbullet - + NoControl - - 6, 56 + + 6, 147 - - 28, 13 + + 266, 23 - - 9 + + 5 - - Blue + + Send test message + ok - - tab10gB2lbl3 + + 6, 98 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 266, 20 - - tab10gB2 + + 4 - - 8 + + True - + NoControl - - 64, 54 - - - 80, 17 + + 3, 82 - - 8 + + 181, 13 - - hSFilterBlue1 + + 3 - - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Channel (keep empty to send a note) + ok - - tab10gB2 + + 6, 52 - - 9 + + * - - NoControl + + 266, 20 - - 184, 34 + + 2 - - 80, 17 + + True - - 7 + + NoControl - - hSFilterGreen2 + + 6, 16 - - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 164, 17 - - tab10gB2 + + 1 - - 10 + + Enable pushbullet notification + ok - + True - + NoControl - - 6, 36 + + 3, 36 - - 36, 13 + + 96, 13 - - 6 + + 0 - - Green + + API Access Token + ok - - tab10gB2lbl2 + + label33 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab10gB2 + + groupBox17 - - 11 + + 0 - + + 6, 188 + + + 562, 131 + + + 4 + + + Safety Notes + ok + + NoControl - - 64, 34 + + 6, 17 - - 80, 17 + + 550, 111 - - 5 + + 0 - - hSFilterGreen1 + + Email: for safety reasons you should use a 'trash' email account, the password cannot be saved in encrypted form. + +Pushbullet: for safety reasons you should use a 'trash' account, the access token cannot be saved in encrypted form. + ok - - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cbNotifierTitle - - tab10gB2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + groupBox16 - - NoControl + + 0 - - 184, 14 + + tbNotifierMsg2 - - 80, 17 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + groupBox16 - - hSFilterRed2 + + 1 - - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tbNotifier6 - - tab10gB2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + groupBox16 - - True + + 2 - - NoControl + + nudNotifierMsg1 - - 6, 16 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27, 13 + + groupBox16 - + 3 - - Red - - - tab10gB2lbl1 + + cbNotifierMsg1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab10gB2 + + groupBox16 - - 14 + + 4 - - NoControl + + tbNotifierMsg1 - - 64, 14 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 80, 17 + + groupBox16 - - 2 + + 5 - - hSFilterRed1 + + lblNotifier8 - - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab10gB2 + + groupBox16 - - 15 + + 6 - - 6, 20 + + lblNotifierMsg1 - - 290, 101 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox16 - - Color filter + + 7 - - tab10gB2 + + 3, 3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 278, 176 - - tab10gB1 + + 3 - - 8 + + Notifications + ok - + True - + NoControl - - 192, 143 - - - 27, 13 + + 9, 35 - - 14 + + 167, 17 - - sec. + + 7 - - label87 + + Add streaming progress to title + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 140 - - tab10gB3 + + 266, 20 - - 0 + + 6 - - 134, 141 + + False - - 52, 20 + + 98, 13 - - 13 + + 174, 20 - - Right + + 14 - - numericUpDown16 + + 224, 116 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 20 - - tab10gB3 + + 5 - - 1 + + Right - + True - + NoControl - - 6, 143 + + 6, 117 - - 115, 13 + + 192, 17 - - 12 + + 4 - - Timeout for recognition + + Frequent progress update (minutes) + ok - - label86 + + 6, 79 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 266, 20 - - tab10gB3 + + 3 - - 2 + + True - - 192, 48 + + NoControl - - 52, 20 + + 6, 16 - - 11 + + 74, 13 - - Right + + 12 - - nUDShapeSizeMax + + Title / Subject + ok - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tab10gB3 + + NoControl - - 3 + + 6, 66 + + + 79, 13 + + + 2 + + + Finish message + ok - - 134, 98 + + BtnHelp_Notifier - - 52, 20 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + groupBox10 - - Right + + 0 - - nUDShapeDistMax + + cbNotifierEmailEnable - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab10gB3 + + groupBox10 - - 4 + + 1 - - True + + btn_notifierMail_Test - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 192, 100 + + groupBox10 - - 15, 13 + + 2 - - 9 + + tbNotifier5 - - % + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab10gB3lbl6 + + groupBox10 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - tab10gB3 + + tbNotifier4 - - 5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + groupBox10 - - NoControl + + 4 - - 6, 100 + + lblNotifier7 - - 131, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + groupBox10 - - Acceptable distortion max. + + 5 - - tab10gB3lbl3 + + lblNotifier6 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab10gB3 + + groupBox10 - + 6 - - True - - - NoControl + + groupBox15 - - 192, 75 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 28, 13 + + groupBox10 - + 7 - - pixel - - - tab10gB3lbl5 + + lblNotifier1 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab10gB3 + + groupBox10 - - 7 + + 8 - - True + + 573, 3 - - NoControl + + 278, 316 - - 250, 50 + + 1 - - 29, 13 + + Email + ok - - 6 + + NoControl - - units + + 255, 0 - - tab10gB3lbl4 + + 23, 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 27 - - tab10gB3 + + ? - - 8 + + Online help - + True - + NoControl - - 6, 75 - - - 128, 13 - - - 5 - - - Acceptable distortion min. - - - tab10gB3lbl2 + + 6, 16 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 140, 17 - - tab10gB3 + + 15 - - 9 + + Enable email notification + ok - - 134, 73 + + NoControl - - 52, 20 + + 6, 281 - - 4 + + 266, 23 - - Right + + 0 - - nUDShapeDistMin + + Send test mail + ok - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 104, 235 - - tab10gB3 + + 162, 20 - - 10 + + 13 - - 134, 48 + + 104, 213 - - 52, 20 + + 162, 20 - - 3 + + 10 - - Right + + True - - nUDShapeSizeMin + + NoControl - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12, 238 - - tab10gB3 + + 47, 13 - + 11 - + + To email + ok + + True - + NoControl - - 6, 50 - - - 117, 13 + + 12, 216 - - 2 + + 57, 13 - - Min. max. size of shape + + 10 - - tab10gB3lbl1 + + From email + ok - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nudNotifier1 - - tab10gB3 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + groupBox15 - - True + + 0 - - NoControl + + tbNotifier3 - - 71, 19 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75, 17 + + groupBox15 - + 1 - - Rectangle + + tbNotifier2 - - cBShapeRect + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox15 - - tab10gB3 + + 2 - - 13 + + tbNotifier1 - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + groupBox15 - - 9, 19 + + 3 - - 52, 17 + + lblNotifier3 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Circle + + groupBox15 - - cBShapeCircle + + 4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblNotifier5 - - tab10gB3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + groupBox15 - - 6, 125 + + 5 - - 290, 179 + + lblNotifier2 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Shape recognition + + groupBox15 - - tab10gB3 + + 6 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblNotifier4 - - tab10gB1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + groupBox15 - - Fill + + 7 - - 3, 3 + + 6, 102 - - 851, 316 + + 266, 104 - + 3 - - Settings for shape recognition + + SMTP Server + ok - - tab10gB1 + + 98, 36 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 52, 20 - - tabPage4 + + 9 - - 0 + + Right - - 4, 22 + + 98, 80 - - 3, 3, 3, 3 + + * - - 857, 322 + + 162, 20 - - 3 + + 8 - - Camera + + 98, 58 - - tabPage4 + + 162, 20 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - tabControl4_Level2 + + 98, 14 - - 4 + + 162, 20 - + + 5 + + + True + + NoControl - - 6, 147 + + 6, 39 - - 266, 23 + + 26, 13 - - 5 + + 4 - - Send test message + + Port + ok - - button1 + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox18 + + 6, 83 - - 0 + + 53, 13 - - 6, 98 + + 3 - - 266, 20 + + Password + ok - - 4 + + True - - tbNotifierPBChannel + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 17 - - groupBox18 + + 45, 13 - + 1 - + + Address + ok + + True - + NoControl - - 3, 82 + + 6, 61 - - 181, 13 + + 55, 13 - - 3 + + 2 - - Channel (keep empty to send a note) + + Username + ok - - lblNotifierPBChannel + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 36 - - groupBox18 + + 271, 63 - - 2 + + 0 - - 6, 52 + + Setup SMTP-Server access for your email account +Note: often "from Email" must be same as SMTP mailbox email. + ok - - * + + tabPage23 - - 266, 20 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + tabControl4 - - tbNotifierPBToken + + 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage2 - - groupBox18 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tabControl4 - - True + + 1 - - NoControl + + tabPage24 - - 6, 16 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 164, 17 + + tabControl4 - - 1 + + 2 - - Enable pushbullet notification + + tabPage1 - - cbNotifierPBEnable + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabControl4 - - groupBox18 + + 3 - - 4 + + tabPage6 - - True + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tabControl4 - - 3, 36 + + 4 - - 96, 13 + + tabPage32 - - 0 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - API Access Token + + tabControl4 - - lblNotifierPBToken + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage33 - - groupBox18 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tabControl4 - - 290, 3 + + 6 - - 278, 176 + + 5, 6 - - 5 + + 866, 348 - - Pushbullet + + 0 - - groupBox18 + + BtnHelp_Buttons - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl5_Level2 + + tabPage23 - + 0 - - NoControl + + tab6lbl1 - - 6, 17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 550, 111 + + tabPage23 - - 0 + + 1 + + + tab6lbl2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage23 - - Email: for safety reasons you should use a 'trash' email account, the password cannot be saved in encrypted form. - -Pushbullet: for safety reasons you should use a 'trash' account, the access token cannot be saved in encrypted form. + + 2 - - label33 + + lblFilePath - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox17 + + tabPage23 - - 0 + + 3 - - 6, 188 + + dGVCustomBtn - - 562, 131 + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + tabPage23 - - Safety Notes + + 4 - - groupBox17 + + 4, 22 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - tabControl5_Level2 + + 858, 322 - - 1 + + 0 - - True + + Custom Buttons + ok - + NoControl - - 9, 35 + + 834, 0 - - 167, 17 + + 23, 23 - - 7 + + 28 - - Add streaming progress to title + + ? - - cbNotifierTitle + + Online help - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox16 + + 4, 260 - - 0 + + 376, 44 - - 6, 140 + + 8 - - 266, 20 + + Assign regular GCode, seperate code into different lines using ';' as seperator. +Or assign a filename containing GCode. +Relative file path starts from here: + TabPage6 - - 6 + + True - - False + + NoControl - - tbNotifierMsg2 + + 407, 260 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 282, 13 - - groupBox16 + + 11 - - 1 + + The buttons 13 to 16 are hidden when the fields are empty + TabPage6 - - 98, 13 + + True - - 174, 20 + + NoControl - - 14 + + 4, 304 - - tbNotifier6 + + 41, 13 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - groupBox16 + + label47 - - 2 + + 3, 3 - - 224, 116 + + 852, 253 - - 48, 20 + + 10 - - 5 + + Nr. + ok - - Right + + 30 - - nudNotifierMsg1 + + Label + ok - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 120 - - groupBox16 + + G-Code + ok - - 3 + + 600 - - True + + Color + ok - - NoControl + + BtnHelp_Hotkeys - - 6, 117 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 192, 17 + + tabPage2 - - 4 + + 0 - - Frequent progress update (minutes) + + tab9gB1 - - cbNotifierMsg1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage2 - - groupBox16 + + 1 - - 4 + + 4, 22 - - 6, 79 + + 3, 3, 3, 3 - - 266, 20 + + 858, 322 - + 3 - - tbNotifierMsg1 + + Hot-Keys + TabPage5 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox16 + + 834, 0 - - 5 + + 23, 23 - - True + + 37 + + + ? - - NoControl + + Online help - - 6, 16 + + btnOpenHotkeys - - 74, 13 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + tab9gB1 - - Title / Subject + + 0 - - lblNotifier8 + + lblPathHotkeys - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox16 - - - 6 + + tab9gB1 - - True + + 1 - - NoControl + + btnHotkeyRefresh - - 6, 66 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 79, 13 + + tab9gB1 - + 2 - - Finish message - - - lblNotifierMsg1 + + tab9gB1lbl2 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox16 + + tab9gB1 - - 7 + + 3 - - 3, 3 + + tBHotkeyList - - 278, 176 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab9gB1 - - Notifications + + 4 - - groupBox16 + + tab9gB1lbl1 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl5_Level2 + + tab9gB1 - - 2 + + 5 - - NoControl + + tB_kP_Left1 - - 255, 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 23 + + tab9gB1 - - 27 + + 6 - - ? + + Fill - - Online help + + 3, 3 - - BtnHelp_Notifier + + 852, 316 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - groupBox10 + + Hot-Keys + TabPage9 - - 0 + + NoControl - + + 656, 58 + + + 184, 23 + + + 36 + + + Open hotkeys.xml in notepad + TabPage9 + + True - + NoControl - - 6, 16 + + 6, 72 - - 140, 17 + + 29, 13 - - 15 + + 35 - - Enable email notification + + Path + TabPage9 - - cbNotifierEmailEnable + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 287 - - groupBox10 + + 120, 20 - - 1 + + 33 - + + Reload hotkey.xml + TabPage9 + + + True + + NoControl - - 6, 281 + + 6, 58 - - 266, 23 + + 454, 13 - - 0 + + 32 - - Send test mail + + Content of hotkeys.xml (must be edited externally, press 'Apply changes' to update assignment): + TabPage9 - - btn_notifierMail_Test + + Lucida Console, 8.25pt - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 88 - - groupBox10 + + True - - 2 + + Both - - 104, 235 + + 834, 193 - - 162, 20 + + 31 - - 13 + + True - - tbNotifier5 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 16 - - groupBox10 + + 240, 13 - - 3 + + 30 - - 104, 213 + + Check key data here (will be copied to clipboard): + TabPage9 - - 162, 20 + + 6, 32 - - 10 + + 240, 20 - - tbNotifier4 + + 8 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + A, Control, Alt + ok - - groupBox10 + + BtnHelp_Gamepad - - 4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tabPage24 - - NoControl + + 0 - - 12, 238 + + tab7gB1 - - 47, 13 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + tabPage24 - - To email + + 1 - - lblNotifier7 + + 4, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - groupBox10 + + 858, 322 - - 5 + + 1 - - True + + GamePad + ok - + NoControl - - 12, 216 + + 834, 0 - - 57, 13 + + 23, 23 - - 10 + + 74 - - From email + + ? - - lblNotifier6 + + Online help - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tBGPPOVC07 - - groupBox10 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + tab7gB1 - - 98, 36 + + 0 - - 52, 20 + + tBGPPOVC06 - - 9 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + tab7gB1 - - nudNotifier1 + + 1 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tBGPPOVC05 - - groupBox15 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab7gB1 - - 98, 80 + + 2 - - * + + tBGPPOVC04 - - 162, 20 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + tab7gB1 - - tbNotifier3 + + 3 - + + tBGPPOVC03 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox15 + + tab7gB1 - - 1 + + 4 - - 98, 58 + + tBGPPOVC02 - - 162, 20 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + tab7gB1 - - tbNotifier2 + + 5 - + + tBGPPOVC01 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox15 + + tab7gB1 - - 2 + + 6 - - 98, 14 + + tBGPPOVC00 - - 162, 20 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tab7gB1 - - tbNotifier1 + + 7 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblPOVC07 - - groupBox15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab7gB1 - - True + + 8 - - NoControl + + lblPOVC06 - - 6, 39 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26, 13 + + tab7gB1 - - 4 + + 9 + + + lblPOVC05 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Port + + tab7gB1 - - lblNotifier3 + + 10 - + + lblPOVC04 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox15 + + tab7gB1 - - 4 + + 11 - - True + + lblPOVC03 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 83 + + tab7gB1 - - 53, 13 + + 12 - - 3 + + lblPOVC02 - - Password + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblNotifier5 + + tab7gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - groupBox15 + + lblPOVC01 - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab7gB1 - - NoControl + + 14 - - 6, 17 + + label49 - - 45, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab7gB1 - - Address + + 15 - - lblNotifier2 + + lblPOVC00 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox15 + + tab7gB1 - - 6 + + 16 - - True + + groupBox1 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 61 + + tab7gB1 - - 55, 13 + + 17 - - 2 + + lblValR - - Username + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblNotifier4 + + tab7gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - groupBox15 + + lblValY - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 102 + + tab7gB1 - - 266, 104 + + 19 - - 3 + + lblValZ - - SMTP Server + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox15 + + tab7gB1 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - groupBox10 + + lblValX - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab7gB1 - - 6, 36 + + 21 - - 271, 63 + + cBGPEnable - - 0 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Setup SMTP-Server access for your email account -Note: often "from Email" must be same as SMTP mailbox email. + + tab7gB1 - - lblNotifier1 + + 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBRInvert - - groupBox10 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + tab7gB1 - - 573, 3 + + 23 - - 278, 316 + + cBZInvert - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Email + + tab7gB1 - - groupBox10 + + 24 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cBYInvert - - tabControl5_Level2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab7gB1 - - 4, 22 + + 25 - - 3, 3, 3, 3 + + cBXInvert - - 857, 322 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + tab7gB1 - - Notifier + + 26 - - tabControl5_Level2 + + tBRAxis - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl4_Level2 + + tab7gB1 - - 5 + + 27 - - 6, 6 + + tBZAxis - - 865, 348 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab7gB1 - - tabControl4_Level2 + + 28 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tBYAxis - - tabPage21 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab7gB1 - - 4, 22 + + 29 - - 3, 3, 3, 3 + + tBXAxis - - 877, 360 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + tab7gB1 - - Program behavior + + 30 - - tabPage21 + + tab7gB1lbl1 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl_Level1 + + tab7gB1 - - 3 + + 31 - - NoControl + + tBGP15 - - 834, 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 23 + + tab7gB1 - - 28 + + 32 - - ? + + tBGP14 - - Online help + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnHelp_Buttons + + tab7gB1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 33 - - tabPage23 + + tBGP13 - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab7gB1 - - 4, 260 + + 34 - - 376, 44 + + tBGP12 - - 8 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Assign regular GCode, seperate code into different lines using ';' as seperator. -Or assign a filename containing GCode. -Relative file path starts from here: + + tab7gB1 - - tab6lbl1 + + 35 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tBGP11 - - tabPage23 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab7gB1 - - True + + 36 - - NoControl + + tBGP10 - - 407, 260 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 282, 13 + + tab7gB1 - - 11 + + 37 - - The buttons 13 to 16 are hidden when the fields are empty + + tBGP9 - - tab6lbl2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab7gB1 - - tabPage23 + + 38 - - 2 + + tBGP8 - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab7gB1 - - 4, 304 + + 39 - - 41, 13 + + tBGP7 - - 9 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label47 + + tab7gB1 - - lblFilePath + + 40 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tBGP6 - - tabPage23 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tab7gB1 - - True - - - Nr. + + 41 - - 30 + + tBGP5 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - Label + + tab7gB1 - - 120 + + 42 - - True - - - G-Code + + tBGP4 - - 600 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - Color + + tab7gB1 - - 3, 3 + + 43 - - 852, 253 + + tBGP3 - - 10 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - dGVCustomBtn + + tab7gB1 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44 - - tabPage23 + + tBGP2 - - 4 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 22 + + tab7gB1 - - 3, 3, 3, 3 + + 45 - - 858, 322 + + tBGP1 - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Custom Buttons + + tab7gB1 - - tabPage23 + + 46 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblgp - - tabControl4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab7gB1 - - NoControl + + 47 - - 834, 0 + + label44 - - 23, 23 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 37 + + tab7gB1 - - ? + + 48 - - Online help + + trackBarR - - BtnHelp_Hotkeys + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab7gB1 - - tabPage2 + + 49 - - 0 + + label43 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 656, 58 + + tab7gB1 - - 184, 23 + + 50 - - 36 + + trackBarZ - - Open hotkeys.xml in notepad + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnOpenHotkeys + + tab7gB1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 51 - - tab9gB1 + + label42 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab7gB1 - - NoControl + + 52 - - 6, 72 + + label41 - - 29, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 35 + + tab7gB1 - - Path + + 53 - - lblPathHotkeys + + trackBarY - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab9gB1 + + tab7gB1 - - 1 + + 54 - - NoControl + + trackBarX - - 6, 287 + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 120, 20 + + tab7gB1 - - 33 + + 55 - - Reload hotkey.xml + + lblButtons15 - - btnHotkeyRefresh + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab7gB1 - - tab9gB1 + + 56 - - 2 + + lblButtons0 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab7gB1 + + + 57 - - 6, 58 + + lblButtons14 - - 454, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32 + + tab7gB1 - - Content of hotkeys.xml (must be edited externally, press 'Apply changes' to update assignment): + + 58 - - tab9gB1lbl2 + + tBGP0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab9gB1 + + tab7gB1 - - 3 + + 59 - - Lucida Console, 8.25pt + + lblButtons13 - - 6, 88 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab7gB1 - - Both + + 60 - - 834, 193 + + lblButtons1 - - 31 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tBHotkeyList + + tab7gB1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 61 - - tab9gB1 + + lblButtons12 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab7gB1 - - NoControl + + 62 - - 6, 16 + + lblButtons2 - - 240, 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30 + + tab7gB1 - - Check key data here (will be copied to clipboard): + + 63 - - tab9gB1lbl1 + + lblButtons11 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab9gB1 + + tab7gB1 - - 5 + + 64 - - 6, 32 + + lblButtons3 - - 240, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + tab7gB1 - - A, Control, Alt + + 65 - - tB_kP_Left1 + + lblButtons10 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab9gB1 + + tab7gB1 - - 6 + + 66 - - Fill + + lblButtons4 - - 3, 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 852, 316 + + tab7gB1 - - 10 + + 67 - - Hot-Keys + + lblButtons9 - - tab9gB1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab7gB1 - - tabPage2 + + 68 - - 1 + + lblButtons5 - - 4, 22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + tab7gB1 - - 858, 322 + + 69 - - 3 + + lblButtons8 - - Hot-Keys + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage2 + + tab7gB1 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 70 - - tabControl4 + + lblButtons6 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab7gB1 - - 834, 0 + + 71 - - 23, 23 + + lblButtons7 - - 74 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ? + + tab7gB1 - - Online help + + 72 - - BtnHelp_Gamepad + + Fill - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3 - - tabPage24 + + 852, 316 - - 0 + + 17 + + + Gamepad Button assignment + ok 452, 179 @@ -24150,18 +25858,6 @@ Relative file path starts from here: 25 - - tBGPPOVC07 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 0 - 452, 158 @@ -24171,18 +25867,6 @@ Relative file path starts from here: 24 - - tBGPPOVC06 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 1 - 452, 137 @@ -24192,18 +25876,6 @@ Relative file path starts from here: 23 - - tBGPPOVC05 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 2 - 452, 116 @@ -24213,18 +25885,6 @@ Relative file path starts from here: 22 - - tBGPPOVC04 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 3 - 452, 95 @@ -24234,18 +25894,6 @@ Relative file path starts from here: 21 - - tBGPPOVC03 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 4 - 452, 74 @@ -24255,18 +25903,6 @@ Relative file path starts from here: 20 - - tBGPPOVC02 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 5 - 452, 53 @@ -24276,18 +25912,6 @@ Relative file path starts from here: 19 - - tBGPPOVC01 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 6 - 452, 32 @@ -24297,18 +25921,6 @@ Relative file path starts from here: 18 - - tBGPPOVC00 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 7 - Microsoft Sans Serif, 10pt @@ -24330,18 +25942,6 @@ Relative file path starts from here: MiddleCenter - - lblPOVC07 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 8 - Microsoft Sans Serif, 10pt @@ -24363,18 +25963,6 @@ Relative file path starts from here: MiddleCenter - - lblPOVC06 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 9 - Microsoft Sans Serif, 10pt @@ -24396,18 +25984,6 @@ Relative file path starts from here: MiddleCenter - - lblPOVC05 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 10 - Microsoft Sans Serif, 10pt @@ -24429,18 +26005,6 @@ Relative file path starts from here: MiddleCenter - - lblPOVC04 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 11 - Microsoft Sans Serif, 10pt @@ -24462,18 +26026,6 @@ Relative file path starts from here: MiddleCenter - - lblPOVC03 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 12 - Microsoft Sans Serif, 10pt @@ -24495,18 +26047,6 @@ Relative file path starts from here: MiddleCenter - - lblPOVC02 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 13 - Microsoft Sans Serif, 10pt @@ -24525,83 +26065,180 @@ Relative file path starts from here: - - MiddleCenter + + MiddleCenter + + + True + + + NoControl + + + 427, 14 + + + 115, 13 + + + 66 + + + PointOfViewController0 + + + Microsoft Sans Serif, 10pt + + + NoControl + + + 427, 32 + + + 20, 20 + + + 65 + + + + + + MiddleCenter + + + tab7gB2lbl3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + tab7gB2lbl5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 1 + + + nUDFeedrate + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 2 + + + nUDStepwidth + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 3 - - lblPOVC01 + + tab7gB2lbl4 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab7gB1 + + groupBox1 - - 14 + + 4 - - True + + nUDMinimum - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 427, 14 + + groupBox1 - - 115, 13 + + 5 - - 66 + + tab7gB2lbl2 - - PointOfViewController0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label49 + + groupBox1 - + + 6 + + + tab7gB2lbl1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab7gB1 + + groupBox1 - - 15 + + 7 - - Microsoft Sans Serif, 10pt + + nUDOffset - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 427, 32 + + groupBox1 - - 20, 20 + + 8 - - 65 + + nUDDead - - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleCenter + + groupBox1 - - lblPOVC00 + + 9 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 275, 202 - - tab7gB1 + + 322, 100 - - 16 + + 64 + + + Analog Joystick settings + ok True @@ -24620,18 +26257,7 @@ Relative file path starts from here: Minimum step width below given value (only if one axis is in use) - - - tab7gB2lbl3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 + ok True @@ -24650,18 +26276,7 @@ Relative file path starts from here: Feedrate - - - tab7gB2lbl5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 1 + ok 163, 76 @@ -24677,18 +26292,7 @@ Relative file path starts from here: Feedrate for jogging - - - nUDFeedrate - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 2 + ok 66, 76 @@ -24704,18 +26308,7 @@ Relative file path starts from here: Step with for jogging - - - nUDStepwidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 3 + ok True @@ -24734,18 +26327,7 @@ Relative file path starts from here: units - - - tab7gB2lbl4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 4 + ok 6, 76 @@ -24762,18 +26344,7 @@ Relative file path starts from here: Between this value and deadzone the given step-width and feedrate will be send - if only one joystick axis is activated. In this case repetition interval is 200 ms instead of 50 ms. - - - nUDMinimum - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 5 + ok True @@ -24792,18 +26363,7 @@ In this case repetition interval is 200 ms instead of 50 ms. Deadzone - Stop jogging - - - tab7gB2lbl2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 6 + ok True @@ -24822,18 +26382,7 @@ In this case repetition interval is 200 ms instead of 50 ms. Offset for center position - - - tab7gB2lbl1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 7 + ok 6, 16 @@ -24844,75 +26393,29 @@ In this case repetition interval is 200 ms instead of 50 ms. 62 - - Right - - - Subtrahend to get '0' in center position. -Move joystick after changing the offset. - - - nUDOffset - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 8 - - - 6, 38 - - - 54, 20 - - - 63 - - - Right - - - Minimum value to reach, befor sending any jog command. - - - nUDDead - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 9 - - - 275, 202 - - - 322, 100 + + Right - - 64 + + Subtrahend to get '0' in center position. +Move joystick after changing the offset. + ok - - Analog Joystick settings + + 6, 38 - - groupBox1 + + 54, 20 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 63 - - tab7gB1 + + Right - - 17 + + Minimum value to reach, befor sending any jog command. + ok True @@ -24934,18 +26437,7 @@ Move joystick after changing the offset. Value with applied offset - - - lblValR - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 18 + ok True @@ -24967,18 +26459,7 @@ Move joystick after changing the offset. Value with applied offset - - - lblValY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 19 + ok True @@ -25000,18 +26481,7 @@ Move joystick after changing the offset. Value with applied offset - - - lblValZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 20 + ok True @@ -25033,18 +26503,7 @@ Move joystick after changing the offset. Value with applied offset - - - lblValX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 21 + ok True @@ -25063,18 +26522,7 @@ Move joystick after changing the offset. Enable Gamepad control in GUI - - - cBGPEnable - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 22 + TabPage7 True @@ -25093,18 +26541,7 @@ Move joystick after changing the offset. invert direction - - - cBRInvert - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 23 + TabPage7 True @@ -25123,18 +26560,7 @@ Move joystick after changing the offset. invert direction - - - cBZInvert - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 24 + TabPage7 True @@ -25153,18 +26579,7 @@ Move joystick after changing the offset. invert direction - - - cBYInvert - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 25 + TabPage7 True @@ -25183,18 +26598,7 @@ Move joystick after changing the offset. invert direction - - - cBXInvert - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 26 + TabPage7 154, 270 @@ -25210,18 +26614,7 @@ Move joystick after changing the offset. GCode axis to move - - - tBRAxis - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 27 + ok 154, 247 @@ -25237,18 +26630,7 @@ Move joystick after changing the offset. GCode axis to move - - - tBZAxis - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 28 + ok 154, 226 @@ -25264,18 +26646,7 @@ Move joystick after changing the offset. GCode axis to move - - - tBYAxis - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 29 + ok 154, 205 @@ -25291,18 +26662,7 @@ Move joystick after changing the offset. GCode axis to move - - - tBXAxis - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 30 + ok NoControl @@ -25337,18 +26697,7 @@ Refresh interval = 50ms. Setup window must be closed to use Gamepad in GUI. - - - tab7gB1lbl1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 31 + ok 302, 179 @@ -25359,18 +26708,6 @@ Setup window must be closed to use Gamepad in GUI. 17 - - tBGP15 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 32 - 302, 158 @@ -25380,18 +26717,6 @@ Setup window must be closed to use Gamepad in GUI. 16 - - tBGP14 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 33 - 302, 137 @@ -25401,18 +26726,6 @@ Setup window must be closed to use Gamepad in GUI. 15 - - tBGP13 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 34 - 302, 116 @@ -25422,38 +26735,14 @@ Setup window must be closed to use Gamepad in GUI. 14 - - tBGP12 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 35 - - 302, 95 - - - 120, 20 - - - 13 - - - tBGP11 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 302, 95 - - tab7gB1 + + 120, 20 - - 36 + + 13 302, 74 @@ -25464,18 +26753,6 @@ Setup window must be closed to use Gamepad in GUI. 12 - - tBGP10 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 37 - 302, 53 @@ -25485,18 +26762,6 @@ Setup window must be closed to use Gamepad in GUI. 11 - - tBGP9 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 38 - 302, 32 @@ -25506,18 +26771,6 @@ Setup window must be closed to use Gamepad in GUI. 10 - - tBGP8 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 39 - 90, 179 @@ -25527,18 +26780,6 @@ Setup window must be closed to use Gamepad in GUI. 9 - - tBGP7 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 40 - 90, 158 @@ -25548,18 +26789,6 @@ Setup window must be closed to use Gamepad in GUI. 8 - - tBGP6 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 41 - 90, 137 @@ -25569,18 +26798,6 @@ Setup window must be closed to use Gamepad in GUI. 7 - - tBGP5 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 42 - 90, 116 @@ -25590,18 +26807,6 @@ Setup window must be closed to use Gamepad in GUI. 6 - - tBGP4 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 43 - 90, 95 @@ -25611,18 +26816,6 @@ Setup window must be closed to use Gamepad in GUI. 5 - - tBGP3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab7gB1 - - - 44 - 90, 74 @@ -25632,959 +26825,1140 @@ Setup window must be closed to use Gamepad in GUI. 4 - - tBGP2 + + 90, 53 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 120, 20 - - tab7gB1 + + 3 - - 45 + + Microsoft Sans Serif, 10pt + + + NoControl + + + 6, 300 + + + 591, 22 + + + 5 + + + Message from Gamepad + TabPage7 + + + True + + + NoControl + + + 6, 269 + + + 15, 13 + + + 25 + + + R + + + False + + + NoControl + + + 28, 268 + + + 78, 20 + + + 24 + + + Value of Joystick R channel + ok + + + True + + + NoControl + + + 6, 248 + + + 14, 13 + + + 23 + + + Z + + + False + + + NoControl + + + 28, 247 + + + 78, 20 + + + 22 + + + Value of Joystick Z channel + ok + + + True + + + NoControl + + + 6, 227 + + + 14, 13 + + + 21 + + + Y + + + True + + + NoControl + + + 6, 206 + + + 14, 13 + + + 20 + + + X + + + False + + + NoControl + + + 28, 226 + + + 78, 20 - - 90, 53 + + 19 - - 120, 20 + + Value of Joystick Y channel + ok - - 3 + + False - - tBGP1 + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 28, 205 - - tab7gB1 + + 78, 20 - - 46 + + 18 - + + Value of Joystick X channel + ok + + Microsoft Sans Serif, 10pt - + NoControl - - 6, 300 + + 216, 179 - - 591, 22 + + 80, 20 - - 5 + + 17 - - Message from Gamepad + + Button 15 - - lblgp + + MiddleCenter - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 10pt - - tab7gB1 + + NoControl - - 47 + + 6, 32 - - True + + 80, 20 - - NoControl + + 15 - - 6, 269 + + Button 0 - - 15, 13 + + MiddleCenter - - 25 + + Microsoft Sans Serif, 10pt - - R + + NoControl - - label44 + + 216, 158 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 20 - - tab7gB1 + + 14 - - 48 + + Button 14 - - False + + MiddleCenter - - NoControl + + 90, 32 - - 28, 268 + + 120, 20 - - 78, 20 + + 2 - - 24 + + Microsoft Sans Serif, 10pt - - Value of Joystick R channel + + NoControl - - trackBarR + + 216, 137 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 20 - - tab7gB1 + + 13 - - 49 + + Button 13 - - True + + MiddleCenter - + + Microsoft Sans Serif, 10pt + + NoControl - - 6, 248 + + 6, 53 - - 14, 13 + + 80, 20 - - 23 + + 0 - - Z + + Button 1 - - label43 + + MiddleCenter - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 10pt - - tab7gB1 + + NoControl - - 50 + + 216, 116 - - False + + 80, 20 - - NoControl + + 12 - - 28, 247 + + Button 12 - - 78, 20 + + MiddleCenter - - 22 + + Microsoft Sans Serif, 10pt - - Value of Joystick Z channel + + NoControl - - trackBarZ + + 6, 74 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 20 - - tab7gB1 + + 1 - - 51 + + Button 2 - - True + + MiddleCenter - + + Microsoft Sans Serif, 10pt + + NoControl - - 6, 227 + + 216, 95 - - 14, 13 + + 80, 20 - - 21 + + 11 - - Y + + Button 11 + + + MiddleCenter - - label42 + + Microsoft Sans Serif, 10pt - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab7gB1 + + 6, 95 - - 52 + + 80, 20 - - True + + 2 - - NoControl + + Button 3 - - 6, 206 + + MiddleCenter - - 14, 13 + + Microsoft Sans Serif, 10pt - - 20 + + NoControl - - X + + 216, 74 - - label41 + + 80, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - tab7gB1 + + Button 10 - - 53 + + MiddleCenter - - False + + Microsoft Sans Serif, 10pt - + NoControl - - 28, 226 + + 6, 116 - - 78, 20 + + 80, 20 - - 19 + + 3 - - Value of Joystick Y channel + + Button 4 - - trackBarY + + MiddleCenter - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Microsoft Sans Serif, 10pt - - tab7gB1 + + NoControl - - 54 + + 216, 53 - - False + + 80, 20 - - NoControl + + 9 - - 28, 205 + + Button 9 - - 78, 20 + + MiddleCenter - - 18 + + Microsoft Sans Serif, 10pt - - Value of Joystick X channel + + NoControl - - trackBarX + + 6, 137 - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 80, 20 - - tab7gB1 + + 4 - - 55 + + Button 5 - + + MiddleCenter + + Microsoft Sans Serif, 10pt - + NoControl - - 216, 179 + + 216, 32 - + 80, 20 - - 17 + + 8 - - Button 15 + + Button 8 - + MiddleCenter - - lblButtons15 + + Microsoft Sans Serif, 10pt - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab7gB1 + + 6, 158 - - 56 + + 80, 20 - + + 6 + + + Button 6 + + + MiddleCenter + + Microsoft Sans Serif, 10pt - + NoControl - - 6, 32 + + 6, 179 - + 80, 20 - - 15 + + 7 - - Button 0 + + Button 7 - + MiddleCenter - - lblButtons0 + + BtnHelp_Joystick - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab7gB1 + + tabPage1 - - 57 + + 0 - - Microsoft Sans Serif, 10pt + + tab8gB1 - - NoControl + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 216, 158 + + tabPage1 - - 80, 20 + + 1 - - 14 + + 4, 22 - - Button 14 + + 3, 3, 3, 3 - - MiddleCenter + + 858, 322 - - lblButtons14 + + 2 + + + Virtual Joystick + TabPage6 + + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 834, 0 - - tab7gB1 + + 23, 23 - - 58 + + 47 - - 90, 32 + + ? - - 120, 20 + + Online help - - 2 + + groupBox33 - - tBGP0 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab8gB1 - - tab7gB1 + + 0 - - 59 + + label77 - - Microsoft Sans Serif, 10pt + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab8gB1 - - 216, 137 + + 1 - - 80, 20 + + nUDJoyASpeed5 - - 13 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Button 13 + + tab8gB1 - - MiddleCenter + + 2 - - lblButtons13 + + nUDJoyASpeed4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab7gB1 + + tab8gB1 - - 60 + + 3 - - Microsoft Sans Serif, 10pt + + nUDJoyASpeed3 - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 53 + + tab8gB1 - - 80, 20 + + 4 - - 0 + + nUDJoyASpeed2 - - Button 1 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleCenter + + tab8gB1 - - lblButtons1 + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDJoyASpeed1 - - tab7gB1 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 61 + + tab8gB1 - - Microsoft Sans Serif, 10pt + + 6 - - NoControl + + nUDJoyAStep5 - - 216, 116 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 80, 20 + + tab8gB1 - - 12 + + 7 - - Button 12 + + nUDJoyAStep4 - - MiddleCenter + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblButtons12 + + tab8gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - tab7gB1 + + nUDJoyAStep3 - - 62 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Microsoft Sans Serif, 10pt + + tab8gB1 - - NoControl + + 9 - - 6, 74 + + nUDJoyAStep2 - - 80, 20 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab8gB1 - - Button 2 + + 10 - - MiddleCenter + + nUDJoyAStep1 - - lblButtons2 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab8gB1 - - tab7gB1 + + 11 - - 63 + + tab8gB1lbl2 - - Microsoft Sans Serif, 10pt + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab8gB1 - - 216, 95 + + 12 - - 80, 20 + + lblJoystickSize - - 11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Button 11 + + tab8gB1 - - MiddleCenter + + 13 - - lblButtons11 + + tab8gB1lbl1 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab7gB1 + + tab8gB1 + + + 14 - - 64 + + hScrollBar1 - - Microsoft Sans Serif, 10pt + + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab8gB1 - - 6, 95 + + 15 - - 80, 20 + + btnJoyZCalc - - 2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Button 3 + + tab8gB1 - - MiddleCenter + + 16 - - lblButtons3 + + label28 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab7gB1 + + tab8gB1 - - 65 + + 17 - - Microsoft Sans Serif, 10pt + + nUDJoyZSpeed5 - - NoControl + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 216, 74 + + tab8gB1 - - 80, 20 + + 18 - - 10 + + nUDJoyZSpeed4 - - Button 10 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleCenter + + tab8gB1 - - lblButtons10 + + 19 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDJoyZSpeed3 - - tab7gB1 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 66 + + tab8gB1 - - Microsoft Sans Serif, 10pt + + 20 - - NoControl + + nUDJoyZSpeed2 - - 6, 116 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 80, 20 + + tab8gB1 - - 3 + + 21 - - Button 4 + + nUDJoyZSpeed1 - - MiddleCenter + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblButtons4 + + tab8gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - tab7gB1 + + nUDJoyZStep5 - - 67 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Microsoft Sans Serif, 10pt + + tab8gB1 - - NoControl + + 23 - - 216, 53 + + nUDJoyZStep4 - - 80, 20 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + tab8gB1 - - Button 9 + + 24 - - MiddleCenter + + nUDJoyZStep3 - - lblButtons9 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab8gB1 - - tab7gB1 + + 25 - - 68 + + nUDJoyZStep2 - - Microsoft Sans Serif, 10pt + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab8gB1 - - 6, 137 + + 26 - - 80, 20 + + nUDJoyZStep1 - - 4 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Button 5 + + tab8gB1 - - MiddleCenter + + 27 - - lblButtons5 + + label25 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab7gB1 + + tab8gB1 - - 69 + + 28 - - Microsoft Sans Serif, 10pt + + label24 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 216, 32 + + tab8gB1 - - 80, 20 + + 29 - - 8 + + label23 - - Button 8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleCenter + + tab8gB1 - - lblButtons8 + + 30 + + + label22 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab7gB1 + + tab8gB1 - - 70 + + 31 - - Microsoft Sans Serif, 10pt + + label21 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 158 + + tab8gB1 - - 80, 20 + + 32 - - 6 + + label20 - - Button 6 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MiddleCenter + + tab8gB1 - - lblButtons6 + + 33 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnJoyXYCalc - - tab7gB1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 71 + + tab8gB1 - - Microsoft Sans Serif, 10pt + + 34 - - NoControl + + nUDJoyXYSpeed5 - - 6, 179 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 80, 20 + + tab8gB1 - - 7 + + 35 - - Button 7 + + nUDJoyXYSpeed4 - - MiddleCenter + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblButtons7 + + tab8gB1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 36 - - tab7gB1 + + nUDJoyXYSpeed3 - - 72 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill + + tab8gB1 - - 3, 3 + + 37 - - 852, 316 + + nUDJoyXYSpeed2 - - 17 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Gamepad Button assignment + + tab8gB1 - - tab7gB1 + + 38 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nUDJoyXYSpeed1 - - tabPage24 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab8gB1 - - 4, 22 + + 39 - - 3, 3, 3, 3 + + nUDJoyXYStep5 - - 858, 322 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab8gB1 - - GamePad + + 40 - - tabPage24 + + nUDJoyXYStep4 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl4 + + tab8gB1 - - 2 + + 41 - - NoControl + + nUDJoyXYStep3 - - 834, 0 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 23 + + tab8gB1 - - 47 + + 42 - - ? + + nUDJoyXYStep2 - - Online help + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnHelp_Joystick + + tab8gB1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 43 - - tabPage1 + + nUDJoyXYStep1 - - 0 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab8gB1 - - NoControl + + 44 - - 6, 44 + + Fill - - 96, 17 + + 3, 3 - - 1 + + 852, 316 - - Classic buttons + + 6 + + + Virtual Joystick setup + TabPage8 RbApperance2 @@ -26596,25 +27970,7 @@ Setup window must be closed to use Gamepad in GUI. groupBox33 - 0 - - - True - - - NoControl - - - 6, 19 - - - 92, 17 - - - 0 - - - Sensitive area + 0 RbApperance1 @@ -26640,18 +27996,42 @@ Setup window must be closed to use Gamepad in GUI. Joystick appearance - - groupBox33 + + True - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tab8gB1 + + 6, 44 - + + 96, 17 + + + 1 + + + Classic buttons + + + True + + + NoControl + + + 6, 19 + + + 92, 17 + + 0 + + Sensitive area + NoControl @@ -26667,18 +28047,7 @@ Setup window must be closed to use Gamepad in GUI. A,B,C Step width Speed - - - label77 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 1 + ok 349, 136 @@ -26692,18 +28061,6 @@ Step width Speed Right - - nUDJoyASpeed5 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 2 - 349, 115 @@ -26716,18 +28073,6 @@ Step width Speed Right - - nUDJoyASpeed4 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 3 - 349, 94 @@ -26740,18 +28085,6 @@ Step width Speed Right - - nUDJoyASpeed3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 4 - 349, 73 @@ -26764,18 +28097,6 @@ Step width Speed Right - - nUDJoyASpeed2 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 5 - 349, 52 @@ -26788,18 +28109,6 @@ Step width Speed Right - - nUDJoyASpeed1 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 6 - 286, 136 @@ -26812,18 +28121,6 @@ Step width Speed Right - - nUDJoyAStep5 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 7 - 286, 115 @@ -26836,18 +28133,6 @@ Step width Speed Right - - nUDJoyAStep4 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 8 - 286, 94 @@ -26860,18 +28145,6 @@ Step width Speed Right - - nUDJoyAStep3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 9 - 286, 73 @@ -26884,18 +28157,6 @@ Step width Speed Right - - nUDJoyAStep2 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 10 - 286, 52 @@ -26908,18 +28169,6 @@ Step width Speed Right - - nUDJoyAStep1 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 11 - True @@ -26937,18 +28186,7 @@ Step width Speed Press 'Apply changes' to resize joystick controls - - - tab8gB1lbl2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 12 + TabPage8 True @@ -26968,18 +28206,6 @@ Step width Speed 160 - - lblJoystickSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 13 - True @@ -26997,18 +28223,7 @@ Step width Speed Max. size of Joystick controls in pixel - - - tab8gB1lbl1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 14 + TabPage8 NoControl @@ -27022,18 +28237,6 @@ Step width Speed 31 - - hScrollBar1 - - - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 15 - NoControl @@ -27048,21 +28251,11 @@ Step width Speed Calc. best speed + ok Calculate Speeds to reach step width within repetition rate of 0.5 seconds - - - btnJoyZCalc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 16 + TabPage8 NoControl @@ -27079,18 +28272,7 @@ Step width Speed Z Step width Speed - - - label28 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 17 + ok 229, 136 @@ -27102,19 +28284,7 @@ Step width Speed 27 - Right - - - nUDJoyZSpeed5 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 18 + Right 229, 115 @@ -27128,18 +28298,6 @@ Step width Speed Right - - nUDJoyZSpeed4 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 19 - 229, 94 @@ -27152,18 +28310,6 @@ Step width Speed Right - - nUDJoyZSpeed3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 20 - 229, 73 @@ -27176,18 +28322,6 @@ Step width Speed Right - - nUDJoyZSpeed2 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 21 - 229, 52 @@ -27200,18 +28334,6 @@ Step width Speed Right - - nUDJoyZSpeed1 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 22 - 166, 136 @@ -27224,18 +28346,6 @@ Step width Speed Right - - nUDJoyZStep5 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 23 - 166, 115 @@ -27248,18 +28358,6 @@ Step width Speed Right - - nUDJoyZStep4 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 24 - 166, 94 @@ -27272,18 +28370,6 @@ Step width Speed Right - - nUDJoyZStep3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 25 - 166, 73 @@ -27296,18 +28382,6 @@ Step width Speed Right - - nUDJoyZStep2 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 26 - 166, 52 @@ -27320,18 +28394,6 @@ Step width Speed Right - - nUDJoyZStep1 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 27 - NoControl @@ -27347,18 +28409,7 @@ Step width Speed XY Step width Speed - - - label25 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 28 + ok True @@ -27378,18 +28429,6 @@ Step width Speed Pos 5 - - label24 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 29 - True @@ -27408,18 +28447,6 @@ Step width Speed Pos 4 - - label23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 30 - True @@ -27438,18 +28465,6 @@ Step width Speed Pos 3 - - label22 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 31 - True @@ -27468,18 +28483,6 @@ Step width Speed Pos 2 - - label21 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 32 - True @@ -27498,18 +28501,6 @@ Step width Speed Pos 1 - - label20 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 33 - NoControl @@ -27524,21 +28515,11 @@ Step width Speed Calc. best speed + ok Calculate Speeds to reach step width within repetition rate of 0.5 seconds - - - btnJoyXYCalc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 34 + TabPage8 109, 136 @@ -27552,18 +28533,6 @@ Step width Speed Right - - nUDJoyXYSpeed5 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 35 - 109, 115 @@ -27576,18 +28545,6 @@ Step width Speed Right - - nUDJoyXYSpeed4 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 36 - 109, 94 @@ -27600,18 +28557,6 @@ Step width Speed Right - - nUDJoyXYSpeed3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 37 - 109, 73 @@ -27624,18 +28569,6 @@ Step width Speed Right - - nUDJoyXYSpeed2 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 38 - 109, 52 @@ -27645,21 +28578,9 @@ Step width Speed 5 - - Right - - - nUDJoyXYSpeed1 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 39 - + + Right + 46, 136 @@ -27672,18 +28593,6 @@ Step width Speed Right - - nUDJoyXYStep5 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 40 - 46, 115 @@ -27696,18 +28605,6 @@ Step width Speed Right - - nUDJoyXYStep4 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 41 - 46, 94 @@ -27720,18 +28617,6 @@ Step width Speed Right - - nUDJoyXYStep3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 42 - 46, 73 @@ -27744,18 +28629,6 @@ Step width Speed Right - - nUDJoyXYStep2 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB1 - - - 43 - 46, 52 @@ -27768,101 +28641,283 @@ Step width Speed Right - - nUDJoyXYStep1 + + BtnHelp_2dview - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 0 + + + groupBox14 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 1 + + + groupBox12 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 2 + + + tab8gB2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 3 + + + 4, 22 + + + 3, 3, 3, 3 + + + 858, 322 + + + 4 + + + 2D-View / Editor + TabPage7 + + + NoControl + + + 834, 0 + + + 23, 23 + + + 28 + + + ? + + + Online help + + + groupBox32 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 0 + + + LblShowVertex + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 1 + + + NudShowVertexSize + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab8gB1 + + groupBox14 - - 44 + + 2 - - Fill + + NudShowVertexType - - 3, 3 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 852, 316 + + groupBox14 - + + 3 + + + CbShowVertexEnable + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 4 + + + cB2DViewFigureId + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 5 + + + cB2DViewDirectionArrow + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + 6 - - Virtual Joystick setup + + cBKeepPenWidth + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 7 + + + 372, 3 + + + 300, 214 + + + 21 + + + 2D-View + ok + + + CbDuplicateAddHeight + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox32 + + + 0 - - tab8gB1 + + CbDuplicateAddWidth - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage1 + + groupBox32 - + 1 - - 4, 22 + + label85 - - 3, 3, 3, 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 858, 322 + + groupBox32 - + 2 - - Virtual Joystick - - - tabPage1 + + label84 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl4 + + groupBox32 - + 3 - - NoControl + + NudDuplicateOffsetY - - 834, 0 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 23 + + groupBox32 - - 28 + + 4 - - ? + + NudDuplicateOffsetX - - Online help + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - BtnHelp_2dview + + groupBox32 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - tabPage6 + + 5, 138 - - 0 + + 289, 70 + + + 23 + + + Duplicate offset + + + Apply an offset to the copied and inserted selection. True @@ -27882,18 +28937,6 @@ Step width Speed Add selection height - - CbDuplicateAddHeight - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox32 - - - 0 - True @@ -27912,18 +28955,6 @@ Step width Speed Add selection width - - CbDuplicateAddWidth - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox32 - - - 1 - True @@ -27942,482 +28973,619 @@ Step width Speed Y - - label85 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox32 + + 6, 20 - + + 14, 13 + + 2 - + + X + + + 22, 44 + + + 60, 20 + + + 1 + + + Right + + + 22, 18 + + + 60, 20 + + + 0 + + + Right + + True - + + NoControl + + + 108, 83 + + + 189, 13 + + + 22 + + + Type and size of the path node marker + + + 66, 81 + + + 36, 20 + + + 21 + + + 27, 81 + + + 28, 20 + + + 20 + + + True + + + NoControl + + + 9, 60 + + + 189, 17 + + + 19 + + + Displays the pen-down path nodes + + + True + + + NoControl + + + 9, 37 + + + 152, 17 + + + 1 + + + Show pen-up next figure id + ok + + + True + + + NoControl + + + 9, 19 + + + 161, 17 + + + 0 + + + Show pen-up direction arrow + ok + + + True + + NoControl - - 6, 20 + + 9, 112 - - 14, 13 + + 196, 17 - - 2 + + 18 - - X + + Don't change pen width on zooming + ok - - label84 + + cBFCTBBlockExpandKeepLastOpen - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox32 + + groupBox12 - - 3 + + 0 - - 22, 44 + + cBFCTBBlockExpandOnSelect - - 60, 20 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + groupBox12 - - Right + + 1 - - NudDuplicateOffsetY + + nUDFCTBLineInterval - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox32 - - - 4 - - - 22, 18 + + groupBox12 - - 60, 20 + + 2 - - 0 + + label12 - - Right + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NudDuplicateOffsetX + + groupBox12 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - groupBox32 + + 372, 226 - - 5 + + 300, 93 - - 5, 138 + + 19 - - 289, 70 + + Editor + ok - - 23 + + True - - Duplicate offset + + NoControl - - Apply an offset to the copied and inserted selection. + + 16, 67 - - groupBox32 + + 192, 17 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19 - - groupBox14 + + Keep last selected block expanded + ok - - 0 + + False - + True - + NoControl - - 108, 83 + + 9, 46 - - 189, 13 + + 211, 17 - - 22 + + 18 - - Type and size of the path node marker + + Expand code block on click in 2D-view + ok - - LblShowVertex + + False - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 181, 19 - - groupBox14 + + 38, 20 - - 1 + + 16 - - 66, 81 + + Right - - 36, 20 + + True - - 21 + + NoControl - - NudShowVertexSize + + 6, 21 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 96, 13 - - groupBox14 + + 17 - - 2 + + Editor line distance + ok - - 27, 81 + + cBColorModeWidth - - 28, 20 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + tab8gB2 - - NudShowVertexType + + 0 - + + nUDToolSize + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox14 + + tab8gB2 - - 3 + + 1 - - True + + label68 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 60 + + tab8gB2 - - 189, 17 + + 2 - - 19 + + btnColorDimension - - Displays the pen-down path nodes + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CbShowVertexEnable + + tab8gB2 + + + 3 + + + btnColorBackgroundPath - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox14 + + tab8gB2 - + 4 - - True + + cBColorModeEnable - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 37 + + tab8gB2 - - 152, 17 + + 5 - - 1 + + nUDSimulation - - Show pen-up next figure id + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cB2DViewFigureId + + tab8gB2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - groupBox14 + + btnColorSimulation - - 5 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab8gB2 - - NoControl + + 7 - - 9, 19 + + nUDRotaryInfo - - 161, 17 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + tab8gB2 - - Show pen-up direction arrow + + 8 - - cB2DViewDirectionArrow + + btnColorRotaryInfo - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox14 + + tab8gB2 - - 6 + + 9 - - True + + btnColorMachineLimit - - NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9, 112 + + tab8gB2 - - 196, 17 + + 10 - - 18 + + tab8gB2lbl2 - - Don't change pen width on zooming + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBKeepPenWidth + + tab8gB2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - groupBox14 + + tab8gB2lbl1 - - 7 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 372, 3 + + tab8gB2 - - 300, 214 + + 12 - - 21 + + nUDHeightMap - - 2D-View + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox14 + + tab8gB2 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - tabPage6 + + btnColorHeightMap - - 1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab8gB2 - - NoControl + + 14 - - 16, 67 + + nUDMarker - - 192, 17 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + tab8gB2 - - Keep last selected block expanded + + 15 - - False + + btnColorMarker - - cBFCTBBlockExpandKeepLastOpen + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab8gB2 - - groupBox12 + + 16 - - 0 + + nUDTool - - True + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab8gB2 - - 9, 46 + + 17 - - 211, 17 + + nUDPenDown - + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab8gB2 + + 18 - - Expand code block on click in 2D-view + + nUDPenUp - - False + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cBFCTBBlockExpandOnSelect + + tab8gB2 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19 - - groupBox12 + + nUDRuler - - 1 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 181, 19 + + tab8gB2 - - 38, 20 + + 20 - - 16 + + btnColorTool - - Right + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nUDFCTBLineInterval + + tab8gB2 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21 - - groupBox12 + + btnColorPenDown - - 2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tab8gB2 - - NoControl + + 22 - - 6, 21 + + btnColorPenUp - - 96, 13 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + tab8gB2 - - Editor line distance + + 23 - - label12 + + btnColorRuler - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox12 + + tab8gB2 - - 3 + + 24 - - 372, 226 + + btnColorBackground - - 300, 93 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + tab8gB2 - - Editor + + 25 - - groupBox12 + + 3, 3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 360, 316 - - tabPage6 + + 7 - - 2 + + Drawing colors + TabPage8 True @@ -28440,18 +29608,6 @@ Step width Speed Also apply imported pen-with to 2D view - - cBColorModeWidth - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB2 - - - 0 - 249, 207 @@ -28464,18 +29620,6 @@ Step width Speed Right - - nUDToolSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab8gB2 - - - 1 - True @@ -28488,791 +29632,945 @@ Step width Speed 52, 13 - - 24 + + 24 + + + Size in px + + + NoControl + + + 218, 19 + + + 100, 23 + + + 23 + + + Dimension + + + NoControl + + + 112, 19 + + + 100, 23 + + + 22 + + + Info Path + + + True + + + NoControl + + + 175, 147 + + + 80, 17 + + + 21 + + + Color Mode + ok + + + Pen down path will be shown in color and width like imported graphic (SVG or DXF) + ok + + + 112, 266 + + + 51, 20 + + + 20 + + + Right + + + Pen width + ok + + + NoControl + + + 6, 264 + + + 100, 23 + + + 19 + + + Simulation + ok + + + 112, 170 + + + 51, 20 + + + 17 + + + Right + + + Pen width + TabPage8 + + + NoControl + + + 6, 168 + + + 100, 23 + + + 16 + + + Rotary Info + TabPage8 + + + NoControl + + + 6, 48 + + + 100, 23 + + + 15 + + + Machine Limit + TabPage8 + + + NoControl - - Size in px + + 172, 83 - - label68 + + 182, 210 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 - - tab8gB2 + + Pen width are set for mm units. When switching to inch, width will be adapted. + TabPage8 - - 2 + + True - + NoControl - - 218, 19 + + 112, 83 - - 100, 23 + + 54, 13 - - 23 + + 13 - - Dimension + + Pen width + TabPage8 - - btnColorDimension + + 112, 242 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 51, 20 - - tab8gB2 + + 12 - - 3 + + Right - + + Pen width + TabPage8 + + NoControl - - 112, 19 + + 6, 240 - + 100, 23 - - 22 + + 11 - - Info Path + + Height Map + TabPage8 - - btnColorBackgroundPath + + 112, 218 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 51, 20 - - tab8gB2 + + 10 - - 4 + + Right - - True + + Pen width + TabPage8 - + NoControl - - 175, 147 + + 6, 216 - - 80, 17 + + 100, 23 - - 21 + + 9 - - Color Mode + + Marker + TabPage8 - - Pen down path will be shown in color and width like imported graphic (SVG or DXF) + + 112, 194 - - cBColorModeEnable + + 51, 20 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8 - - tab8gB2 + + Right - - 5 + + Pen width + TabPage8 - - 112, 266 + + 112, 146 - + 51, 20 - - 20 + + 7 - + Right - + Pen width + TabPage8 - - nUDSimulation - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 112, 122 - - tab8gB2 + + 51, 20 - + 6 - - NoControl - - - 6, 264 + + Right - - 100, 23 + + Pen width + TabPage8 - - 19 + + 112, 98 - - Simulation + + 51, 20 - - btnColorSimulation + + 5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Right - - tab8gB2 + + Pen width + TabPage8 - - 7 + + NoControl - - 112, 170 + + 6, 192 - - 51, 20 + + 100, 23 - - 17 + + 4 - - Right + + Tool + TabPage8 - - Pen width + + NoControl - - nUDRotaryInfo + + 6, 144 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 100, 23 - - tab8gB2 + + 3 - - 8 + + Pen Down + TabPage8 - + NoControl - - 6, 168 + + 6, 120 - + 100, 23 - - 16 + + 2 - - Rotary Info + + Pen Up + TabPage8 - - btnColorRotaryInfo + + NoControl + + + 6, 96 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 100, 23 - - tab8gB2 + + 1 - - 9 + + Ruler + TabPage8 - + NoControl - - 6, 48 + + 6, 19 - + 100, 23 - - 15 + + 0 - - Machine Limit + + Background + TabPage8 - - btnColorMachineLimit + + BtnHelp_Projector - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab8gB2 + + tabPage32 - - 10 + + 0 - - NoControl + + GbProjector - - 172, 83 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 182, 210 + + tabPage32 - - 14 + + 1 - - Pen width are set for mm units. When switching to inch, width will be adapted. + + 4, 22 - - tab8gB2lbl2 + + 3, 3, 3, 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 858, 322 - - tab8gB2 + + 5 - - 11 + + Projector - - True + + - + NoControl - - 112, 83 - - - 54, 13 + + 834, 0 - - 13 + + 23, 23 - - Pen width + + 28 - - tab8gB2lbl1 + + ? - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Online help - - tab8gB2 + + CbProjectorScaleEnable - - 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 112, 242 + + GbProjector - - 51, 20 + + 0 - - 12 + + GbProjectorScale - - Right + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Pen width + + GbProjector - - nUDHeightMap + + 1 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label69 - - tab8gB2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + GbProjector - - NoControl + + 2 - - 6, 240 + + numericUpDown15 - - 100, 23 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + GbProjector - - Height Map + + 3 - - btnColorHeightMap + + BtnProjectorColorBackground - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab8gB2 - - - 14 - - - 112, 218 - - - 51, 20 - - - 10 - - - Right - - - Pen width + + GbProjector - - nUDMarker + + 4 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + BtnProjectorColorDimension - - tab8gB2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + GbProjector - - NoControl + + 5 - - 6, 216 + + BtnProjectorColorRuler - - 100, 23 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + GbProjector - - Marker + + 6 - - btnColorMarker + + BtnProjectorColorPenUp - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab8gB2 + + GbProjector - - 16 + + 7 - - 112, 194 + + BtnProjectorColorPenDown + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 51, 20 + + GbProjector - + 8 - - Right - - - Pen width + + CbProjectorMarker - - nUDTool + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GbProjector - - tab8gB2 + + 9 - - 17 + + BtnProjectorColorTool - - 112, 146 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 51, 20 + + GbProjector - - 7 + + 10 - - Right + + CbProjectorTool - - Pen width + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - nUDPenDown + + GbProjector - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - tab8gB2 + + BtnProjectorColorMarker - - 18 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 112, 122 + + GbProjector - - 51, 20 + + 12 - - 6 + + CbProjectorPenUp - - Right + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Pen width + + GbProjector - - nUDPenUp + + 13 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + LblProjector2 - - tab8gB2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + GbProjector - - 112, 98 + + 14 - - 51, 20 + + CbProjectorRuler - - 5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Right + + GbProjector - - Pen width + + 15 - - nUDRuler + + NudProjectorDimension - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab8gB2 + + GbProjector - - 20 + + 16 - - NoControl + + CbProjectorDimension - - 6, 192 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 23 + + GbProjector - - 4 + + 17 - - Tool + + NudProjectorRuler - - btnColorTool + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GbProjector - - tab8gB2 + + 18 - - 21 + + LblProjector1 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 144 + + GbProjector - - 100, 23 + + 19 - - 3 + + NudProjectorPenUp - - Pen Down + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnColorPenDown + + GbProjector - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - tab8gB2 + + NudProjectorMarker - - 22 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GbProjector - - 6, 120 + + 21 - - 100, 23 + + NudProjectorPenDown - - 2 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Pen Up + + GbProjector - - btnColorPenUp + + 22 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NudProjectorTool - - tab8gB2 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + GbProjector + + 23 - - NoControl + + 3, 3 - - 6, 96 + + 454, 316 + + + 0 - - 100, 23 + + Colors for projector form - - 1 + + True - - Ruler + + NoControl - - btnColorRuler + + 6, 185 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 113, 17 - - tab8gB2 + + 53 - - 24 + + Scaling and Offset - - NoControl + + NudProjectorOffsetX - - 6, 19 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 23 + + GbProjectorScale - + 0 - - Background - - - btnColorBackground + + GbProjectorCalc - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab8gB2 + + GbProjectorScale - - 25 + + 1 - - 3, 3 + + LblProjector3 - - 360, 316 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + GbProjectorScale - - Drawing colors + + 2 - - tab8gB2 + + NudProjectorScaling - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage6 + + GbProjectorScale - + 3 - - 4, 22 + + NudProjectorOffsetY - - 3, 3, 3, 3 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 858, 322 + + GbProjectorScale - + 4 - - 2D-View / Editor + + LblProjector5 - - tabPage6 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GbProjectorScale - - tabControl4 + + 5 - - 4 + + LblProjector4 - - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + GbProjectorScale - - 834, 0 + + 6 - - 23, 23 + + False - - 28 + + 6, 193 - - ? + + 442, 113 - - Online help + + 1 - - BtnHelp_Projector + + 6, 57 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 62, 20 - - tabPage32 + + 44 - - 0 + + Right - - True + + label71 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 185 + + GbProjectorCalc - - 113, 17 + + 0 - - 53 + + label70 - - Scaling and Offset + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CbProjectorScaleEnable + + GbProjectorCalc - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - GbProjector + + BtnProjectorCalc - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 57 + + GbProjectorCalc - - 62, 20 + + 2 - - 44 + + NudProjectorSet - - Right + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NudProjectorOffsetX + + GbProjectorCalc - + + 3 + + + NudProjectorReal + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GbProjectorScale + + GbProjectorCalc - - 0 + + 4 + + + 218, 12 + + + 218, 99 + + + 52 + + + Calculate scaling True @@ -29292,18 +30590,6 @@ Step width Speed Real measured width - - label71 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 0 - True @@ -29322,18 +30608,6 @@ Step width Speed Graphic width - - label70 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 1 - NoControl @@ -29349,18 +30623,6 @@ Step width Speed Calculate scaling - - BtnProjectorCalc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 2 - 6, 19 @@ -29373,18 +30635,6 @@ Step width Speed Right - - NudProjectorSet - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 3 - 6, 43 @@ -29397,42 +30647,6 @@ Step width Speed Right - - NudProjectorReal - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorCalc - - - 4 - - - 218, 12 - - - 218, 99 - - - 52 - - - Calculate scaling - - - GbProjectorCalc - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorScale - - - 1 - NoControl @@ -29448,18 +30662,6 @@ Step width Speed Scaling (also depends on machine limits) - - LblProjector3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorScale - - - 2 - 6, 33 @@ -29472,18 +30674,6 @@ Step width Speed Right - - NudProjectorScaling - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorScale - - - 3 - 6, 81 @@ -29496,18 +30686,6 @@ Step width Speed Right - - NudProjectorOffsetY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorScale - - - 4 - True @@ -29526,18 +30704,6 @@ Step width Speed Offset Y - - LblProjector5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorScale - - - 5 - True @@ -29556,42 +30722,6 @@ Step width Speed Offset X - - LblProjector4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjectorScale - - - 6 - - - False - - - 6, 193 - - - 442, 113 - - - 1 - - - GbProjectorScale - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 1 - True @@ -29610,18 +30740,6 @@ Step width Speed Monitor nr. to open window - - label69 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 2 - 230, 14 @@ -29634,18 +30752,6 @@ Step width Speed Center - - numericUpDown15 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 3 - NoControl @@ -29661,18 +30767,6 @@ Step width Speed Background - - BtnProjectorColorBackground - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 4 - NoControl @@ -29688,18 +30782,6 @@ Step width Speed Dimension - - BtnProjectorColorDimension - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 5 - NoControl @@ -29715,18 +30797,6 @@ Step width Speed Ruler - - BtnProjectorColorRuler - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 6 - NoControl @@ -29742,44 +30812,20 @@ Step width Speed Pen-Up - - BtnProjectorColorPenUp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 7 - NoControl 6, 104 - - 120, 23 - - - 26 - - - Pen-Down - - - BtnProjectorColorPenDown - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 120, 23 - - GbProjector + + 26 - - 8 + + Pen-Down True @@ -29799,18 +30845,6 @@ Step width Speed Show - - CbProjectorMarker - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 9 - NoControl @@ -29826,18 +30860,6 @@ Step width Speed Tool - - BtnProjectorColorTool - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 10 - True @@ -29856,18 +30878,6 @@ Step width Speed Show - - CbProjectorTool - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 11 - NoControl @@ -29883,18 +30893,6 @@ Step width Speed Marker - - BtnProjectorColorMarker - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 12 - True @@ -29913,18 +30911,6 @@ Step width Speed Show - - CbProjectorPenUp - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 13 - True @@ -29943,18 +30929,6 @@ Step width Speed Pen width - - LblProjector2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 14 - True @@ -29973,18 +30947,6 @@ Step width Speed Show - - CbProjectorRuler - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 15 - 132, 40 @@ -29997,18 +30959,6 @@ Step width Speed Right - - NudProjectorDimension - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 16 - True @@ -30027,18 +30977,6 @@ Step width Speed Show - - CbProjectorDimension - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 17 - 132, 62 @@ -30051,18 +30989,6 @@ Step width Speed Right - - NudProjectorRuler - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 18 - True @@ -30081,18 +31007,6 @@ Step width Speed Color - - LblProjector1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 19 - 132, 84 @@ -30105,18 +31019,6 @@ Step width Speed Right - - NudProjectorPenUp - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 20 - 132, 150 @@ -30129,18 +31031,6 @@ Step width Speed Right - - NudProjectorMarker - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 21 - 132, 106 @@ -30153,18 +31043,6 @@ Step width Speed Right - - NudProjectorPenDown - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GbProjector - - - 22 - 132, 128 @@ -30177,68 +31055,152 @@ Step width Speed Right - - NudProjectorTool + + groupBox43 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage33 + + + 0 + + + BtnHelp_Misc2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage33 + + + 1 + + + groupBox37 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage33 + + + 2 + + + groupBox29 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage33 + + + 3 + + + btnReloadSettings + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage33 + + + 4 + + + tab5gB9 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage33 + + + 5 + + + 4, 22 + + + 3, 3, 3, 3 + + + 858, 322 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - GbProjector + + Misc - - 23 + + BtnResize4 - - 3, 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 454, 316 + + groupBox43 - + 0 - - Colors for projector form - - - GbProjector + + BtnResize3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage32 + + groupBox43 - + 1 - - 4, 22 + + BtnResize2 - - 3, 3, 3, 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 858, 322 + + groupBox43 - - 5 + + 2 - - Projector + + BtnResize1 - - tabPage32 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox43 - - tabControl4 + + 3 - - 5 + + 3, 153 + + + 360, 163 + + + 31 + + + Resize Main Form NoControl @@ -30255,18 +31217,6 @@ Step width Speed 1920 x 1080 - - BtnResize4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox43 - - - 0 - NoControl @@ -30282,18 +31232,6 @@ Step width Speed 1280 x 720 - - BtnResize3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox43 - - - 1 - NoControl @@ -30309,18 +31247,6 @@ Step width Speed 1024 x 768 - - BtnResize2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox43 - - - 2 - NoControl @@ -30336,42 +31262,6 @@ Step width Speed 900 x 680 - - BtnResize1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox43 - - - 3 - - - 3, 153 - - - 360, 163 - - - 31 - - - Resize Main Form - - - groupBox43 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage33 - - - 0 - NoControl @@ -30390,30 +31280,6 @@ Step width Speed Online help - - BtnHelp_Misc2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage33 - - - 1 - - - 6, 24 - - - 42, 20 - - - 26 - - - Right - numericUpDown17 @@ -30426,24 +31292,6 @@ Step width Speed 0 - - True - - - NoControl - - - 50, 26 - - - 27, 13 - - - 28 - - - sec. - label95 @@ -30456,24 +31304,6 @@ Step width Speed 1 - - NoControl - - - 77, 16 - - - 277, 47 - - - 27 - - - Delay before automatically closing the displayed information - - - MiddleLeft - label94 @@ -30501,32 +31331,53 @@ Step width Speed Message form for import information, delay before automatic closing - - groupBox37 + + 6, 24 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42, 20 - - tabPage33 + + 26 - - 2 + + Right - + + True + + + NoControl + + + 50, 26 + + + 27, 13 + + + 28 + + + sec. + + NoControl - - 6, 16 + + 77, 16 - - 348, 43 + + 277, 47 - - 0 + + 27 - - Show other forms always in front (e.g. Setup form) + + Delay before automatically closing the displayed information + + + MiddleLeft checkBox12 @@ -30552,17 +31403,20 @@ Step width Speed Misc - - groupBox29 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 16 - - tabPage33 + + 348, 43 - - 3 + + 0 + + + Show other forms always in front (e.g. Setup form) NoControl @@ -30578,27 +31432,7 @@ Step width Speed Reload all settings - - - btnReloadSettings - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage33 - - - 4 - - - 5, 19 - - - 154, 20 - - - 0 + ok tBPasteSpecial @@ -30623,96 +31457,80 @@ Step width Speed Paste Special content + TabPage5 False - - tab5gB9 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage33 - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 858, 322 + + 5, 19 - - 6 + + 154, 20 - - Misc + + 0 - - tabPage33 + + label2 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabControl4 + + groupBox2 - - 6 + + 0 - - 5, 6 + + linkLabel19 - - 866, 348 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox2 - - tabControl4 + + 1 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label1 - - tabPage22 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + groupBox2 - - 4, 22 + + 2 - - 3, 3, 3, 3 + + linkLabel18 - - 877, 360 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + groupBox2 - - Program appearance + + 3 - - tabPage22 + + 389, 102 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 479, 182 - - tabControl_Level1 + + 5 - - 4 + + Image conversion + ok True @@ -30731,18 +31549,7 @@ Step width Speed Converts still images to squiggly lines suitable for plotting - - - label2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 0 + ok True @@ -30765,18 +31572,6 @@ Step width Speed https://drawingbots.net/knowledge/tools/svg-generator - - linkLabel19 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 1 - True @@ -30794,75 +31589,137 @@ Step width Speed Creates stipple drawings and “TSP art” from image files. + ok - - label1 + + True + + + NoControl + + + 6, 16 + + + 59, 13 + + + 0 + + + StippleGen + + + https://wiki.evilmadscientist.com/StippleGen + + + tab11gB1lbl1a + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab11gB1 + + + 0 + + + linkLabel16 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab11gB1 + + + 1 + + + tab11gB1lbl3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab11gB1 + + + 2 + + + linkLabel14 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tab11gB1 - - groupBox2 + + 3 - - 2 + + tab11gB1lbl2 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tab11gB1 - - 6, 16 + + 4 - - 59, 13 + + tab11gB1lbl1 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - StippleGen + + tab11gB1 - - https://wiki.evilmadscientist.com/StippleGen + + 5 - - linkLabel18 + + linkLabel13 - + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox2 + + tab11gB1 - - 3 + + 6 - - 389, 102 + + linkLabel12 - - 479, 182 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tab11gB1 - - Image conversion + + 7 - - groupBox2 + + 3, 3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 377, 90 - - tabPage5 + + 4 - - 0 + + SVG creation, modification + TabPage11 True @@ -30881,18 +31738,7 @@ Step width Speed Inkscape extensions - - - tab11gB1lbl1a - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB1 - - - 0 + ok True @@ -30911,22 +31757,11 @@ Step width Speed Inkscape extensions + ok https://inkscape.org/gallery/=extension/ - - linkLabel16 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB1 - - - 1 - True @@ -30944,18 +31779,7 @@ Step width Speed Description about EggBot Inkscape plug-in - - - tab11gB1lbl3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB1 - - - 2 + TabPage11 True @@ -30974,22 +31798,11 @@ Step width Speed Creating filled regions + ok https://wiki.evilmadscientist.com/Creating_filled_regions - - linkLabel14 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB1 - - - 3 - True @@ -31007,18 +31820,7 @@ Step width Speed Usefull extensions for Inkscape - - - tab11gB1lbl2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB1 - - - 4 + TabPage11 True @@ -31037,18 +31839,7 @@ Step width Speed Graphics program - - - tab11gB1lbl1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB1 - - - 5 + ok True @@ -31067,22 +31858,11 @@ Step width Speed EggBot_extensions + ok https://github.com/evil-mad/EggBot/releases/ - - linkLabel13 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB1 - - - 6 - True @@ -31100,45 +31880,71 @@ Step width Speed Inkscape + ok https://inkscape.org - - linkLabel12 + + linkLabel17 - + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab11gB1 + + tab11gB3 - - 7 + + 0 - - 3, 3 + + linkLabel15 - - 377, 90 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + tab11gB3 - - SVG creation, modification + + 1 - - tab11gB1 + + linkLabel11 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage5 + + tab11gB3 - - 1 + + 2 + + + linkLabel10 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab11gB3 + + + 3 + + + 6, 198 + + + 377, 86 + + + 3 + + + Create SVG drawings online + TabPage11 True @@ -31155,23 +31961,11 @@ Step width Speed 3 - - https://drawingbots.net/knowledge/tools - - - https://drawingbots.net/knowledge/tools - - - linkLabel17 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB3 - - - 0 + + https://drawingbots.net/knowledge/tools + + + https://drawingbots.net/knowledge/tools True @@ -31190,22 +31984,11 @@ Step width Speed Jigsaw generator by Draradech/jigsaw.html at Github + ok https://cdn.rawgit.com/Draradech/35d36347312ca6d0887aa7d55f366e30/raw/b04cf9cd63a59571910cb226226ce2b3ed46af46/jigsaw.html - - linkLabel15 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB3 - - - 1 - True @@ -31227,18 +32010,6 @@ Step width Speed https://www.templatemaker.nl - - linkLabel11 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB3 - - - 2 - True @@ -31256,46 +32027,36 @@ Step width Speed maker.js + ok https://maker.js.org/demos/#content - - linkLabel10 + + linkLabel9 - + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab11gB3 - - - 3 - - - 6, 198 - - - 377, 86 - - - 3 - - - Create SVG drawings online + + tab11gB4 - - tab11gB3 + + 0 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 389, 3 - - tabPage5 + + 479, 90 - + 2 + + Free fonts, e.g. for stencil or pop up + TabPage11 + True @@ -31317,41 +32078,42 @@ Step width Speed https://www.dafont.com - - linkLabel9 + + linkLabel8 - + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab11gB4 + + tab11gB5 - + 0 - - 389, 3 + + linkLabel7 - - 479, 90 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + tab11gB5 - - Free fonts, e.g. for stencil or pop up + + 1 - - tab11gB4 + + 6, 290 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 377, 64 - - tabPage5 + + 1 - - 3 + + GRBL and GCode related + TabPage11 True @@ -31370,22 +32132,11 @@ Step width Speed GCode overview on linuxcnc + ok http://linuxcnc.org/docs/html/gcode.html - - linkLabel8 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB5 - - - 0 - True @@ -31403,46 +32154,108 @@ Step width Speed GRBL on GitHub + ok https://github.com/gnea/grbl/wiki - - linkLabel7 + + tab11gB2lbl1 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab11gB2 + + + 0 + + + linkLabel6 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tab11gB5 + + tab11gB2 - + 1 - - 6, 290 + + linkLabel5 - - 377, 64 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tab11gB2 - - GRBL and GCode related + + 2 - - tab11gB5 + + linkLabel4 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabPage5 + + tab11gB2 - + + 3 + + + linkLabel3 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab11gB2 + + 4 + + linkLabel2 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab11gB2 + + + 5 + + + linkLabel1 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tab11gB2 + + + 6 + + + 6, 102 + + + 377, 90 + + + 0 + + + Free SVG graphic sources (with drag and drop capability) + ok + NoControl @@ -31457,18 +32270,7 @@ Step width Speed Note: drag and drop doesn't work with IE-Browser, but with Google Chrome - - - tab11gB2lbl1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB2 - - - 0 + TabPage11 True @@ -31489,19 +32291,7 @@ Step width Speed clipartof - https://free.clipartof.com - - - linkLabel6 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB2 - - - 1 + https://free.clipartof.com True @@ -31524,18 +32314,6 @@ Step width Speed http://www.cliparts101.com - - linkLabel5 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB2 - - - 2 - True @@ -31557,18 +32335,6 @@ Step width Speed http://www.clker.com - - linkLabel4 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB2 - - - 3 - True @@ -31590,18 +32356,6 @@ Step width Speed https://simplemaps.com - - linkLabel3 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB2 - - - 4 - True @@ -31623,18 +32377,6 @@ Step width Speed https://publicdomainvectors.org - - linkLabel2 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB2 - - - 5 - True @@ -31656,90 +32398,6 @@ Step width Speed https://openclipart.org/tags/svg - - linkLabel1 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tab11gB2 - - - 6 - - - 6, 102 - - - 377, 90 - - - 0 - - - Free SVG graphic sources (with drag and drop capability) - - - tab11gB2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage5 - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 877, 360 - - - 4 - - - WWW Links - - - tabPage5 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl_Level1 - - - 5 - - - 0, 0 - - - 885, 386 - - - 0 - - - tabControl_Level1 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - NoControl @@ -31754,9 +32412,11 @@ Step width Speed Reload SVG, DXF, HPGL, Drill file + TabPage1 Reload data to apply new setings during import + TabPage1 btnReloadFile @@ -31784,10 +32444,12 @@ Step width Speed Apply changes + TabPage0 Press button to apply new settings imediatly to custom buttons. Other settings will be stored on change, usually. + TabPage0 btnApplyChangings @@ -31801,12 +32463,6 @@ Other settings will be stored on change, usually. 0 - - 114, 17 - - - 235, 17 - True @@ -31824,6 +32480,7 @@ Other settings will be stored on change, usually. Show 'use case' selection on graphics import + TabPage1 cBshowImportDialog @@ -31837,12 +32494,6 @@ Other settings will be stored on change, usually. 1 - - True - - - 49 - 6, 13 @@ -31860,6 +32511,7 @@ Other settings will be stored on change, usually. Setup + Form Column1 @@ -32005,4 +32657,144 @@ Other settings will be stored on change, usually. System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage + + + + TabPage1_2 + + + + TabPage1_3 + + + + TabPage1_4 + + + + ok + + + + ok + + + + ok + + + + ok + + + + ok + + + + ok + + + + ok + + + + + + + + + + + + + + + + + + + + + + + + 17, 17 + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + 114, 17 + + + 235, 17 + + + True + + + 49 + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.ru.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.ru.resx index 3d4f6fec..e40ab542 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.ru.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.ru.resx @@ -2474,7 +2474,7 @@ Pushbullet: из соображений безопасности следует ok - Надстройки пути + Загрузка файла ok @@ -3784,4 +3784,13 @@ X получает значения радиуса, Y получает знач Преобразование XY в полярные координаты + + Начинает путь фигур позже и заканчивает его раньше (для ротационного резака). + + + Включить сокращение пути на... + + + Начинает путь фигур позже и заканчивает его раньше (для ротационного резака). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.tr.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.tr.resx index 95f1c932..968414aa 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.tr.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.tr.resx @@ -630,7 +630,7 @@ Ne kadar çok segment, o kadar çok prezice eğridir. TabPage1_1 - Yol eklentileri + Dosya yükleme ok @@ -3874,4 +3874,13 @@ Dönüşüm aynı zamanda Menü - GCode Dönüşümü - 'Kutupsal koordinatlara XY'yi kutupsal koordinatlara dönüştürün + + Şekil yolunu daha sonra başlatır ve daha erken bitirir (döner kesici için). + + + Yol kısaltmayı etkinleştirin... + + + Şekil yolunu daha sonra başlatır ve daha erken bitirir (döner kesici için). + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/ControlSetupForm.zh-CN.resx b/GRBL-Plotter/MachineControl/ControlSetupForm.zh-CN.resx index f0c11c48..2f04b2da 100644 --- a/GRBL-Plotter/MachineControl/ControlSetupForm.zh-CN.resx +++ b/GRBL-Plotter/MachineControl/ControlSetupForm.zh-CN.resx @@ -2606,7 +2606,7 @@ Pushbullet:出于安全原因,您应该使用“垃圾桶”帐户,访问 ok - 路径附件 + 文件加载 ok @@ -3844,4 +3844,13 @@ X 获取半径值,Y 获取角度值。 将 XY 转换为极坐标 + + 稍后开始图形路径并较早结束(对于旋转刀具)。 + + + 通过...启用路径缩短 + + + 稍后开始图形路径并较早结束(对于旋转刀具)。 + \ No newline at end of file diff --git a/GRBL-Plotter/MachineControl/GCodeAnalyze.cs b/GRBL-Plotter/MachineControl/GCodeAnalyze.cs index c118ce12..ef68ca1e 100644 --- a/GRBL-Plotter/MachineControl/GCodeAnalyze.cs +++ b/GRBL-Plotter/MachineControl/GCodeAnalyze.cs @@ -34,6 +34,7 @@ You should have received a copy of the GNU General Public License * 2023-11-29 l:510 f:GetGCodeLines add findSubroutineFailCounter; abort searching for subroutine if not found after 10 times * 2023-12-16 l:850 f:ProcessXmlTagStart check for fiducials via .ToUpper().Contains(fiducialLabel.ToUpper())) * 2024-01-25 add graphicDimension, markerSizeGraphic to adapt size of point markers + * 2024-04-13 l:818 f:CalculateProcessTime bug fix path length calculation */ using System; @@ -152,8 +153,10 @@ public static bool CodeBlocksAvailable() private static int tileCount = 0; internal static bool ShiftTilePaths { get; set; } - private static bool tangentialAxisEnable = false; + internal static bool tangentialAxisEnable = false; private static string tangentialAxisName = "C"; + internal static double tangentialAxisFullTurn = 360; + internal static int tangentialAxisError = -1; internal static double gcodeMinutes = 0; internal static double gcodeDistance = 0; @@ -317,6 +320,7 @@ private static void ResetGlobalObjects() gcodeMinutes = 0; gcodeDistance = 0; tangentialAxisEnable = false; + tangentialAxisError = -1; halfToneEnable = false; errorString = ""; error33cnt = 0; @@ -803,7 +807,7 @@ private static void CalculateProcessTime(GcodeByLine newL, GcodeByLine oldL) double distanceX = Math.Abs(newL.actualPos.X - oldL.actualPos.X); double distanceY = Math.Abs(newL.actualPos.Y - oldL.actualPos.Y); - double distanceXY = Math.Max(distanceX, distanceY); + double distanceXY = Math.Sqrt(distanceX* distanceX+ distanceY* distanceY); double distanceZ = Math.Abs(newL.actualPos.Z - oldL.actualPos.Z); if (newL.motionMode > 1) @@ -814,7 +818,9 @@ private static void CalculateProcessTime(GcodeByLine newL, GcodeByLine oldL) if (newL.motionMode > 0) feed = Math.Min(feed, newL.feedRate); // if G1,2,3 use set feed - gcodeDistance += distanceAll; + if (newL.motionMode>0) + gcodeDistance += distanceXY; + gcodeMinutes += distanceAll / feed; } @@ -888,7 +894,12 @@ private static void ProcessXmlTagStart(string line, int lineNr) { tangentialAxisEnable = true; tangentialAxisName = XmlMarker.GetAttributeValue(line, "Axis"); - if (logEnable) Logger.Trace("Show tangetial axis '{0}'", tangentialAxisName); + string tmpFullTurn = XmlMarker.GetAttributeValue(line, "FullTurn"); + if (double.TryParse(tmpFullTurn, out tangentialAxisFullTurn)) + { } + Logger.Info("Show tangetial Axis:'{0}' FullTurn:{1} Setup:{2}", tangentialAxisName, tangentialAxisFullTurn, Properties.Settings.Default.importGCTangentialTurn); + if (tangentialAxisFullTurn != (double)Properties.Settings.Default.importGCTangentialTurn) + tangentialAxisError = lineNr; } else if (line.Contains(XmlMarker.HalftoneS) || line.Contains(XmlMarker.HalftoneZ)) diff --git a/GRBL-Plotter/MachineControl/GCodeSelectionHandle.cs b/GRBL-Plotter/MachineControl/GCodeSelectionHandle.cs index cce881d7..6b226b06 100644 --- a/GRBL-Plotter/MachineControl/GCodeSelectionHandle.cs +++ b/GRBL-Plotter/MachineControl/GCodeSelectionHandle.cs @@ -1,7 +1,7 @@ /* GRBL-Plotter. Another GCode sender for GRBL. This file is part of the GRBL-Plotter application. - Copyright (C) 2015-2022 Sven Hasemann contact: svenhb@web.de + Copyright (C) 2015-2024 Sven Hasemann contact: svenhb@web.de This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,6 +20,7 @@ You should have received a copy of the GNU General Public License * 2022-01-17 new class to process frame with handles at selected figure * 2022-01-21 snap on grid * 2022-02-21 strange zooming behavior: GetScaleFactor switch to selectionBoundsOrig + * 2024-05-20 move transform data to struct ActualTransform and copy to LastTransform */ using System; @@ -52,8 +53,6 @@ internal static class SelectionHandle private static PointF upperEdgeRight; // scale xy private static PointF rightEdgeCenter; // scale x private static PointF rightEdgeBottom; // rotate - // private static PointF lowerEdgeLeft; // move - // private static PointF lowerEdgeRight; // move private static PointF nodePathBefore; private static PointF nodePathAfter; @@ -61,7 +60,6 @@ internal static class SelectionHandle private static bool nodePathBeforeOk = false; private static bool nodePathAfterOk = false; - internal enum Handle { None, Move, SizeX, SizeY, SizeXY, Rotate } internal static RectangleF Bounds { get; set; } // selected figure bounds internal static XmlMarkerType SelectedMarkerType { get; set; } = XmlMarkerType.Figure; @@ -70,23 +68,47 @@ internal enum Handle { None, Move, SizeX, SizeY, SizeXY, Rotate } internal static int SelectedTile { get; set; } = -1; internal static int SelectedGroup { get; set; } = -1; internal static int SelectedFigure { get; set; } = -1; - internal static PointF center = new PointF(); - public static float scalingX = 1, scalingY = 1; - // public static float offsetX, offsetY; - public static PointF transformPoint; - public static float angleDeg = 0; public static XyPoint correctedDifference = new XyPoint(); + public static TransformData ActualTransform = new TransformData(); + public static TransformData LastTransform = new TransformData(); + public struct TransformData + { + public Handle action; + public XmlMarkerType markerType; + public double dX; + public double dY; + public double scalingX; + public double scalingY; + public double angleDeg; + public PointF center; + public PointF transformPoint; + }; + private static double scalingHandle = 1; private static bool isactive; + public static void SaveTransformData(Handle h, double x, double y) + { + if (h == Handle.None) + return; + LastTransform.action = ActualTransform.action = h; + LastTransform.dX = ActualTransform.dX = x; + LastTransform.dY = ActualTransform.dY = y; + LastTransform.scalingX = ActualTransform.scalingX; + LastTransform.scalingY = ActualTransform.scalingY; + LastTransform.angleDeg = ActualTransform.angleDeg; + LastTransform.center = ActualTransform.center; + LastTransform.transformPoint = ActualTransform.transformPoint; + } + public static bool IsActive // property { get { return isactive; } set { - isactive = value; scalingX = 1; scalingY = 1; angleDeg = 0; + isactive = value; ActualTransform.scalingX = 1; ActualTransform.scalingY = 1; ActualTransform.angleDeg = 0; if (!isactive) { nodePathBeforeOk = nodePathAfterOk = false; } } } @@ -98,6 +120,7 @@ public static void ClearSelected() SelectedFigure = -1; SelectedMarkerLine = 0; IsActive = false; + ActualTransform.markerType = XmlMarkerType.None; } // private static readonly NLog.Logger Logger = NLog.LogManager.GetCurrentClassLogger(); @@ -111,7 +134,7 @@ public static void SetBounds(RectangleF bounds, bool setActive = true) SetHandlePositions(bounds); DrawHandles(); IsActive = setActive; - scalingX = 1; scalingY = 1; angleDeg = 0; + ActualTransform.scalingX = 1; ActualTransform.scalingY = 1; ActualTransform.angleDeg = 0; } public static void SetSelectionPath(PointF pBefore, bool bBefore, PointF pActual, PointF pAfter, bool bAfter) @@ -133,9 +156,9 @@ private static void SetHandlePositions(RectangleF bounds) upperEdgeRight = new PointF(bounds.X + bounds.Width + 2 * handleSize, bounds.Y + bounds.Height + 2 * handleSize); rightEdgeCenter = new PointF(bounds.X + bounds.Width + 2 * handleSize, bounds.Y + bounds.Height / 2); rightEdgeBottom = new PointF(bounds.X + bounds.Width + 2 * handleSize, bounds.Y - 2 * handleSize); - center = new PointF(bounds.X + bounds.Width / 2, bounds.Y + bounds.Height / 2); + ActualTransform.center = new PointF(bounds.X + bounds.Width / 2, bounds.Y + bounds.Height / 2); // offsetX = bounds.Left; offsetY = bounds.Top; - transformPoint = new PointF(bounds.Left, bounds.Top);// - bounds.Height); + ActualTransform.transformPoint = new PointF(bounds.Left, bounds.Top);// - bounds.Height); // upperEdgeLeft = new PointF(bounds.X, bounds.Y + bounds.Height); // lowerEdgeLeft = new PointF(bounds.X, bounds.Y); @@ -151,7 +174,7 @@ public static Handle IsHandlePosition(XyPoint tmp) if (InHandle(tmp, rightEdgeCenter, handleSize)) { return Handle.SizeX; } if (InHandle(tmp, rightEdgeBottom, handleSize)) { return Handle.Rotate; } } - if (InHandle(tmp, center, handleSize)) { moveHandlePos = 5; return Handle.Move; } + if (InHandle(tmp, ActualTransform.center, handleSize)) { moveHandlePos = 5; return Handle.Move; } if (OnFrame(tmp, handleSize)) { return Handle.Move; } return Handle.None; } @@ -203,13 +226,13 @@ private static void DrawHandles() AddPath(pathArrows, arrow0, GetRectHandle(upperEdgeRight, handleSize), -45); // arrow diagonal AddPath(pathArrows, arrow0, GetRectHandle(rightEdgeCenter, handleSize), 90); // arrow horizontal AddPath(pathArrows, arrow1, GetRectHandle(rightEdgeBottom, handleSize), 0, 1); // turn - AddPath(pathArrows, arrow2, GetRectHandle(center, handleSize), 0, 2); // center cross + AddPath(pathArrows, arrow2, GetRectHandle(ActualTransform.center, handleSize), 0, 2); // center cross } else { if (nodePathBeforeOk) pathBounds.AddLine(nodePathBefore, nodePathActual); if (nodePathAfterOk) pathBounds.AddLine(nodePathActual, nodePathAfter); - AddPath(pathArrows, arrow3, GetRectHandle(center, handleSize), 0, 3); // center box + AddPath(pathArrows, arrow3, GetRectHandle(ActualTransform.center, handleSize), 0, 3); // center box } } private static void AddPath(GraphicsPath finalPath, GraphicsPath tmpPath, RectangleF rect, float angle, int type = 0) @@ -314,14 +337,14 @@ public static XyPoint Translate(XyPoint diff, bool snap) } public static float GetAngleDeg(XyPoint pa, XyPoint pb, bool snap) { - XyPoint centPos = new XyPoint(center); + XyPoint centPos = new XyPoint(ActualTransform.center); float angle = (float)(centPos.AngleTo(pa) - centPos.AngleTo(pb)); if (snap) angle = (float)Math.Round(angle); - angleDeg = angle; + ActualTransform.angleDeg = angle; Matrix tmp = new Matrix(); - tmp.RotateAt(angle, center); + tmp.RotateAt(angle, ActualTransform.center); SetHandlePositions(selectionBounds); // move coordinates DrawHandles(); // then create paths pathBounds.Transform(tmp); // rotate path @@ -339,8 +362,8 @@ public static void Scale(XyPoint diff, Handle type, bool sameScaling, bool snap) selectionBounds.Height = selectionBoundsOrig.Height * factor.Y; SetHandlePositions(selectionBounds); // scale coordinates DrawHandles(); // then create paths - scalingX = factor.X; - scalingY = factor.Y; + ActualTransform.scalingX = factor.X; + ActualTransform.scalingY = factor.Y; } public static void DrawPath(Graphics e, double scal) diff --git a/GRBL-Plotter/MachineControl/GCodeSynthesize.cs b/GRBL-Plotter/MachineControl/GCodeSynthesize.cs index ae20e8cf..6dd0708e 100644 --- a/GRBL-Plotter/MachineControl/GCodeSynthesize.cs +++ b/GRBL-Plotter/MachineControl/GCodeSynthesize.cs @@ -1,7 +1,7 @@ /* GRBL-Plotter. Another GCode sender for GRBL. This file is part of the GRBL-Plotter application. - Copyright (C) 2015-2023 Sven Hasemann contact: svenhb@web.de + Copyright (C) 2015-2024 Sven Hasemann contact: svenhb@web.de This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,12 +23,14 @@ Synthsize GCode after transforming * 2021-07-09 split code from GCodeVisuAndTransform * 2022-01-04 fix convertZtoS problem #245 * 2023-01-28 add %NM tag, to keep code-line when synthezising code +* 2024-03-23 l:92 f:CreateGCodeProg use XyzabcuvwPoint for lastActual */ using System; using System.Collections.Generic; using System.Linq; using System.Text; +using System.Windows.Forms; namespace GrblPlotter { @@ -87,7 +89,9 @@ internal static string CreateGCodeProg(bool replaceG23, bool splitMoves, bool ap double spindleSpeed = -1; // force change byte spindleState = 5; byte coolantState = 9; - double lastActualX = 0, lastActualY = 0, lastActualZ = 0, i, j; + + double i, j; + XyzabcuvwPoint lastActual = new XyzabcuvwPoint(); double newZ; double convertMinZ = xyzSize.minz; // 1st get last minimum @@ -99,6 +103,7 @@ internal static string CreateGCodeProg(bool replaceG23, bool splitMoves, bool ap bool addInfo = info.Length > 0; Gcode.Setup(false); // don't apply intermediate Z steps in certain sub functions + // MyApplication.ESCwasPressed = false; for (int iCode = 0; iCode < gcodeList.Count; iCode++) // go through all code lines { GcodeByLine gcline = gcodeList[iCode]; @@ -126,37 +131,47 @@ internal static string CreateGCodeProg(bool replaceG23, bool splitMoves, bool ap if ((!hide_code) && (replaceG23)) // replace circles { //Gcode.Setup(false); moved 2024-03-11 // don't apply intermediate Z steps in certain sub functions - Gcode.SetLastxyz(lastActualX, lastActualY, lastActualZ); + Gcode.SetLastxyz(lastActual.X, lastActual.Y, lastActual.Z); Gcode.GcodeXYFeed = gcline.feedRate; if (gcline.isdistanceModeG90) Gcode.GcodeRelative = false; else Gcode.GcodeRelative = true; + if ((gcline.motionMode > 1) && (gcline.motionMode <= 3)) // handle arc { i = (double)((gcline.i != null) ? gcline.i : 0.0); j = (double)((gcline.j != null) ? gcline.j : 0.0); - Gcode.SplitArc(newCode, gcline.motionMode, (float)lastActualX, (float)lastActualY, (float)gcline.actualPos.X, (float)gcline.actualPos.Y, (float)i, (float)j, gcline.codeLine); + Gcode.SplitArc(newCode, gcline.motionMode, lastActual, gcline.actualPos, i, j, gcline.codeLine); } else if (gcline.motionMode == 1) // handle straight move - { - if (((gcline.x != null) || (gcline.y != null) || (gcline.z != null)) && splitMoves) + { + if (((gcline.x != null) || (gcline.y != null) || (gcline.z != null)) && splitMoves) // any movement command? { - if (gcline.z != null) + XyzabcuvwPoint d = gcline.actualPos - lastActual; + double c = Math.Sqrt(d.X * d.X + d.Y * d.Y); + if (c > heightMapGridWidth) // movement long enough to split? { - if ((gcline.x != null) || (gcline.y != null)) - { Gcode.SplitLineZ(newCode, gcline.motionMode, (float)lastActualX, (float)lastActualY, (float)lastActualZ, (float)gcline.actualPos.X, (float)gcline.actualPos.Y, (float)gcline.actualPos.Z, heightMapGridWidth, true, gcline.codeLine); } + if (gcline.z != null) + { + if ((gcline.x != null) || (gcline.y != null)) + { Gcode.SplitLineZ(newCode, gcline.motionMode, lastActual, gcline.actualPos, heightMapGridWidth, true, gcline.codeLine); } + else + { newCode.AppendLine(gcline.codeLine.Trim('\r', '\n')); } + } else - { newCode.AppendLine(gcline.codeLine.Trim('\r', '\n')); } + { + Gcode.SplitLine(newCode, gcline.motionMode, lastActual, gcline.actualPos, heightMapGridWidth, true, gcline.codeLine); + } } else - Gcode.SplitLine(newCode, gcline.motionMode, (float)lastActualX, (float)lastActualY, (float)gcline.actualPos.X, (float)gcline.actualPos.Y, heightMapGridWidth, true, gcline.codeLine); + { newCode.AppendLine(gcline.codeLine.Trim('\r', '\n')); } // not long enough } else - { newCode.AppendLine(gcline.codeLine.Trim('\r', '\n')); } + { newCode.AppendLine(gcline.codeLine.Trim('\r', '\n')); } // no movement } else - { newCode.AppendLine(gcline.codeLine.Trim('\r', '\n')); } + { newCode.AppendLine(gcline.codeLine.Trim('\r', '\n')); } // no G1,2,3 command } #endregion @@ -273,7 +288,7 @@ internal static string CreateGCodeProg(bool replaceG23, bool splitMoves, bool ap spindleSpeed = gcline.spindleSpeed; spindleState = gcline.spindleState; coolantState = gcline.coolantState; - lastActualX = gcline.actualPos.X; lastActualY = gcline.actualPos.Y; lastActualZ = gcline.actualPos.Z; + lastActual = gcline.actualPos; if ((!hide_code) && (!gcline.ismachineCoordG53) && (gcline.codeLine.IndexOf("(Setup - GCode") < 1)) // ignore coordinates from setup footer { @@ -283,6 +298,13 @@ internal static string CreateGCodeProg(bool replaceG23, bool splitMoves, bool ap isArc = ((gcline.motionMode == 2) || (gcline.motionMode == 3)); coordList.Add(new CoordByLine(iCode, gcline.figureNumber, (XyzPoint)gcline.actualPos, (XyzPoint)gcline.actualPos, gcline.motionMode, gcline.alpha, isArc)); + + // Application.DoEvents(); + if (MyApplication.ESCwasPressed) + { + Logger.Warn("CreateGCodeProg abort by ESC"); + break; + } } return newCode.ToString().Replace(',', '.'); } diff --git a/GRBL-Plotter/MachineControl/GCodeTransform.cs b/GRBL-Plotter/MachineControl/GCodeTransform.cs index 7e0d11b3..a727c2ec 100644 --- a/GRBL-Plotter/MachineControl/GCodeTransform.cs +++ b/GRBL-Plotter/MachineControl/GCodeTransform.cs @@ -38,50 +38,50 @@ Return transformed GCode using System; using System.Drawing; using System.Drawing.Drawing2D; -using System.Windows.Media; +using System.Windows.Forms; namespace GrblPlotter { internal static partial class VisuGCode { public enum Translate { None, ScaleX, ScaleY, Offset1, Offset2, Offset3, Offset4, Offset5, Offset6, Offset7, Offset8, Offset9, MirrorX, MirrorY, MirrorRotary }; - - public static Translate GetTranslate(int offset) - { - switch(offset) // arrangement like telephone keypad - { - case 1: - return Translate.Offset1; - break; - case 2: - return Translate.Offset2; - break; - case 3: - return Translate.Offset3; - break; - case 4: - return Translate.Offset4; - break; - case 5: - return Translate.Offset5; - break; - case 6: - return Translate.Offset6; - break; - case 7: - return Translate.Offset7; - break; - case 8: - return Translate.Offset8; - break; - case 9: - return Translate.Offset9; - break; - default: - return Translate.None; - break; - } - return Translate.None; + + public static Translate GetTranslate(int offset) + { + switch (offset) // arrangement like telephone keypad + { + case 1: + return Translate.Offset1; + break; + case 2: + return Translate.Offset2; + break; + case 3: + return Translate.Offset3; + break; + case 4: + return Translate.Offset4; + break; + case 5: + return Translate.Offset5; + break; + case 6: + return Translate.Offset6; + break; + case 7: + return Translate.Offset7; + break; + case 8: + return Translate.Offset8; + break; + case 9: + return Translate.Offset9; + break; + default: + return Translate.None; + break; + } + return Translate.None; } private static bool XyMove(GcodeByLine tmp) @@ -502,7 +502,7 @@ public static string TransformGCodeOffset(double tx, double ty, Translate shiftT pathBackground.Reset(); return CreateGCodeProg(); } - + internal static void GetTransaltionOffset(ref double offsetX, ref double offsetY, double tx, double ty, double minx, double miny, double dimx, double dimy, Translate shiftToZero) { if (shiftToZero == Translate.Offset1) { offsetX = tx + minx; offsetY = ty + miny + dimy; } @@ -752,33 +752,37 @@ internal static string ConvertToPolar() ClearDrawingPath(); // reset path, dimensions double aOffset = 0; - int dir=0, lastDir=0; + int dir = 0, lastDir = 0; if (lastFigureNumbers.Count == 0) lastFigureNumbers.Add(lastFigureNumber); + int check = 0; foreach (GcodeByLine gcline in gcodeList) { + if ((gcline.x != null) || (gcline.y != null)) { - if ((gcline.x != null) || (gcline.y != null)) - { - newvalr = Math.Sqrt(gcline.actualPos.X* gcline.actualPos.X + gcline.actualPos.Y* gcline.actualPos.Y); - newvala = Math.Atan2(gcline.actualPos.Y, gcline.actualPos.X) + aOffset; - dir = Math.Sign(newvala); - if ((dir < 0) && (lastDir > 0)) { aOffset += 2 * Math.PI; newvala += 2 * Math.PI; dir = lastDir; } - else if ((dir > 0) && (lastDir < 0)) { aOffset -= 2 * Math.PI; newvala -= 2 * Math.PI; dir = lastDir; } - else { lastDir = dir; } + newvalr = Math.Sqrt(gcline.actualPos.X * gcline.actualPos.X + gcline.actualPos.Y * gcline.actualPos.Y); + newvala = Math.Atan2(gcline.actualPos.Y, gcline.actualPos.X) + aOffset; + dir = Math.Sign(newvala); + if ((dir < 0) && (lastDir > 0)) { aOffset += 2 * Math.PI; newvala += 2 * Math.PI; dir = lastDir; } + else if ((dir > 0) && (lastDir < 0)) { aOffset -= 2 * Math.PI; newvala -= 2 * Math.PI; dir = lastDir; } + else { lastDir = dir; } - if (gcline.isdistanceModeG90) // absolute - { - gcline.x = newvalr; - gcline.y = newvala * 180 / Math.PI; - } - else - { - } + if (gcline.isdistanceModeG90) // absolute + { + gcline.x = newvalr; + gcline.y = newvala * 180 / Math.PI; } + // else + // { + // } + } + if (MyApplication.ESCwasPressed) + { + Logger.Warn("ConvertToPolar abort by ESC"); + break; } } return CreateGCodeProg(""); // GCodeSynthesize.cs diff --git a/GRBL-Plotter/MachineControl/GCodeVisuAndTransform.cs b/GRBL-Plotter/MachineControl/GCodeVisuAndTransform.cs index 0c92cf20..8b7c6ca0 100644 --- a/GRBL-Plotter/MachineControl/GCodeVisuAndTransform.cs +++ b/GRBL-Plotter/MachineControl/GCodeVisuAndTransform.cs @@ -94,7 +94,7 @@ public static string GetProcessingTime() if (double.IsNaN(gcodeMinutes)) gcodeMinutes = 0.1; TimeSpan t = TimeSpan.FromSeconds(gcodeMinutes * 60); - return string.Format("Est. time: {0:D2}:{1:D2}:{2:D2}", t.Hours, t.Minutes, t.Seconds); + return string.Format("Path length: {0:0.0} Est. time: {1:D2}:{2:D2}:{3:D2}", gcodeDistance, t.Hours, t.Minutes, t.Seconds); } catch { return "Error"; }