mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-09 17:54:00 +02:00
Sketch: Move 0,0 from +600 to +200 from real top left corner
This commit is contained in:
parent
4a64b1688e
commit
270209083e
1 changed files with 2 additions and 2 deletions
|
@ -394,14 +394,14 @@ void XYReset(){
|
|||
stepperY.step(-1);
|
||||
}
|
||||
stepperY.setSpeed(150);
|
||||
stepperY.step(600 * stepperY_factor);
|
||||
stepperY.step(200 * stepperY_factor);
|
||||
|
||||
stepperX.setSpeed(75);
|
||||
while (digitalRead(Xpojezd)==true){
|
||||
stepperX.step(-1);
|
||||
}
|
||||
stepperX.setSpeed(150);
|
||||
stepperX.step(600);
|
||||
stepperX.step(200);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue