diff --git a/GRBL-Plotter/App.config b/GRBL-Plotter/App.config index f650773e..9d5e1428 100644 --- a/GRBL-Plotter/App.config +++ b/GRBL-Plotter/App.config @@ -2,8 +2,8 @@ -
-
+
+
@@ -12,7 +12,7 @@ - + @@ -62,10 +62,10 @@ 0 - + - + 0 @@ -506,19 +506,19 @@ G92 X0 Y0 (Zero X and Y) - + - + - + - + - + #F100 (Feedrate =100%) @@ -1001,7 +1001,7 @@ 0 - + False @@ -1073,7 +1073,7 @@ 4 - + 0.2 @@ -1088,7 +1088,7 @@ True - + 20 @@ -1274,7 +1274,7 @@ False - + G54; @@ -1513,8 +1513,7 @@ False - + True @@ -2067,13 +2066,13 @@ True - + False - + 100 @@ -2193,10 +2192,10 @@ 1 - + - + 0, 0 @@ -2486,7 +2485,7 @@ Wood|0|106|0|237|123|246|True|True|False|10|100|0.5|2.0| - + 100 @@ -2756,19 +2755,19 @@ G92 X0 Y0 (Zero X and Y) - + - + - + - + - + #F100 (Feedrate =100%) @@ -3167,7 +3166,7 @@ D:\ - + False @@ -3233,7 +3232,7 @@ True - + 20 @@ -3908,13 +3907,13 @@ True - + False - + 100 @@ -4130,6 +4129,9 @@ - + - \ No newline at end of file + + + + diff --git a/GRBL-Plotter/GRBL-Plotter.csproj b/GRBL-Plotter/GRBL-Plotter.csproj index 2e1b3199..6293bd19 100644 --- a/GRBL-Plotter/GRBL-Plotter.csproj +++ b/GRBL-Plotter/GRBL-Plotter.csproj @@ -8,7 +8,7 @@ Properties GrblPlotter GRBL-Plotter - v4.0 + v4.8 512 true false diff --git a/GRBL-Plotter/GUI/AboutForm.Designer.cs b/GRBL-Plotter/GUI/AboutForm.Designer.cs index ec249f0f..384a3240 100644 --- a/GRBL-Plotter/GUI/AboutForm.Designer.cs +++ b/GRBL-Plotter/GUI/AboutForm.Designer.cs @@ -130,7 +130,7 @@ private void InitializeComponent() // AboutForm // resources.ApplyResources(this, "$this"); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.button1; this.Controls.Add(this.linkLabel3); this.Controls.Add(this.label4); diff --git a/GRBL-Plotter/GUI/AboutForm.resx b/GRBL-Plotter/GUI/AboutForm.resx index 9f559931..515b614b 100644 --- a/GRBL-Plotter/GUI/AboutForm.resx +++ b/GRBL-Plotter/GUI/AboutForm.resx @@ -119,10 +119,14 @@ - 138, 340 + 228, 501 + + + + 4, 5, 4, 5 - 123, 37 + 204, 57 @@ -144,12 +148,14 @@ 9 - 3, 3 + 4, 5 + + + 4, 5, 4, 5 - 258, 214 + 430, 329 - Zoom @@ -175,10 +181,13 @@ True - 12, 237 + 20, 365 + + + 4, 0, 4, 0 - 154, 13 + 231, 20 2 @@ -201,14 +210,20 @@ 7 + + 17, 17 + True - 12, 254 + 20, 391 + + + 4, 0, 4, 0 - 142, 13 + 230, 20 3 @@ -216,9 +231,6 @@ Visit GRBL-Plotter on GitHub - - 17, 17 - Open brower and visit 'https://github.com/svenhb/GRBL-Plotter' @@ -238,10 +250,13 @@ True - 87, 220 + 144, 338 + + + 4, 0, 4, 0 - 42, 13 + 66, 20 5 @@ -265,10 +280,13 @@ True - 135, 220 + 224, 338 + + + 4, 0, 4, 0 - 35, 13 + 53, 20 6 @@ -289,10 +307,13 @@ 4 - 3, 340 + 4, 501 + + + 4, 5, 4, 5 - 129, 37 + 216, 57 7 @@ -313,10 +334,13 @@ 3 - 12, 289 + 20, 445 + + + 4, 0, 4, 0 - 249, 33 + 416, 51 9 @@ -343,10 +367,13 @@ True - 12, 273 + 20, 420 + + + 4, 0, 4, 0 - 61, 13 + 94, 20 10 @@ -366,14 +393,20 @@ 1 + + 17, 17 + True - 12, 220 + 20, 338 + + + 4, 0, 4, 0 - 69, 13 + 111, 20 11 @@ -397,10 +430,13 @@ True - 6, 13 + 144, 144 - 264, 381 + 430, 560 + + + Microsoft Sans Serif, 8.25pt @@ -3408,11 +3444,14 @@ //8= + + 4, 5, 4, 5 + - 280, 420 + 452, 616 - 280, 420 + 452, 616 CenterScreen diff --git a/GRBL-Plotter/GUI/ButtonEdit.Designer.cs b/GRBL-Plotter/GUI/ButtonEdit.Designer.cs index e2df8dd2..c95e1c1b 100644 --- a/GRBL-Plotter/GUI/ButtonEdit.Designer.cs +++ b/GRBL-Plotter/GUI/ButtonEdit.Designer.cs @@ -127,7 +127,7 @@ private void InitializeComponent() // ButtonEdit // resources.ApplyResources(this, "$this"); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.cBPresets); this.Controls.Add(this.btnResetColor); this.Controls.Add(this.lblColor); diff --git a/GRBL-Plotter/GUI/ButtonEdit.resx b/GRBL-Plotter/GUI/ButtonEdit.resx index 44134743..ab2ca042 100644 --- a/GRBL-Plotter/GUI/ButtonEdit.resx +++ b/GRBL-Plotter/GUI/ButtonEdit.resx @@ -119,10 +119,14 @@ - 337, 286 + 562, 440 + + + + 4, 5, 4, 5 - 75, 23 + 124, 35 @@ -144,10 +148,13 @@ 12 - 12, 286 + 20, 440 + + + 4, 5, 4, 5 - 153, 23 + 256, 35 1 @@ -168,10 +175,13 @@ 11 - 9, 25 + 16, 38 + + + 4, 5, 4, 5 - 171, 20 + 282, 26 2 @@ -189,13 +199,16 @@ 10 - 9, 74 + 16, 114 + + + 4, 5, 4, 5 True - 413, 124 + 686, 189 3 @@ -216,10 +229,13 @@ True - 6, 9 + 10, 14 + + + 4, 0, 4, 0 - 58, 13 + 90, 20 4 @@ -243,10 +259,13 @@ True - 6, 58 + 10, 89 + + + 4, 0, 4, 0 - 97, 13 + 154, 20 5 @@ -267,10 +286,13 @@ 7 - 9, 201 + 16, 309 + + + 4, 0, 4, 0 - 413, 82 + 689, 126 6 @@ -297,10 +319,13 @@ Check GamePad setup for further varaibles. True - 202, 9 + 337, 14 + + + 4, 0, 4, 0 - 64, 13 + 100, 20 7 @@ -321,10 +346,13 @@ Check GamePad setup for further varaibles. 5 - 202, 25 + 337, 38 + + + 4, 5, 4, 5 - 170, 23 + 283, 35 8 @@ -345,10 +373,13 @@ Check GamePad setup for further varaibles. 4 - 241, 286 + 402, 440 + + + 4, 5, 4, 5 - 75, 23 + 124, 35 9 @@ -368,14 +399,20 @@ Check GamePad setup for further varaibles. 3 + + 17, 17 + True - 319, 9 + 531, 14 + + + 4, 0, 4, 0 - 53, 13 + 78, 20 10 @@ -396,10 +433,13 @@ Check GamePad setup for further varaibles. 2 - 372, 25 + 620, 38 + + + 4, 5, 4, 5 - 50, 23 + 83, 35 11 @@ -420,10 +460,13 @@ Check GamePad setup for further varaibles. 1 - 12, 259 + 20, 398 + + + 4, 5, 4, 5 - 304, 21 + 504, 28 12 @@ -443,13 +486,21 @@ Check GamePad setup for further varaibles. 0 + + True + - 6, 13 + 144, 144 - 424, 321 + 707, 494 + + + Microsoft Sans Serif, 8.25pt + + + 4, 5, 4, 5 - CenterParent @@ -468,10 +519,4 @@ Check GamePad setup for further varaibles. System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - True - \ No newline at end of file diff --git a/GRBL-Plotter/GUI/MainForm.Designer.cs b/GRBL-Plotter/GUI/MainForm.Designer.cs index 5294df6c..94163058 100644 --- a/GRBL-Plotter/GUI/MainForm.Designer.cs +++ b/GRBL-Plotter/GUI/MainForm.Designer.cs @@ -579,9 +579,9 @@ private void InitializeComponent() this.fCTBCode.AutoIndentCharsPatterns = "\r\n^\\s*[\\w\\.]+\\s*(?=)\\s*(?[^;]+);"; resources.ApplyResources(this.fCTBCode, "fCTBCode"); this.fCTBCode.BackBrush = null; - this.fCTBCode.CharCnWidth = 13; - this.fCTBCode.CharHeight = 12; - this.fCTBCode.CharWidth = 7; + this.fCTBCode.CharCnWidth = 16; + this.fCTBCode.CharHeight = 18; + this.fCTBCode.CharWidth = 10; this.fCTBCode.ContextMenuStrip = this.cmsFCTB; this.fCTBCode.Cursor = System.Windows.Forms.Cursors.IBeam; this.fCTBCode.DelayedTextChangedInterval = 200; @@ -604,6 +604,7 @@ private void InitializeComponent() // // cmsFCTB // + this.cmsFCTB.ImageScalingSize = new System.Drawing.Size(24, 24); this.cmsFCTB.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.unDo3ToolStripMenuItem, this.toolStripSeparator13, @@ -2146,6 +2147,7 @@ private void InitializeComponent() // // cmsPictureBox // + this.cmsPictureBox.ImageScalingSize = new System.Drawing.Size(24, 24); this.cmsPictureBox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.unDo2ToolStripMenuItem, this.toolStripSeparator17, @@ -2628,6 +2630,8 @@ private void InitializeComponent() // // menuStrip1 // + this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2); + this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.createGCodeToolStripMenuItem, @@ -3400,6 +3404,7 @@ private void InitializeComponent() // // statusStrip1 // + this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel0, this.toolStripStatusLabel1, @@ -3439,7 +3444,7 @@ private void InitializeComponent() // this.AllowDrop = true; resources.ApplyResources(this, "$this"); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.splitContainer1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); diff --git a/GRBL-Plotter/GUI/MainForm.resx b/GRBL-Plotter/GUI/MainForm.resx index a6bf1a7a..1ce780a7 100644 --- a/GRBL-Plotter/GUI/MainForm.resx +++ b/GRBL-Plotter/GUI/MainForm.resx @@ -123,71 +123,71 @@ - 2, 26 + 3, 39 - 1, 1, 1, 1 + 2, 2, 2, 2 1 - 191, 12 + 301, 18 123, 56 - 221, 22 + 314, 32 Undo last action - 218, 6 + 311, 6 Show window with default hot-keys for the "Fast Colored Text Box" - 221, 22 + 314, 32 Show Editor hotkeys - 218, 6 + 311, 6 Code Blocks are G-Code surrounded by XML-Elements like "Group" of "Figure" - 213, 22 + 325, 34 Fold code blocks 1st level - 213, 22 + 325, 34 Fold code blocks 2nd level - 213, 22 + 325, 34 Fold code blocks 3rd level - 213, 22 + 325, 34 Expand code blocks - 213, 22 + 325, 34 Automatic block folding @@ -199,7 +199,7 @@ False - 221, 22 + 314, 32 Fold Code Blocks @@ -208,25 +208,25 @@ Code Blocks are G-Code surrounded by XML-Elements like "Group" of "Figure" - 274, 22 + 416, 34 Move selected code block most up - 274, 22 + 416, 34 Move selected code block up - 274, 22 + 416, 34 Move selected code block down - 274, 22 + 416, 34 Move selected code block most down @@ -235,79 +235,79 @@ False - 221, 22 + 314, 32 Move Code Blocks - 175, 22 + 266, 34 Reverse sort order - 175, 22 + 266, 34 Sort by 'Id' - 175, 22 + 266, 34 Sort by 'Pen Color' - 175, 22 + 266, 34 Sort by 'Pen Width' - 175, 22 + 266, 34 Sort by 'Layer' - 175, 22 + 266, 34 Sort by 'Type' - 175, 22 + 266, 34 Sort by 'Geometry' - 175, 22 + 266, 34 Sort by 'ToolNr' - 175, 22 + 266, 34 Sort by 'ToolName' - 175, 22 + 266, 34 Sort by 'CodeSize' - 175, 22 + 266, 34 Sort by 'CodeArea' - 175, 22 + 266, 34 Sort by Distance @@ -319,7 +319,7 @@ False - 221, 22 + 314, 32 Sort Code Blocks @@ -328,7 +328,7 @@ False - 221, 22 + 314, 32 Remove 'Group' XML-Tags @@ -337,19 +337,19 @@ False - 221, 22 + 314, 32 Remove All XML-Tags - 218, 6 + 311, 6 In Edit-Mode automatic selection of groups is disabled - 221, 22 + 314, 32 Toggle Edit Mode @@ -358,7 +358,7 @@ Select complete code - 221, 22 + 314, 32 Select All @@ -367,7 +367,7 @@ Copy selection to clipboard - 221, 22 + 314, 32 Copy to clipboard @@ -376,7 +376,7 @@ Clear editor and paste from clipboard - 221, 22 + 314, 32 Paste from clipboard @@ -385,7 +385,7 @@ Insert "Pen up" G-Code in front of current line - 221, 22 + 314, 32 Insert 'PenUp' @@ -394,19 +394,19 @@ Insert "Pen down" G-Code in front of current line - 221, 22 + 314, 32 Insert 'PenDown' - 218, 6 + 311, 6 Open "Find Dialog" from "Fast Colored Text Box" - 221, 22 + 314, 32 Find Dialog @@ -415,16 +415,16 @@ Open "Replace Dialog" from "Fast Colored Text Box" - 221, 22 + 314, 32 Replace dialog - 218, 6 + 311, 6 - 221, 22 + 314, 32 Send marked line towards GRBL @@ -433,7 +433,7 @@ False - 221, 22 + 314, 32 Comment out unknown G-Code @@ -445,13 +445,13 @@ Process G-Code from editor to update 2D-View - 221, 22 + 314, 32 Update 2D view - 222, 430 + 315, 610 cmsFCTB @@ -469,7 +469,10 @@ Tab=IndentIncrease, Escape=ClearHints, PgUp=GoPageUp, PgDn=GoPageDown, End=GoEnd, Home=GoHome, Left=GoLeft, Up=GoUp, Right=GoRight, Down=GoDown, Ins=ReplaceMode, Del=DeleteCharRight, F3=FindNext, Shift+Tab=IndentDecrease, Shift+PgUp=GoPageUpWithSelection, Shift+PgDn=GoPageDownWithSelection, Shift+End=GoEndWithSelection, Shift+Home=GoHomeWithSelection, Shift+Left=GoLeftWithSelection, Shift+Up=GoUpWithSelection, Shift+Right=GoRightWithSelection, Shift+Down=GoDownWithSelection, Shift+Ins=Paste, Shift+Del=Cut, Ctrl+Back=ClearWordLeft, Ctrl+Space=AutocompleteMenu, Ctrl+End=GoLastLine, Ctrl+Home=GoFirstLine, Ctrl+Ins=Copy, Ctrl+Del=ClearWordRight, Ctrl+0=ZoomNormal, Ctrl+A=SelectAll, Ctrl+B=BookmarkLine, Ctrl+C=Copy, Ctrl+E=MacroExecute, Ctrl+F=FindDialog, Ctrl+G=GoToDialog, Ctrl+H=ReplaceDialog, Ctrl+I=AutoIndentChars, Ctrl+M=MacroRecord, Ctrl+N=GoNextBookmark, Ctrl+R=Redo, Ctrl+U=UpperCase, Ctrl+V=Paste, Ctrl+X=Cut, Ctrl+Z=Undo, Ctrl+Add=ZoomIn, Ctrl+Subtract=ZoomOut, Ctrl+Shift+End=GoLastLineWithSelection, Ctrl+Shift+Home=GoFirstLineWithSelection, Ctrl+Shift+B=UnbookmarkLine, Ctrl+Shift+C=CommentSelected, Ctrl+Shift+N=GoPrevBookmark, Ctrl+Shift+U=LowerCase, Alt+Back=Undo, Alt+Up=MoveSelectedLinesUp, Alt+Down=MoveSelectedLinesDown, Alt+F=FindChar - 3, 416 + 4, 643 + + + 4, 5, 4, 5 @@ -490,7 +493,7 @@ - 332, 170 + 553, 262 24 @@ -517,10 +520,13 @@ NoControl - 158, 62 + 263, 95 + + + 4, 5, 4, 5 - 40, 23 + 67, 35 17 @@ -547,10 +553,13 @@ NoControl - 244, 62 + 407, 95 + + + 4, 5, 4, 5 - 40, 23 + 67, 35 16 @@ -580,10 +589,13 @@ NoControl - 202, 62 + 337, 95 + + + 4, 5, 4, 5 - 40, 23 + 67, 35 15 @@ -613,10 +625,13 @@ NoControl - 3, 62 + 4, 95 + + + 4, 5, 4, 5 - 194, 23 + 323, 35 14 @@ -643,10 +658,13 @@ NoControl - 4, 85 + 7, 131 + + + 4, 0, 4, 0 - 280, 21 + 467, 32 13 @@ -670,10 +688,13 @@ NoControl - 219, 49 + 364, 75 + + + 4, 5, 4, 5 - 64, 12 + 107, 18 3 @@ -694,10 +715,13 @@ NoControl - 60, 15 + 100, 23 + + + 4, 5, 4, 5 - 23, 23 + 38, 35 3 @@ -721,10 +745,13 @@ NoControl - 3, 39 + 4, 60 + + + 4, 5, 4, 5 - 80, 23 + 133, 35 2 @@ -754,10 +781,13 @@ NoControl - 229, 67 + 382, 103 + + + 4, 0, 4, 0 - 0, 13 + 0, 20 12 @@ -778,10 +808,13 @@ NoControl - 89, 26 + 149, 40 + + + 4, 5, 4, 5 - 194, 35 + 323, 54 8 @@ -805,10 +838,13 @@ NoControl - 169, 13 + 282, 20 + + + 4, 0, 4, 0 - 30, 13 + 46, 20 7 @@ -835,10 +871,13 @@ NoControl - 87, 13 + 144, 20 + + + 4, 0, 4, 0 - 48, 13 + 77, 20 6 @@ -862,10 +901,13 @@ NoControl - 3, 15 + 4, 23 + + + 4, 5, 4, 5 - 51, 23 + 84, 35 1 @@ -887,10 +929,13 @@ Right click to choose start line number 12 - 32, 85 + 53, 131 + + + 4, 5, 4, 5 - 251, 20 + 415, 26 0 @@ -914,10 +959,16 @@ Right click to choose start line number Fill - 3, 3 + 4, 5 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 332, 110 + 553, 169 10 @@ -941,10 +992,13 @@ Right click to choose start line number NoControl - 108, 59 + 180, 91 + + + 4, 5, 4, 5 - 23, 23 + 38, 35 39 @@ -974,10 +1028,13 @@ Right click to choose start line number NoControl - 63, 43 + 104, 66 + + + 4, 5, 4, 5 - 87, 24 + 144, 37 13 @@ -1007,10 +1064,13 @@ Right click to choose start line number NoControl - 60, 28 + 100, 43 + + + 4, 0, 4, 0 - 45, 13 + 59, 17 12 @@ -1037,10 +1097,13 @@ Right click to choose start line number Microsoft Sans Serif, 7pt - 111, 25 + 184, 38 + + + 4, 5, 4, 5 - 39, 18 + 62, 23 11 @@ -1073,10 +1136,13 @@ Right click to choose start line number NoControl - 60, 11 + 100, 17 + + + 4, 0, 4, 0 - 45, 13 + 59, 17 10 @@ -1103,10 +1169,13 @@ Right click to choose start line number Microsoft Sans Serif, 7pt - 111, 8 + 184, 12 + + + 4, 5, 4, 5 - 39, 18 + 62, 23 9 @@ -1136,10 +1205,13 @@ Right click to choose start line number NoControl - 35, 45 + 58, 69 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 8 @@ -1163,10 +1235,13 @@ Right click to choose start line number NoControl - 20, 45 + 33, 69 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 7 @@ -1190,10 +1265,13 @@ Right click to choose start line number NoControl - 5, 45 + 9, 69 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 6 @@ -1217,10 +1295,13 @@ Right click to choose start line number NoControl - 35, 30 + 58, 46 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 5 @@ -1244,10 +1325,13 @@ Right click to choose start line number NoControl - 20, 30 + 33, 46 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 4 @@ -1271,10 +1355,13 @@ Right click to choose start line number NoControl - 5, 30 + 9, 46 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 3 @@ -1298,10 +1385,13 @@ Right click to choose start line number NoControl - 35, 15 + 58, 23 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 2 @@ -1325,10 +1415,13 @@ Right click to choose start line number NoControl - 20, 15 + 33, 23 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 1 @@ -1352,10 +1445,13 @@ Right click to choose start line number NoControl - 5, 15 + 9, 23 + + + 4, 5, 4, 5 - 14, 13 + 21, 20 0 @@ -1373,10 +1469,16 @@ Right click to choose start line number 13 - 130, 14 + 217, 22 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 154, 71 + 257, 109 31 @@ -1400,13 +1502,16 @@ Right click to choose start line number Consolas, 7.75pt - 0, 15 + 0, 23 + + + 4, 5, 4, 5 True - 130, 66 + 214, 99 0 @@ -1430,10 +1535,16 @@ Right click to choose start line number Fill - 3, 325 + 4, 502 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 332, 85 + 553, 131 25 @@ -1460,10 +1571,13 @@ Right click to choose start line number NoControl - 267, 5 + 444, 8 + + + 4, 0, 4, 0 - 15, 13 + 24, 20 46 @@ -1487,10 +1601,13 @@ Right click to choose start line number NoControl - 2, 14 + 3, 22 + + + 4, 5, 4, 5 - 65, 20 + 109, 31 50 @@ -1517,10 +1634,13 @@ Right click to choose start line number NoControl - 215, 5 + 358, 8 + + + 4, 0, 4, 0 - 26, 13 + 39, 20 52 @@ -1544,10 +1664,13 @@ Right click to choose start line number NoControl - 134, 14 + 223, 22 + + + 4, 5, 4, 5 - 65, 20 + 109, 31 48 @@ -1574,10 +1697,13 @@ Right click to choose start line number NoControl - 242, 5 + 403, 8 + + + 4, 0, 4, 0 - 25, 13 + 36, 20 51 @@ -1601,10 +1727,13 @@ Right click to choose start line number NoControl - 68, 14 + 113, 22 + + + 4, 5, 4, 5 - 65, 20 + 109, 31 49 @@ -1625,10 +1754,16 @@ Right click to choose start line number 5 - 2, 53 + 3, 82 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 284, 36 + 473, 55 43 @@ -1658,10 +1793,13 @@ Right click to choose start line number NoControl - 208, 37 + 347, 57 + + + 4, 5, 4, 5 - 70, 20 + 117, 31 45 @@ -1700,10 +1838,13 @@ Right click to choose start line number NoControl - 140, 37 + 233, 57 + + + 4, 5, 4, 5 - 68, 20 + 113, 31 44 @@ -1742,10 +1883,13 @@ Right click to choose start line number NoControl - 71, 37 + 118, 57 + + + 4, 5, 4, 5 - 68, 20 + 113, 31 43 @@ -1784,10 +1928,13 @@ Right click to choose start line number NoControl - 2, 37 + 3, 57 + + + 4, 5, 4, 5 - 68, 20 + 113, 31 42 @@ -1823,10 +1970,13 @@ Right click to choose start line number NoControl - 2, 14 + 3, 22 + + + 4, 5, 4, 5 - 115, 20 + 191, 31 39 @@ -1859,10 +2009,13 @@ Right click to choose start line number NoControl - 203, 14 + 338, 22 + + + 4, 5, 4, 5 - 75, 20 + 124, 31 41 @@ -1895,10 +2048,13 @@ Right click to choose start line number NoControl - 121, 14 + 202, 22 + + + 4, 5, 4, 5 - 75, 20 + 124, 31 40 @@ -1922,10 +2078,16 @@ Right click to choose start line number 6 - 2, 133 + 3, 205 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 284, 62 + 473, 95 42 @@ -1952,10 +2114,13 @@ Right click to choose start line number NoControl - 215, 20 + 358, 31 + + + 4, 0, 4, 0 - 60, 13 + 91, 20 40 @@ -1985,10 +2150,13 @@ Right click to choose start line number NoControl - 215, 5 + 358, 8 + + + 4, 0, 4, 0 - 26, 13 + 39, 20 39 @@ -2015,10 +2183,13 @@ Right click to choose start line number NoControl - 267, 5 + 444, 8 + + + 4, 0, 4, 0 - 15, 13 + 24, 20 38 @@ -2045,10 +2216,13 @@ Right click to choose start line number NoControl - 242, 5 + 403, 8 + + + 4, 0, 4, 0 - 25, 13 + 36, 20 37 @@ -2072,10 +2246,13 @@ Right click to choose start line number NoControl - 156, 14 + 260, 22 + + + 4, 5, 4, 5 - 42, 20 + 70, 31 32 @@ -2099,10 +2276,13 @@ Right click to choose start line number NoControl - 121, 14 + 202, 22 + + + 4, 5, 4, 5 - 35, 20 + 58, 31 33 @@ -2126,10 +2306,13 @@ Right click to choose start line number NoControl - 79, 14 + 131, 22 + + + 4, 5, 4, 5 - 42, 20 + 70, 31 36 @@ -2153,10 +2336,13 @@ Right click to choose start line number NoControl - 2, 14 + 3, 22 + + + 4, 5, 4, 5 - 42, 20 + 70, 31 35 @@ -2180,10 +2366,13 @@ Right click to choose start line number NoControl - 44, 14 + 73, 22 + + + 4, 5, 4, 5 - 35, 20 + 58, 31 34 @@ -2204,10 +2393,16 @@ Right click to choose start line number 8 - 2, 13 + 3, 20 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 284, 36 + 473, 55 37 @@ -2234,10 +2429,13 @@ Right click to choose start line number NoControl - 215, 19 + 358, 29 + + + 4, 0, 4, 0 - 68, 13 + 104, 20 47 @@ -2267,10 +2465,13 @@ Right click to choose start line number NoControl - 215, 5 + 358, 8 + + + 4, 0, 4, 0 - 26, 13 + 39, 20 46 @@ -2297,10 +2498,13 @@ Right click to choose start line number NoControl - 267, 5 + 444, 8 + + + 4, 0, 4, 0 - 15, 13 + 24, 20 45 @@ -2327,10 +2531,13 @@ Right click to choose start line number NoControl - 242, 5 + 403, 8 + + + 4, 0, 4, 0 - 25, 13 + 36, 20 44 @@ -2354,10 +2561,13 @@ Right click to choose start line number NoControl - 121, 14 + 202, 22 + + + 4, 5, 4, 5 - 35, 20 + 58, 31 40 @@ -2381,10 +2591,13 @@ Right click to choose start line number NoControl - 79, 14 + 131, 22 + + + 4, 5, 4, 5 - 42, 20 + 70, 31 43 @@ -2408,10 +2621,13 @@ Right click to choose start line number NoControl - 156, 14 + 260, 22 + + + 4, 5, 4, 5 - 42, 20 + 70, 31 39 @@ -2435,10 +2651,13 @@ Right click to choose start line number NoControl - 2, 14 + 3, 22 + + + 4, 5, 4, 5 - 42, 20 + 70, 31 42 @@ -2462,10 +2681,13 @@ Right click to choose start line number NoControl - 44, 14 + 73, 22 + + + 4, 5, 4, 5 - 35, 20 + 58, 31 41 @@ -2486,10 +2708,16 @@ Right click to choose start line number 8 - 2, 93 + 3, 143 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 284, 36 + 473, 55 38 @@ -2513,10 +2741,16 @@ Right click to choose start line number Fill - 3, 119 + 4, 184 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 332, 200 + 553, 308 26 @@ -2542,11 +2776,14 @@ Right click to choose start line number 0, 0 + + 4, 5, 4, 5 + 4 - 338, 589 + 338, 910 19 @@ -2597,10 +2834,13 @@ Right click to choose start line number NoControl - 136, 30 + 227, 46 + + + 4, 5, 4, 5 - 91, 41 + 151, 63 28 @@ -2627,10 +2867,13 @@ Right click to choose start line number NoControl - 86, 35 + 143, 54 + + + 4, 5, 4, 5 - 40, 20 + 67, 31 6 @@ -2657,10 +2900,13 @@ Right click to choose start line number NoControl - 4, 14 + 7, 22 + + + 4, 5, 4, 5 - 40, 20 + 67, 31 2 @@ -2687,10 +2933,13 @@ Right click to choose start line number NoControl - 4, 35 + 7, 54 + + + 4, 5, 4, 5 - 81, 20 + 136, 31 5 @@ -2717,10 +2966,13 @@ Right click to choose start line number NoControl - 45, 14 + 76, 22 + + + 4, 5, 4, 5 - 40, 20 + 67, 31 3 @@ -2747,10 +2999,13 @@ Right click to choose start line number NoControl - 86, 14 + 143, 22 + + + 4, 5, 4, 5 - 40, 20 + 67, 31 4 @@ -2780,10 +3035,13 @@ Right click to choose start line number NoControl - 58, 0 + 97, 0 + + + 4, 5, 4, 5 - 60, 17 + 89, 24 7 @@ -2807,10 +3065,16 @@ Right click to choose start line number 5 - 0, 16 + 0, 25 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 130, 54 + 217, 83 27 @@ -2834,16 +3098,16 @@ Right click to choose start line number Fill - 3, 120 + 4, 185 - 3, 0, 3, 0 + 4, 0, 4, 0 - 3, 0, 3, 0 + 4, 0, 4, 0 - 230, 75 + 385, 115 20 @@ -2871,29 +3135,38 @@ Right click to choose start line number - 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 + gg== - 163, 3 + 274, 8 + + + 7, 8, 7, 8 - 400, 400 + 667, 615 - 25, 100 + 42, 154 - 30, 104 + 50, 160 29 @@ -2905,7 +3178,7 @@ Right click to choose start line number virtualJoystickA - virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.0, Culture=neutral, PublicKeyToken=null + virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.1, Culture=neutral, PublicKeyToken=null tLPRechtsUntenRechtsMitte @@ -2915,55 +3188,79 @@ Right click to choose start line number - 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 + jBrPMFzM6GuIBxalDF7ckfXNlncXpYwazzBczOhriAcWpQxe3JH1zZZ3F6WMGs8wXMzoa4gHFqUMXtyR + 9c2WdxeljBrPMFzM6GuIBxalDF7ckfXNlncXpYwazzBczOhriAcWpQxe3JH1zZZ3F6WMGs8wXMzoa4gH + FqUMXtyR9c2WdxeljBrPMFzM6GuIBxalDF7ckfXNlncXpYwazzBczOhriAcWpQxe3JH1zZZ3F6WMGs8w + XMzoa4gHFqUMXtyR9c2WdxeljBrPMFzM6GuIBxalDF7ckfXNlncXpYwazzBczOhriAcWpQxe3JH1zZZ3 + F6WMGs8wXMzoa4gHFqUMXtyR9c2WdxeljBrPMFzM6GuIBxalDF7ckfXNlncXpYwazzBczOhriAcWdW1o + AJpXhjJ4d1HKqLn2w8WMvoZ4YGN7fTuu8QzDxYy+hnhgY3t9O67xDMPFjL6GeGBje307rvEMw8WMvoZ4 + YGN7fTuu8QzDxYy+hnhgY3t9O67xDMPFjL6GeGBje307rvEMw8WMvoZ4YGN7fTuu8QzDxYy+hnhgY3t9 + O67xDMPFjL6GeGBje307rvEMw8WMvoZ4YGN7fTuu8QzDxYy+hnhgY3t9O67xDMPFjL6GeGBje307rvEM + w8WMvoZ4YGN7fTuu8QzDxYy+hnhgY3t9O67xDMPFjL6GeGBje307rvEMw8WMrobGx0Z7y1BGzfWzcDGj + o6Hx7ZujHbszRzt2Z4527M4c7didOdqxO3O0Y3fmaMfuzNGO3ZmjHbszRzt2Z4527M4c7didOdqxO3O0 + Y3c+3NGOEUH3k3HN4eIYH9Ec7didOdqxO3O0Y3fmaMfuzNGO3ZmjHbszRzt2Z4527M4c7didOdqxO3O0 + Y3fmaMfuzNGO3ZmjHbvzerRj7MfD+f8qyAA0ZaRtlgAAAABJRU5ErkJggg== Off - 3, 3 + 7, 8 + + + 7, 8, 7, 8 - 400, 400 + 667, 615 - 25, 100 + 42, 154 - 104, 104 + 173, 160 23 @@ -2975,7 +3272,7 @@ Right click to choose start line number virtualJoystickXY - virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.0, Culture=neutral, PublicKeyToken=null + virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.1, Culture=neutral, PublicKeyToken=null tLPRechtsUntenRechtsMitte @@ -2985,32 +3282,40 @@ Right click to choose start line number - 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 - 123, 3 + 207, 8 + + + 7, 8, 7, 8 - 400, 400 + 667, 615 - 25, 100 + 42, 154 Yes - 30, 104 + 50, 160 24 @@ -3022,7 +3327,7 @@ Right click to choose start line number virtualJoystickZ - virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.0, Culture=neutral, PublicKeyToken=null + virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.1, Culture=neutral, PublicKeyToken=null tLPRechtsUntenRechtsMitte @@ -3032,29 +3337,37 @@ Right click to choose start line number - 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 - 203, 3 + 341, 8 + + + 7, 8, 7, 8 - 400, 400 + 667, 615 - 25, 100 + 42, 154 - 25, 104 + 42, 160 30 @@ -3066,7 +3379,7 @@ Right click to choose start line number virtualJoystickB - virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.0, Culture=neutral, PublicKeyToken=null + virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.1, Culture=neutral, PublicKeyToken=null tLPRechtsUntenRechtsMitte @@ -3076,29 +3389,37 @@ Right click to choose start line number - iVBORw0KGgoAAAANSUhEUgAAABkAAABoCAYAAAAEl1sHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVGhD7ZkxbsMwDEV9g46dCmTKUiBLp05Zc4YC6dgD - FFpzkAI8RnddoIfQTdRP2WFsmC3A2NJgMMCDI5HUCxMoMpIOj9yALudcD5Ek6gchIpC6fMLzqBT8yVBT - FjxhvVFMJDHcghFCvhKuk4X+QeoHWXmxQ0wkZQIJAQtfF7dICIIOIi0mkpI0vILJW6cUqSB3WGxWO8yN - kivgEhMiaQAbX6oxkUTaYRMikHbYUI/Y8fOCexBJood8Cvsi6WV7bMaDWmRFJDxIkSUHLL7HuKoEV3TF - cyHqRVYmklq4xIRIGsCdfFRDJImeyiBEPXEJIunP6CP2iZ64BJGUiXTEGf82S1qKSG5nvJ64BJFowbVw - iQmRNIA7+arGRBLpHZtRT1yCSBI944z/rCvhQYpbkdTCJSZE0gDu5KcaN0m64E7+jDv5PpDotQRDnBdZ - EUmkS9kjRN8l0J/5PKcXWhAJUf8hXSUFdBfG4zsRyfjtSXTOJznz9UILIhlPpoivmNF4KapkbVxiwiUm - XGLCJSZcYkIkDeBO5jdla+ESEy4xsUFJA7gT/ceXNXCJCZeY2KCkAdyJ/gfLGrjEhEtMbFDSAO6kHi4x - 4RITG5TUpcu/O5AQ4UCxriQAAAAASUVORK5CYII= + iVBORw0KGgoAAAANSUhEUgAAACoAAACgCAYAAAB66P7lAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAALpSURBVHhe7Zs7btwwEIZ1A5euAqRyE8AuUrlyq8InWMBt + DhCodZs7GNAxttcFcgjehOHoQfEVRNH+lobAb+ArdnZEfZqhyF1h3bg/WwmNtVY39Yp2U8DTDVPc9EG8 + W/NvZXBjhecTlnOGzO+tAREdgoQR09g2iPetw8WinB14yeDCZeySbCwqQi7RBAkj7qBwMKlu64hy/pf5 + 4pvS+QrkolNgYpbLxBLxPfiptHGc2WkOFFosLfhM0a2dyUSjNsxC+iqasgglYpn4Hm6Zo+NVBkJL60tT + 4ty73hGua2HVfKuEYOBb2b2OaoWiaOoTrQSx/q6a2kUf3Me9O7eorzHT3y3Jbh19CHKPIRF99DtDE4qa + r25nunc705ITX8QRJKILicxwH1VRqtv2j/71EWwSzcQS8SOgKJpNotXM0XrueodUcU4+vO3CX0T1QVE0 + 9YlWglT0h2pqFX0tPB/NDzqD2ScUfXI7UJ54NrGoebFt+2JNkqSBXHQKTHSv2QFnURBdWn9x+73WOWou + cduHJzVVjUVTtIqa/ksgprn1jvj56CVKPpNMVCsURVOfaCVIRT9UU7voT/dx75v7Xh/GziUR/TXuRlNQ + teiCCFN0FxRFQ1E0tYvqg6Jo6hOtBKnob9XUK2r65yVom07mR3rQR+EZapqDZz7XLGrebdu82WF88+oW + /We36McHTKJLznHEosNbVEWpbttf/esRuZj23ZowdgCRaCaWiI+MVV/bXp4eeHaKhtPjhDm6TfQat72U + 8wlEopvmaMopohvuepFfxU5qvTCKTMFAKF6S4meo/6g4iPl8q6hWKIqGomgoioaiaCiKhqJoKIqGomgo + isaLVoJUVL7I6YWiaCiKhqJoKIqGomgoioaiaLxoJUhFyz8w1QJF0VAUDUXRUBQNRdFQFA1F0XjRSpCK + lv8BXwsURUNRNBRFQ1E0FEVDUTQUReNFK0EqqhuKoqEoGoqioSgaiqKhKBqKovGi+mnsHw+iyKpB+lo1 + AAAAAElFTkSuQmCC - 223, 3 + 374, 8 + + + 7, 8, 7, 8 - 400, 400 + 667, 615 - 25, 100 + 42, 154 - 25, 104 + 42, 160 31 @@ -3110,7 +3431,7 @@ Right click to choose start line number virtualJoystickC - virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.0, Culture=neutral, PublicKeyToken=null + virtualJoystick.virtualJoystick, virtualJoystick, Version=0.3.3.1, Culture=neutral, PublicKeyToken=null tLPRechtsUntenRechtsMitte @@ -3122,7 +3443,10 @@ Right click to choose start line number Fill - 3, 198 + 4, 305 + + + 4, 5, 4, 5 No @@ -3131,7 +3455,7 @@ Right click to choose start line number 1 - 230, 110 + 385, 176 22 @@ -3149,7 +3473,7 @@ Right click to choose start line number 1 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="virtualJoystickA" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="virtualJoystickXY" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="virtualJoystickZ" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="virtualJoystickB" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="virtualJoystickC" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /></Controls><Columns Styles="Absolute,120,Absolute,40,Absolute,40,Absolute,20,Absolute,20" /><Rows Styles="Percent,100" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="virtualJoystickA" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="virtualJoystickXY" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="virtualJoystickZ" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="virtualJoystickB" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="virtualJoystickC" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /></Controls><Columns Styles="Absolute,200,Absolute,67,Absolute,67,Absolute,33,Absolute,33" /><Rows Styles="Percent,100" /></TableLayoutSettings> 1 @@ -3158,13 +3482,16 @@ Right click to choose start line number NoControl - 3, 3 + 4, 5 + + + 4, 5, 4, 5 - 3, 0, 0, 0 + 4, 0, 0, 0 - 162, 18 + 270, 27 30 @@ -3197,13 +3524,13 @@ Right click to choose start line number NoControl - 1, 22 + 2, 34 - 1, 1, 1, 1 + 2, 2, 2, 2 - 113, 19 + 188, 28 44 @@ -3240,13 +3567,13 @@ An input pin is available to connect a button or switch, if enabled with a compi NoControl - 1, 43 + 2, 66 - 1, 1, 1, 1 + 2, 2, 2, 2 - 113, 26 + 188, 39 17 @@ -3278,13 +3605,13 @@ start executing the buffer and Grbl will begin moving the axes. NoControl - 1, 1 + 2, 2 - 1, 1, 1, 1 + 2, 2, 2, 2 - 113, 19 + 188, 28 16 @@ -3326,7 +3653,7 @@ the machine is running before hitting reset, except of course if there is some e 3 - 115, 70 + 192, 107 0 @@ -3356,13 +3683,13 @@ the machine is running before hitting reset, except of course if there is some e NoControl - 1, 43 + 2, 66 - 1, 1, 1, 1 + 2, 2, 2, 2 - 113, 26 + 189, 39 18 @@ -3399,13 +3726,13 @@ will override the locks and allow G-code functions to work again. NoControl - 1, 1 + 2, 2 - 1, 1, 1, 1 + 2, 2, 2, 2 - 113, 40 + 189, 60 15 @@ -3440,7 +3767,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Fill - 115, 0 + 192, 0 0, 0, 0, 0 @@ -3449,7 +3776,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 2 - 115, 70 + 193, 107 1 @@ -3467,19 +3794,22 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 1 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="btnKillAlarm" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnReset" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100,Absolute,20" /><Rows Styles="Percent,60,Percent,40" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="btnKillAlarm" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnReset" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100,Absolute,33" /><Rows Styles="Percent,60,Percent,40" /></TableLayoutSettings> Fill - 3, 27 + 4, 42 + + + 4, 5, 4, 5 1 - 230, 70 + 385, 107 31 @@ -3497,13 +3827,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 1 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel4" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutPanel5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,100,Absolute,70" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel4" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutPanel5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,100,Absolute,107" /></TableLayoutSettings> Fill - 0, 311 + 0, 486 0, 0, 0, 0 @@ -3512,7 +3842,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 2 - 236, 100 + 393, 154 23 @@ -3530,16 +3860,19 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 2 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="cBSendJogStop" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,24,Percent,100" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="cBSendJogStop" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,37,Percent,100" /></TableLayoutSettings> NoControl - 185, 17 + 309, 26 + + + 4, 0, 4, 0 - 35, 13 + 58, 20 36 @@ -3569,10 +3902,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 152, 17 + 253, 26 + + + 4, 0, 4, 0 - 23, 13 + 34, 20 35 @@ -3602,10 +3938,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 71, 25 + 118, 38 + + + 4, 5, 4, 5 - 50, 17 + 74, 24 34 @@ -3632,10 +3971,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 25, 25 + 42, 38 + + + 4, 5, 4, 5 - 43, 17 + 62, 24 33 @@ -3659,10 +4001,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 185, 31 + 309, 48 + + + 4, 0, 4, 0 - 35, 13 + 58, 20 32 @@ -3689,10 +4034,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 185, 3 + 309, 5 + + + 4, 0, 4, 0 - 35, 13 + 58, 20 31 @@ -3722,10 +4070,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 81, 48 + 136, 74 + + + 4, 5, 4, 5 - 45, 17 + 67, 24 30 @@ -3752,10 +4103,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 152, 31 + 253, 48 + + + 4, 0, 4, 0 - 27, 13 + 40, 20 29 @@ -3785,10 +4139,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 152, 3 + 253, 5 + + + 4, 0, 4, 0 - 24, 13 + 36, 20 28 @@ -3812,10 +4169,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 8 - 82, 5 + 137, 8 + + + 4, 5, 4, 5 - 49, 20 + 82, 26 27 @@ -3842,10 +4202,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 5, 7 + 9, 11 + + + 4, 5, 4, 5 - 78, 17 + 117, 24 19 @@ -3872,10 +4235,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 5, 48 + 9, 74 + + + 4, 5, 4, 5 - 62, 17 + 92, 24 20 @@ -3899,10 +4265,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 108, 66 + 180, 102 + + + 4, 0, 4, 0 - 110, 13 + 183, 20 26 @@ -3929,10 +4298,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 5, 66 + 9, 102 + + + 4, 5, 4, 5 - 106, 17 + 163, 24 25 @@ -3959,10 +4331,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 133, 8 + 222, 12 + + + 4, 0, 4, 0 - 15, 13 + 24, 20 22 @@ -3983,13 +4358,16 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 14 - 4, 22 + 4, 29 + + + 4, 5, 4, 5 - 3, 3, 3, 3 + 4, 5, 4, 5 - 222, 88 + 377, 142 0 @@ -4010,10 +4388,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 0 - 87, 10 + 144, 15 + + + 4, 0, 4, 0 - 129, 75 + 216, 115 32 @@ -4037,10 +4418,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 6, 30 + 10, 46 + + + 4, 5, 4, 5 - 75, 22 + 124, 34 31 @@ -4064,10 +4448,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 6, 6 + 10, 9 + + + 4, 5, 4, 5 - 75, 22 + 124, 34 29 @@ -4094,10 +4481,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 6, 54 + 10, 83 + + + 4, 5, 4, 5 - 75, 22 + 124, 34 30 @@ -4121,13 +4511,16 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 3 - 4, 22 + 4, 29 + + + 4, 5, 4, 5 - 3, 3, 3, 3 + 4, 5, 4, 5 - 222, 88 + 376, 142 1 @@ -4204,10 +4597,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G - 121, 47 + 202, 72 + + + 4, 5, 4, 5 - 89, 36 + 149, 55 Zoom @@ -4231,10 +4627,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 0 - 94, 6 + 157, 9 + + + 4, 0, 4, 0 - 49, 15 + 82, 23 44 @@ -4258,10 +4657,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G True - 7, 5 + 11, 8 + + + 4, 5, 4, 5 - 81, 17 + 124, 24 43 @@ -4285,10 +4687,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 185, 17 + 309, 26 + + + 4, 0, 4, 0 - 35, 13 + 58, 20 42 @@ -4318,10 +4723,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 152, 17 + 253, 26 + + + 4, 0, 4, 0 - 23, 13 + 34, 20 41 @@ -4348,10 +4756,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 185, 31 + 309, 48 + + + 4, 0, 4, 0 - 35, 13 + 58, 20 40 @@ -4378,10 +4789,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 185, 3 + 309, 5 + + + 4, 0, 4, 0 - 35, 13 + 58, 20 39 @@ -4411,10 +4825,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 152, 31 + 253, 48 + + + 4, 0, 4, 0 - 27, 13 + 40, 20 38 @@ -4444,10 +4861,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 152, 3 + 253, 5 + + + 4, 0, 4, 0 - 24, 13 + 36, 20 37 @@ -4477,10 +4897,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 7, 65 + 11, 100 + + + 4, 5, 4, 5 - 107, 17 + 164, 24 36 @@ -4507,10 +4930,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 7, 47 + 11, 72 + + + 4, 5, 4, 5 - 108, 17 + 165, 24 35 @@ -4537,10 +4963,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 7, 24 + 11, 37 + + + 4, 5, 4, 5 - 69, 17 + 105, 24 33 @@ -4567,10 +4996,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G NoControl - 85, 24 + 142, 37 + + + 4, 5, 4, 5 - 61, 20 + 102, 31 32 @@ -4588,13 +5020,16 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 12 - 4, 22 + 4, 29 + + + 4, 5, 4, 5 - 3, 3, 3, 3 + 4, 5, 4, 5 - 222, 88 + 376, 142 2 @@ -4618,10 +5053,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Fill - 3, 3 + 4, 5 + + + 4, 5, 4, 5 - 230, 114 + 385, 175 24 @@ -4642,7 +5080,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Fill - 298, 0 + 725, 0 0, 0, 0, 0 @@ -4651,7 +5089,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 4 - 236, 407 + 393, 630 19 @@ -4669,7 +5107,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G 0 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="gB_Jogging" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tLPRechtsUntenRechtsMitte" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutPanel2" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tabControl1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,120,Absolute,75,AutoSize,0,Absolute,100" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="gB_Jogging" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tLPRechtsUntenRechtsMitte" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutPanel2" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tabControl1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,185,Absolute,115,AutoSize,0,Absolute,154" /></TableLayoutSettings> True @@ -4687,16 +5125,16 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Undo last action - 233, 6 + 343, 6 - 236, 22 + 346, 32 Reload File @@ -4705,7 +5143,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Reload last loaded file - 236, 22 + 346, 32 Reload File 2 @@ -4714,7 +5152,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Paste from Clipboard @@ -4723,25 +5161,25 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Process data from clipboard, like SVG, DXF, TXT (SVG or GCode) or image - 236, 22 + 346, 32 Clear workspace - 233, 6 + 343, 6 - 236, 22 + 346, 32 Reset Zooming - 233, 6 + 343, 6 - 236, 22 + 346, 32 Move to marked position G0 @@ -4750,7 +5188,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Move tool to marked position - 236, 22 + 346, 32 Zero XY at marked position G10 L20 @@ -4762,7 +5200,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Offset graphics by Marker Position @@ -4771,7 +5209,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Mark code (no delete) @@ -4783,10 +5221,10 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 233, 6 + 343, 6 - 236, 22 + 346, 32 Mark first point of selected path @@ -4798,7 +5236,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Properties of selected path @@ -4810,7 +5248,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Duplicate selected path @@ -4822,7 +5260,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Delete selected path @@ -4834,7 +5272,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Crop selected path (cut out) @@ -4846,7 +5284,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Apply offset to GCode @@ -4858,7 +5296,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Reverse selected path @@ -4870,7 +5308,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G False - 236, 22 + 346, 32 Rotate selected path @@ -4879,10 +5317,10 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Rotate start node of selected path to click position- only possible after import of graphic - 233, 6 + 343, 6 - 236, 22 + 346, 32 Set G-Code as Background @@ -4891,13 +5329,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Copy selected path to background - 236, 22 + 346, 32 Clear Background - 236, 22 + 346, 32 Copy content to Clipboard @@ -4906,7 +5344,7 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Copy 2D-View image to clipboard - 237, 496 + 347, 706 cmsPictureBox @@ -4924,10 +5362,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G - 3, 3 + 4, 5 + + + 4, 5, 4, 5 - 286, 347 + 709, 536 18 @@ -4948,10 +5389,13 @@ to how much it lost (this is the problem with steppers in general). Otherwise, G Fill - 3, 356 + 4, 551 + + + 4, 5, 4, 5 - 286, 20 + 709, 26 0 @@ -4980,10 +5424,13 @@ for SVG files True - 3, 380 + 4, 588 + + + 4, 5, 4, 5 - 180, 17 + 279, 24 19 @@ -5011,13 +5458,16 @@ Changing import settings after the first import can lead to undesired effects.Fill - 3, 3 + 4, 5 + + + 4, 5, 4, 5 3 - 292, 401 + 717, 620 20 @@ -5035,13 +5485,13 @@ Changing import settings after the first import can lead to undesired effects.1 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="pictureBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tBURL" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="CbAddGraphic" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Percent,100,Absolute,24,Absolute,24" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="pictureBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tBURL" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="CbAddGraphic" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Percent,100,Absolute,37,Absolute,37" /></TableLayoutSettings> Fill - 0, 182 + 0, 280 0, 0, 0, 0 @@ -5050,7 +5500,7 @@ Changing import settings after the first import can lead to undesired effects.1 - 534, 407 + 1118, 630 12 @@ -5089,13 +5539,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 3, 1 + 4, 2 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 0 @@ -5125,13 +5575,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 3, 38 + 4, 59 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 1 @@ -5161,13 +5611,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 3, 75 + 4, 116 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 2 @@ -5194,13 +5644,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 3, 112 + 4, 173 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 36 + 43, 53 3 @@ -5227,13 +5677,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 16, 1 + 55, 2 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 4 @@ -5260,13 +5710,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 16, 38 + 55, 59 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 5 @@ -5293,13 +5743,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 16, 75 + 55, 116 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 6 @@ -5326,13 +5776,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 16, 112 + 55, 173 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 36 + 43, 53 7 @@ -5359,13 +5809,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 29, 1 + 106, 2 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 8 @@ -5392,13 +5842,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 29, 38 + 106, 59 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 9 @@ -5425,13 +5875,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 29, 75 + 106, 116 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 43, 53 10 @@ -5458,13 +5908,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 29, 112 + 106, 173 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 36 + 43, 53 11 @@ -5491,13 +5941,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 42, 1 + 157, 2 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 44, 53 12 @@ -5524,13 +5974,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 42, 38 + 157, 59 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 44, 53 13 @@ -5557,13 +6007,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 42, 75 + 157, 116 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 35 + 44, 53 14 @@ -5590,13 +6040,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 42, 112 + 157, 173 - 3, 1, 3, 1 + 4, 2, 4, 2 - 7, 36 + 44, 53 15 @@ -5620,16 +6070,16 @@ Changing import settings after the first import can lead to undesired effects.Fill - 3, 1 + 4, 2 - 3, 1, 3, 1 + 4, 2, 4, 2 4 - 52, 149 + 205, 228 0 @@ -5656,10 +6106,13 @@ Changing import settings after the first import can lead to undesired effects.Fill - 61, 3 + 217, 5 + + + 4, 5, 4, 5 - 52, 145 + 206, 222 1 @@ -5680,13 +6133,16 @@ Changing import settings after the first import can lead to undesired effects.Fill - 3, 16 + 4, 24 + + + 4, 5, 4, 5 1 - 116, 151 + 427, 232 1 @@ -5710,10 +6166,16 @@ Changing import settings after the first import can lead to undesired effects.Fill - 403, 3 + 671, 5 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 122, 170 + 435, 261 14 @@ -5740,13 +6202,16 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 230, 78 + 383, 120 + + + 4, 0, 4, 0 No - 23, 20 + 38, 31 24 @@ -5773,10 +6238,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 335, 78 + 558, 120 + + + 4, 5, 4, 5 - 55, 23 + 91, 35 21 @@ -5806,13 +6274,16 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 263, 96 + 438, 148 + + + 4, 0, 4, 0 No - 72, 14 + 120, 22 22 @@ -5842,13 +6313,16 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 251, 78 + 418, 120 + + + 4, 0, 4, 0 No - 86, 20 + 143, 31 23 @@ -5878,13 +6352,16 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 230, 46 + 383, 71 + + + 4, 0, 4, 0 No - 23, 20 + 38, 31 20 @@ -5911,10 +6388,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 335, 46 + 558, 71 + + + 4, 5, 4, 5 - 55, 23 + 91, 35 17 @@ -5944,13 +6424,16 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 263, 64 + 438, 98 + + + 4, 0, 4, 0 No - 72, 14 + 120, 22 18 @@ -5980,13 +6463,16 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 251, 46 + 418, 71 + + + 4, 0, 4, 0 No - 86, 20 + 143, 31 19 @@ -6016,10 +6502,13 @@ Changing import settings after the first import can lead to undesired effects.NoControl - 188, 0 + 313, 0 + + + 4, 0, 4, 0 - 27, 13 + 40, 20 16 @@ -6051,13 +6540,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 1, 118 + 2, 182 + + + 4, 0, 4, 0 No - 62, 20 + 103, 31 11 @@ -6087,13 +6579,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 1, 110 + 2, 169 + + + 4, 0, 4, 0 No - 23, 20 + 38, 31 15 @@ -6120,10 +6615,13 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 106, 110 + 177, 169 + + + 4, 5, 4, 5 - 55, 23 + 91, 35 12 @@ -6153,13 +6651,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 34, 128 + 57, 197 + + + 4, 0, 4, 0 No - 72, 14 + 120, 22 13 @@ -6189,13 +6690,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 22, 110 + 37, 169 + + + 4, 0, 4, 0 No - 86, 20 + 143, 31 14 @@ -6222,10 +6726,13 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 106, 111 + 177, 171 + + + 4, 5, 4, 5 - 122, 57 + 203, 88 0 @@ -6252,10 +6759,13 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 160, 62 + 267, 95 + + + 4, 5, 4, 5 - 68, 23 + 113, 35 5 @@ -6282,10 +6792,13 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 160, 28 + 267, 43 + + + 4, 5, 4, 5 - 68, 23 + 113, 35 4 @@ -6315,13 +6828,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 1, 78 + 2, 120 + + + 4, 0, 4, 0 No - 23, 20 + 38, 31 10 @@ -6348,10 +6864,13 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 106, 78 + 177, 120 + + + 4, 5, 4, 5 - 55, 23 + 91, 35 3 @@ -6381,13 +6900,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 1, 46 + 2, 71 + + + 4, 0, 4, 0 No - 23, 20 + 38, 31 9 @@ -6414,10 +6936,13 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 106, 46 + 177, 71 + + + 4, 5, 4, 5 - 55, 23 + 91, 35 2 @@ -6447,13 +6972,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 1, 14 + 2, 22 + + + 4, 0, 4, 0 No - 23, 20 + 38, 31 8 @@ -6480,10 +7008,13 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 106, 13 + 177, 20 + + + 4, 5, 4, 5 - 55, 23 + 91, 35 1 @@ -6513,10 +7044,13 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 3, 138 + 4, 212 + + + 4, 0, 4, 0 - 105, 20 + 176, 31 7 @@ -6546,13 +7080,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 34, 32 + 57, 49 + + + 4, 0, 4, 0 No - 72, 12 + 120, 18 1 @@ -6582,13 +7119,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 34, 64 + 57, 98 + + + 4, 0, 4, 0 No - 72, 14 + 120, 22 2 @@ -6618,13 +7158,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 34, 96 + 57, 148 + + + 4, 0, 4, 0 No - 72, 14 + 120, 22 3 @@ -6654,13 +7197,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 22, 78 + 37, 120 + + + 4, 0, 4, 0 No - 86, 20 + 143, 31 6 @@ -6690,13 +7236,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 22, 14 + 37, 22 + + + 4, 0, 4, 0 No - 86, 20 + 143, 31 4 @@ -6726,13 +7275,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming NoControl - 22, 46 + 37, 71 + + + 4, 0, 4, 0 No - 86, 20 + 143, 31 5 @@ -6756,10 +7308,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming 29 - 3, 3 + 4, 5 + + + 4, 5, 4, 5 + + + 4, 5, 4, 5 - 394, 170 + 657, 261 11 @@ -6783,13 +7341,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming Fill - 3, 3 + 4, 5 + + + 4, 5, 4, 5 1 - 528, 176 + 1110, 270 13 @@ -6807,7 +7368,7 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming 1 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="groupBoxCoordinates" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Absolute,400,Percent,100" /><Rows Styles="Absolute,176" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="groupBoxCoordinates" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Absolute,667,Percent,100" /><Rows Styles="Absolute,271" /></TableLayoutSettings> Fill @@ -6815,11 +7376,14 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming 0, 0 + + 4, 5, 4, 5 + 2 - 534, 589 + 1118, 910 21 @@ -6837,7 +7401,7 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming 0 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tLPRechtsUnten" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tLPRechtsOben" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,182,Absolute,248" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tLPRechtsUnten" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tLPRechtsOben" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,280,Absolute,382" /></TableLayoutSettings> splitContainer1.Panel2 @@ -6855,11 +7419,14 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming 400 - 880, 591 + 1467, 912 340 + + 7 + 17 @@ -6879,7 +7446,7 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming 17, 17 - 204, 22 + 309, 34 &Open File @@ -6888,16 +7455,16 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming Open G-Code or SVG file - 204, 22 + 309, 34 Open Recent File - 201, 6 + 306, 6 - 204, 22 + 309, 34 &Save G-Code @@ -6906,19 +7473,19 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming Save displayed G-Code to a file - 201, 6 + 306, 6 - 204, 22 + 309, 34 Setup - 201, 6 + 306, 6 - 204, 22 + 309, 34 &Export Machine Settings @@ -6927,7 +7494,7 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming Export GUI-Settings (Button definitions, Joystick parameters) to an INI-file - 204, 22 + 309, 34 &Import Machine Settings @@ -6936,7 +7503,7 @@ Add 'G54;' to G-Code header to switch back automatically to G54 before streaming Import GUI-Settings (Button definitions, Joystick parameters) from an INI-file - 128, 22 + 194, 34 English @@ -6952,7 +7519,7 @@ Inglês 英语 - 128, 22 + 194, 34 Deutsch @@ -6969,7 +7536,7 @@ alemão - 128, 22 + 194, 34 Pусский @@ -6986,7 +7553,7 @@ russo - 128, 22 + 194, 34 Español @@ -7003,7 +7570,7 @@ espanhol - 128, 22 + 194, 34 Português @@ -7020,7 +7587,7 @@ Português - 128, 22 + 194, 34 Francés @@ -7036,7 +7603,7 @@ francês 法文 - 128, 22 + 194, 34 Italiano @@ -7051,7 +7618,7 @@ italština イタリアの - 128, 22 + 194, 34 Polski @@ -7068,7 +7635,7 @@ Polonês Polski - 128, 22 + 194, 34 čeština @@ -7085,7 +7652,7 @@ Tcheco التشيكية - 128, 22 + 194, 34 Türkçe @@ -7103,7 +7670,7 @@ Turco 土耳其 - 128, 22 + 194, 34 中国 @@ -7119,7 +7686,7 @@ chinês 中文 - 128, 22 + 194, 34 العربية @@ -7135,7 +7702,7 @@ arabe 阿拉伯 - 128, 22 + 194, 34 日本の @@ -7151,7 +7718,7 @@ japonês 日本 - 204, 22 + 309, 34 Language @@ -7170,19 +7737,19 @@ Dil 言語 - 204, 22 + 309, 34 Exit - 37, 20 + 54, 30 &File - 187, 22 + 285, 34 Create &Text @@ -7191,19 +7758,19 @@ Dil Simple copywriting with Hershey fonts - 187, 22 + 285, 34 Create Barcode - 187, 22 + 285, 34 Convert &Image - 187, 22 + 285, 34 Create Simple Sh&apes @@ -7212,19 +7779,19 @@ Dil Circle or rectangle, optionally with rounded corners, optionally as a bag - 187, 22 + 285, 34 Create Jog path - 187, 22 + 285, 34 Extensions - 108, 20 + 160, 30 G-Code &Creation @@ -7233,19 +7800,19 @@ Dil False - 232, 22 + 353, 34 Undo last action - 229, 6 + 350, 6 Alt+H - 232, 22 + 353, 34 Mirror X (&horizontal) @@ -7254,13 +7821,13 @@ Dil Alt+V - 232, 22 + 353, 34 Mirror Y (&vertical) - 232, 22 + 353, 34 Mirror Rotary axis @@ -7269,22 +7836,22 @@ Dil False - 229, 6 + 350, 6 - 232, 22 + 353, 34 Rotate +90° (ccw) - 232, 22 + 353, 34 Rotate -90° (cw) - 232, 22 + 353, 34 Rotate 180° @@ -7293,31 +7860,31 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 30 - 232, 22 + 353, 34 Rotate by ...° - 229, 6 + 350, 6 Segoe UI, 9pt - 100, 23 + 100, 31 100 - 232, 22 + 353, 34 Scale XY by ...% @@ -7326,13 +7893,13 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 50 - 232, 22 + 353, 34 Scale XY set X=... units @@ -7341,13 +7908,13 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 50 - 232, 22 + 353, 34 Scale XY set Y=... units @@ -7356,13 +7923,13 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 100 - 232, 22 + 353, 34 Scale X by ...% @@ -7374,13 +7941,13 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 50 - 232, 22 + 353, 34 Scale X set X=... units @@ -7392,13 +7959,13 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 100 - 232, 22 + 353, 34 Scale Y by ...% @@ -7410,13 +7977,13 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 50 - 232, 22 + 353, 34 Scale Y set Y=... units @@ -7425,19 +7992,19 @@ Dil G2 / G3 are not supported - 229, 6 + 350, 6 Segoe UI, 9pt - 100, 23 + 100, 31 20 - 232, 22 + 353, 34 Rotary diameter @@ -7449,13 +8016,13 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 90 - 232, 22 + 353, 34 Scale X to ...° (Rotary axis) @@ -7467,13 +8034,13 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 90 - 232, 22 + 353, 34 Scale Y to ...° (Rotary axis) @@ -7482,37 +8049,37 @@ Dil G2 / G3 are not supported - 229, 6 + 350, 6 Segoe UI, 9pt - 100, 23 + 100, 31 1 - 232, 22 + 353, 34 Radius compensation - 232, 22 + 353, 34 Replace G2/3 by lines - 232, 22 + 353, 34 Convert to polar coordinates - 232, 22 + 353, 34 Convert Z to S (spindle speed) @@ -7522,31 +8089,31 @@ Dil [Setup - Graphics import - G-Code modification] - 232, 22 + 353, 34 Remove any Z move - 116, 20 + 173, 30 G-Code T&ransform - 214, 22 + 323, 34 Probing / Tool length - 214, 22 + 323, 34 Surface scan / Height map - 214, 22 + 323, 34 Jog path creator @@ -7555,13 +8122,13 @@ Dil False - 75, 20 + 111, 30 &Workpiece - 195, 22 + 296, 34 Probing @@ -7570,7 +8137,7 @@ Dil False - 195, 22 + 296, 34 Surface scan @@ -7579,7 +8146,7 @@ Dil False - 195, 22 + 296, 34 Laser tools @@ -7588,7 +8155,7 @@ Dil Tool to find best laser settings - 195, 22 + 296, 34 Coordinate Systems @@ -7597,7 +8164,7 @@ Dil Check and control all grbl coordinates - 195, 22 + 296, 34 DIY control @@ -7606,7 +8173,7 @@ Dil Setup GUI and import parameters - 195, 22 + 296, 34 Show Camera @@ -7618,7 +8185,7 @@ Dil Segoe UI, 9pt - 100, 23 + 100, 31 0 @@ -7627,7 +8194,7 @@ Dil Marked line - 195, 22 + 296, 34 Start Streaming at line @@ -7639,7 +8206,7 @@ Dil False - 195, 22 + 296, 34 Control Streaming @@ -7648,7 +8215,7 @@ Dil Override Feed rate and Spindle speed - 195, 22 + 296, 34 Control 2nd GRBL @@ -7657,7 +8224,7 @@ Dil Opens a simple window to control a second GRBL controller - 195, 22 + 296, 34 Control 3rd serial COM @@ -7666,7 +8233,7 @@ Dil Opens a simple window to control a unit via a 3rd serial com - 195, 22 + 296, 34 Projector @@ -7675,43 +8242,43 @@ Dil Opens a new window to display machine-path on the workpiece via a projector above the work bench - 195, 22 + 296, 34 Grbl Setup - 195, 22 + 296, 34 Process automation - 106, 20 + 155, 30 &Machine control - 176, 22 + 265, 34 Ruler - 176, 22 + 265, 34 Info - 176, 22 + 265, 34 Pen-Up path - 176, 22 + 265, 34 Fixed Machine area @@ -7720,7 +8287,7 @@ Dil Limit and offset can be set via 'Setup' - 'Control' - 'Maschine area' - 176, 22 + 265, 34 Machine limits @@ -7729,13 +8296,13 @@ Dil Limit and offset can be set via 'Setup' - 'Control' - 'Maschine area' - 176, 22 + 265, 34 G-Code Dimension - 176, 22 + 265, 34 Tool table @@ -7744,25 +8311,25 @@ Dil Limit and offset can be set via 'Setup' - 'Tool change setup' - 'Tool table' - 176, 22 + 265, 34 Background - 44, 20 + 65, 30 View - 52, 20 + 78, 30 &About - 39, 20 + 58, 29 Log @@ -7771,7 +8338,7 @@ Dil False - 95, 20 + 144, 29 Forms to front @@ -7783,10 +8350,13 @@ Dil False - 2, 2 + 3, 3 + + + 10, 3, 0, 3 - 880, 24 + 1467, 36 0 @@ -7822,22 +8392,25 @@ Dil 223, 56 - 576, 17 + 869, 25 [ Load file via drag and drop to 2D-view or select 'Reload File' (right click on 2D-view) to open last used file. ] - 0, 17 + 0, 25 - 0, 17 + 0, 25 - 2, 617 + 3, 951 + + + 2, 0, 23, 0 - 880, 22 + 1467, 32 18 @@ -7867,16 +8440,22 @@ Dil True - 6, 13 + 144, 144 - 884, 641 + 1473, 986 + + + Microsoft Sans Serif, 8.25pt + + + 4, 5, 4, 5 - 800, 680 + 1319, 1016 - 2, 2, 2, 2 + 3, 3, 3, 3 CenterScreen diff --git a/GRBL-Plotter/Properties/app.manifest b/GRBL-Plotter/Properties/app.manifest index 15b256d7..a5b5afe9 100644 --- a/GRBL-Plotter/Properties/app.manifest +++ b/GRBL-Plotter/Properties/app.manifest @@ -4,17 +4,17 @@ - @@ -26,48 +26,48 @@ - - + - + - + - + - - - \ No newline at end of file