From 25c7207dd210e34156b4c1be40c09649ff150949 Mon Sep 17 00:00:00 2001 From: Jennifer Mankoff <jmankoff@cs.washington.edu> Date: Mon, 23 Jan 2023 09:25:00 -0800 Subject: [PATCH] Added compiled knit code --- slides/3dprinting.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/slides/3dprinting.html b/slides/3dprinting.html index a311439..3108acd 100644 --- a/slides/3dprinting.html +++ b/slides/3dprinting.html @@ -689,7 +689,36 @@ with Carrier as c1:{ knit_colored_stripe(c2); // will use c2 knit_stripe(); // starts using c1 again } + ``` + +--- +# Compiled Code + +```python +;!knitout-2 +;;Machine: SWG091N2 +;;Position: Center +inhook 1 ;Activating carrier 1 +;KS: Cast on 20loops +tuck - f19 1 ; tuck loops: [0 on yarn C1.1]. # happens 9 more times on odd needles +[...] +tuck - f1 1 ; tuck loops: [9 on yarn C1.1]. +releasehook 1 ; +tuck + f0 1 ; tuck loops: [10 on yarn C1.1]. # happens 9 more times on even needles +[...] +tuck + f18 1 ; tuck loops: [19 on yarn C1.1]. +knit - f19 1 ;knit loops: [20 on yarn C1.1]. # knits 20 loops (all needles) +[...] +knit - f0 1 ;knit loops: [39 on yarn C1.1]. +knit + f0 1 ;knit loops: [40 on yarn C1.1]. # knits 20 loops (all needles) +[...] +knit + f19 1 ;knit loops: [59 on yarn C1.1]. # continues to do more rows +[...] +inhook 2 ;Activating carrier 2 # changes carrier (color) +[...] +``` + --- # Knitting a stripe -- GitLab