mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 03:46:29 +02:00
Enlarge slop example image.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
// The correct hole should hold the plug when the long block is turned upside-down.
|
// The correct hole should hold the plug when the long block is turned upside-down.
|
||||||
// The number in front of that hole will indicate the `$slop` value that is ideal for your printer.
|
// The number in front of that hole will indicate the `$slop` value that is ideal for your printer.
|
||||||
// Remember to set that slop value in your scripts after you include the BOSL2 library: ie: `$slop = 0.15;`
|
// Remember to set that slop value in your scripts after you include the BOSL2 library: ie: `$slop = 0.15;`
|
||||||
// Example(3D): Slop Calibration Part.
|
// Example(3D,Med): Slop Calibration Part.
|
||||||
// min_slop = 0.00;
|
// min_slop = 0.00;
|
||||||
// slop_step = 0.05;
|
// slop_step = 0.05;
|
||||||
// holes = 8;
|
// holes = 8;
|
||||||
@@ -52,8 +52,7 @@
|
|||||||
// text=fmt_fixed(s,2),
|
// text=fmt_fixed(s,2),
|
||||||
// size=0.4*holesize.x,
|
// size=0.4*holesize.x,
|
||||||
// halign="center",
|
// halign="center",
|
||||||
// valign="center",
|
// valign="center"
|
||||||
// font="Helvetica"
|
|
||||||
// );
|
// );
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
@@ -84,7 +83,7 @@
|
|||||||
// color("#000") {
|
// color("#000") {
|
||||||
// arrow_path = [[5.1,6.1], [6.0,7.1], [8,7.1], [10.5,10]];
|
// arrow_path = [[5.1,6.1], [6.0,7.1], [8,7.1], [10.5,10]];
|
||||||
// xflip_copy()
|
// xflip_copy()
|
||||||
// stroke(arrow_path, width=0.3, endcap1="arrow2", endcap2="butt");
|
// stroke(arrow_path, width=0.3, endcap1="arrow2");
|
||||||
// xcopies(21) back(10.5) {
|
// xcopies(21) back(10.5) {
|
||||||
// back(1.8) text("$slop", size=1.5, halign="center");
|
// back(1.8) text("$slop", size=1.5, halign="center");
|
||||||
// text("gap", size=1.5, halign="center");
|
// text("gap", size=1.5, halign="center");
|
||||||
|
Reference in New Issue
Block a user