Skip to content

Commit 20cfd4a

Browse files
authored
Merge pull request #19 from ithinkido/BBC-GL
Update BBC-GL profile
2 parents 4ec59ab + 6ad9a06 commit 20cfd4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vpype_gcode/bundled_configs.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ layer_end = "</g>"
5858

5959
[gwrite.BBC-GL]
6060
document_start = ""
61-
layer_start = "F{index1:d}\n"
61+
layer_start = "F{layer_id:d}\n"
6262
segment_first = "C{x:.0f},{y:.0f};HK\n"
6363
segment = "C{x:.0f},{y:.0f};IK\n"
6464
document_end = "F0\n"
6565
scale_x = 10
6666
scale_y = 10
6767
unit = "mm"
68+
invert_y = "True"
69+
info = "Make sure your input layout matches the paper loaded \ni.e. landsacpe svg when landscape paper in the machine \n Pen numbers will be taken from layer numbers"
6870

6971
[gwrite.ninja]
7072
document_start = "G21\nG17\nG90\nG28\n"

0 commit comments

Comments
 (0)