From 560a12ac86b48cceaecd6acc8894bc0afbdff977 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Thu, 16 Mar 2023 14:13:19 +0100 Subject: [PATCH] Fix 62e3322 --- src/template-with-reset.cc | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/template-with-reset.cc b/src/template-with-reset.cc index 0b9a4c0..bd9d972 100644 --- a/src/template-with-reset.cc +++ b/src/template-with-reset.cc @@ -43,11 +43,12 @@ int main() // feng 2018 //p.eta(0.1); // PES Porsche Cayenne - c.ctc(11.2531); // this is guess - c.w(1.983); - c.wb(2.895); - c.df(2.895 + 0.9); // this is guess - c.len(4.918); + //c.ctc(11.2531); // this is guess + //c.w(1.983); + //c.wb(2.895); + //c.df(2.895 + 0.9); // this is guess + //c.len(4.918); + c.become("porsche cayenne"); bool swapped = false; if (s.parallel() && !s.right()) { @@ -117,12 +118,13 @@ int main() // feng 2018 //p.eta(0.1); // PES Porsche Cayenne - p.bc().ctc(11.2531); // this is guess - p.bc().w(1.983); - p.bc().wb(2.895); - p.bc().df(2.895 + 0.9); // this is guess - p.bc().len(4.918); - p.eta(0.1); + //p.bc().ctc(11.2531); // this is guess + //p.bc().w(1.983); + //p.bc().wb(2.895); + //p.bc().df(2.895 + 0.9); // this is guess + //p.bc().len(4.918); + //p.eta(0.1); + c.become("porsche cayenne"); p.json(jvi); unsigned int icnt = 0; -- 2.39.2