https://goo.gl/photos/PgnGhEWcTMeDt46E6
This was noticed just after a conversion from Rambo to Duet. So firstly I though of some firmware option that was beyond my EZ Struder. But then I sliced the same testcube with slic3r, and that just went fine. So now I am confused wheter to search for this problem in the firmware or in the KISS settings. When I started experimenting with KISS I load Michael's profiles I found here in the forums. So I deceded to reload them all, but it made no difference. So maybe it is some setting depending on both the slicer AND the firmware?
This is the piece out of my config.g about speeds and positioning:
Code: Select all
M201 X1000 Y1000 Z1000 E1000 ; Accelerations (mm/s^2) Set all E-motors the same
M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min) Set all E-motors the same
M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute. Set all E-motors the same
M92 X80 Y80 Z80 ; Set axis steps/mm
M92 E90.769:663:663:663:663 ; Set extruder steps per mm explicitly for all the extruders - 5 for Duet085+Dt4 test
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
Attached are the 2 gcode files I used. Maybe someone can think of some clarification? Thanks!