Changes for page Макрос для формирования карты высот
Last modified by writer on 2025/07/15 19:27
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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()