|
@@ -275,7 +275,10 @@ But my script below should work for all variants I have seen up to now.
|
275
|
275
|
|
276
|
276
|
<pre class="sh_python">
|
277
|
277
|
<!--%
|
278
|
|
-include_url("https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/tools/convert_lasergrbl.py")
|
|
278
|
+include_url(
|
|
279
|
+ "https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/tools/convert_lasergrbl.py",
|
|
280
|
+ "https://codeberg.org/xythobuz/gcode-tools/raw/branch/master/tools/convert_lasergrbl.py"
|
|
281
|
+)
|
279
|
282
|
%-->
|
280
|
283
|
</pre>
|
281
|
284
|
|
|
@@ -338,7 +341,10 @@ I copy this file to the SD card, start it, and just abort it when I'm done with
|
338
|
341
|
|
339
|
342
|
<pre class="sh_python">
|
340
|
343
|
<!--%
|
341
|
|
-include_url("https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/tools/outline_gcode.py")
|
|
344
|
+include_url(
|
|
345
|
+ "https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/tools/outline_gcode.py",
|
|
346
|
+ "https://codeberg.org/xythobuz/gcode-tools/raw/branch/master/tools/outline_gcode.py"
|
|
347
|
+)
|
342
|
348
|
%-->
|
343
|
349
|
</pre>
|
344
|
350
|
|
|
@@ -349,7 +355,10 @@ It's drawing a grid for reference on the base plate of the machine, including nu
|
349
|
355
|
|
350
|
356
|
<pre class="sh_python">
|
351
|
357
|
<!--%
|
352
|
|
-include_url("https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/generators/grid_gcode.py")
|
|
358
|
+include_url(
|
|
359
|
+ "https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/generators/grid_gcode.py",
|
|
360
|
+ "https://codeberg.org/xythobuz/gcode-tools/raw/branch/master/generators/grid_gcode.py"
|
|
361
|
+)
|
353
|
362
|
%-->
|
354
|
363
|
</pre>
|
355
|
364
|
|
|
@@ -375,7 +384,10 @@ As I grew tired of removing, flashing and re-inserting of the SD card, I decided
|
375
|
384
|
|
376
|
385
|
<pre class="sh_python">
|
377
|
386
|
<!--%
|
378
|
|
-include_url("https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/tools/send_gcode.py")
|
|
387
|
+include_url(
|
|
388
|
+ "https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/tools/send_gcode.py",
|
|
389
|
+ "https://codeberg.org/xythobuz/gcode-tools/raw/branch/master/tools/send_gcode.py"
|
|
390
|
+)
|
379
|
391
|
%-->
|
380
|
392
|
</pre>
|
381
|
393
|
|
|
@@ -390,7 +402,10 @@ I then made another Python script go generate G-Code for a cutting test, varying
|
390
|
402
|
|
391
|
403
|
<pre class="sh_python">
|
392
|
404
|
<!--%
|
393
|
|
-include_url("https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/generators/cut_test_gcode.py")
|
|
405
|
+include_url(
|
|
406
|
+ "https://git.xythobuz.de/thomas/gcode-tools/raw/branch/master/generators/cut_test_gcode.py",
|
|
407
|
+ "https://codeberg.org/xythobuz/gcode-tools/raw/branch/master/generators/cut_test_gcode.py"
|
|
408
|
+)
|
394
|
409
|
%-->
|
395
|
410
|
</pre>
|
396
|
411
|
|