1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 23:06:43 +02:00

mirror it

This commit is contained in:
Justin Lin
2019-09-18 14:48:33 +08:00
parent cf1d60045f
commit 25366f54e6

View File

@@ -18,7 +18,7 @@ module qr_coder() {
rotate([0, 180, 0])
translate([0, 0, -qr_thickness - head_size])
linear_extrude(qr_thickness)
qrcode(t, head_size * 0.9, encoding, min_error_correction_level, mask, center = true);
mirror([1, 0, 0]) qrcode(t, head_size * 0.9, encoding, min_error_correction_level, mask, center = true);
cube_character(head_size);
}