Last modified by writer on 2025/07/15 19:27

From version 4.1
edited by writer
on 2024/07/11 12:09
Change comment: There is no comment for this version
To version 5.1
edited by writer
on 2025/07/15 19:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  You can generate a G-code with new coordinates, for example, in the G-Code Ripper program.
6 6  
7 -{{code}}
7 +{{code language="lua"}}
8 8  function m155()
9 9   local XWidth = 70
10 10   local YWidth = 50
... ... @@ -14,7 +14,7 @@
14 14   local StepY = 15
15 15   local Feed = 50
16 16   local TipHeight = 0
17 - local ProbeFilename = "C:\temp\probe.txt"
17 + local ProbeFilename = "C:\\temp\\probe.txt"
18 18  
19 19   PushCurrentDistanceMode()
20 20   PushCurrentMotionMode()