kyrreaa

Results 75 comments of kyrreaa

WInterrupts.c is part of the core arduino framework by the way, so a workaround or safeguard would be needed in motion...

I am using quite slow accelleration so it is possible that the move is split into multiple segments to handle the accelleration and the hig happens just as it runs...

Well... I thought I could bypass it by removing #define NO_SOFTWARE_AXIS_ENDSTOPS and letting the code check as normal. This did not work. I expect the issue has to do with...

I think I discovered the reason for the shift. Basically I had z home height set to 0 which disables any move avter homing, but I had tool change z...

The reproduction is very dependant on machine accelleration I think. I made my script like this: ` G30 P1 G91 G0 Z0.01 G92 G30 P0 G91 G0 Z0.01 G92 G30...

Very cool. I've been avoiding the bed map so far due to this and focusing on the tuning of the retracts etc. Later I will run direct extrusion but I...

I've just found it odd how we map from probe level to bed with probe. Makes the maps created by Repetier Host look odd and inverted. I would prefer a...

How about having a way to echo line numbers when they are done executing? That way host can display the actual printer position instead of displaying animation of what has...

Isn't there a big difference between echoing entire lines and just the line numbers?

Yes, or retracts, at high speed.