chiark / gitweb /
added a m400, that finished all moves,
authorBernhard Kubicek <kubicek@gmx.at>
Sun, 13 Nov 2011 18:58:09 +0000 (19:58 +0100)
committerBernhard Kubicek <kubicek@gmx.at>
Sun, 13 Nov 2011 18:58:09 +0000 (19:58 +0100)
commit9980ceb4a37ec1d2cae99b73ceae146ef7340e88
treecb04dca09d6e3fcbee5070ab80acb282a92274c1
parentff592b056ad492632a810e6c77a7d063b6ce05e3
added a m400, that finished all moves,
and the mechanism so that if an endstop is hit it the ISR, the steps_to_be_taken are stored, and some current_block data that will be deleted in the next move
If the normal loop() then finds such an event, the position is calculated (floats would have taken too long in the ISR) A serial message is generated.
Marlin/Marlin.h
Marlin/Marlin.pde
Marlin/stepper.cpp
Marlin/stepper.h