Vladimir Sokolov

Results 27 comments of Vladimir Sokolov

> I have to wait for a spare part for my delta to assemble it again:-( And it has only 80 steps per mm, so not sure if it reproduces...

I have two news, bad and good. bad news: the problem with the bug has not gone away Good news: you can reproduce the error I set microstep 1/16 =...

I discovered the following. My printer has two extruders with different offsets. I made the printer autocalibrate. After that, I try to bring it home with the G28 team. The...

I make only two teams first G28 then G1 E100 I send all the codes from the host I will continue to experiment

I discovered new bugs in the calculations. I am testing printer movement with console output with the values ​​Printer :: currentPositionSteps [i] and fractionalSteps [i]. for (fast8_t i = 0;...

Hi, I seem to have solved the hang problem. I added an extra move after turning on auto-level. The code is as follows: printer.cpp ``` EVENT_BEFORE_Z_HOME;     homeZAxis ();     moveToReal (0,...

I found another bug. The error is related to the retract and the factor K and L The standard retract function does not work when you manually switch extruders. But...