archimede
archimede
Hi Nico here are the files in pdf-format [printer.rapmanjs.h.pdf](https://github.com/Traumflug/Teacup_Firmware/files/4351082/printer.rapmanjs.h.pdf) [board.js1.h.pdf](https://github.com/Traumflug/Teacup_Firmware/files/4351083/board.js1.h.pdf) I noted also that if I not was defining the Y_MIN value, the printer moved the Y-axis even if I...
There it comes... after Reset x_min:open y_max:open z_min:open ok  and the same after G28... x_min:open y_max:open z_min:open ok  Saluti Joerg
Hi I don´t think it´s the configtool. looking after X_Max in all files (about 47 including the ones in the config directory), I see that the settings seemed correct. For...
Good morning I tried G28 Y -> same as before.... Here the files with .txt added [board.js1.h.txt](https://github.com/Traumflug/Teacup_Firmware/files/4362571/board.js1.h.txt) [printer.rapmanjs.h.txt](https://github.com/Traumflug/Teacup_Firmware/files/4362572/printer.rapmanjs.h.txt) Sorry for the pdf´s, but I am not very familiar with GitHub.......
I did the same modification and it works. Thanks, but I had also a look to all the files and found other calculations with constants like 1000, so I think...
Hi Nico I thougth that Y_MAX is floating.... (defined 200.0) and I hope that in the delay.c file this does not cause any problems -> delay_us(delay * 1000 - 2);...