Ben3D I would like to add autobed leveling to my Zonestar P802M (prussa i3 clone). But what i was wondering if i replace my endstop by the probe how can i iniatialy home my system?If i home X then Y and the Z the probe will nog be triggered.It should home the Z when posioned above the bed (let`s say center)thx for the info!!
MartinH you can use the probe as te Zmin endstop,In config toolunder mechanicsUse 'homing order' Z up X Y preheat Zset location for 'XY Homing pos. for Z' (set to centre of bed)Keep zmin endstop as normally open or closed depends on type of probeZ min pin= z min endstopThen in featurestick enable Z probingAssign Z-probe pin as Zmin pinsetup your probe offsets and probe pointsand test
Ben3D Thx, i managed to find that i need the DEV version.Now i have the issue that is does not fit on my melzi board.I need to reduce the size of the firmware, i do not need the SD card support. But how do i remove it from the compiles code?
Repetier Uncheck "Enable sd support. Gets overwritten by ui-controller or board settings.". If you have also LCD you might need to edit in DisplayList the variable setting it on. SD Card is a bit tricky as it can be enabled at different places as side effect.
Ben3D MartinH said: Allso unselect all unused languages to save memoryBut how to do this in the arduino code? do you have an example?thx
Repetier Normally you use our config tool and uncheck the languages you do not need and recompile. Manually edit configuration.h near end you can set languages included.