Prusa mk3s with RepRap
-
I set up my mk3s with the reprap firmware, but Im a bit struggling with the sensorless homing and the setup of the super pinda... can sbdy of you other prusa users share your config files with me? That would be pretty awesome
-
look here
-
@Proschi78 Im having a duet 2 wifi, can I just take his config.g and paste it into mine, or is the gcode betweend the Duet 3 Mini different?
-
@printnoob the pin names are different so you'll need to change those
-
I am really struggling with it right now... The x-Axis homes on the right side, which isn good because the superpinda is then out of the printplate and doesnt stop the printhead... and when Im heating the print bed I get an error, which says that the temperature needs to rise 2.3 degrees per second but it only does 0.3 so its defect, how do i change that value of 2.3 degree?
Could somebody please give me his WHOLE mk3s config files? -
@printnoob And another problem I encountered, one of the Z motors isnt running smooth. When switching the pins on the mainboard, the other motor is the one stuttering, so its because of the board or the firmware
-
It's not really possible to just use someone else's config unless the printer is literally identical. You may be better off going through the config tool and getting a set of config files of your own to work with and going through the commissioning guide to help get it all setup.
https://configtool.reprapfirmware.org/Start
https://docs.duet3d.com/en/How_to_guides/Commissioning
You can still use the config files from others as examples.
The homing moves are controlled by the homex.g homeyg. homez.g and homeall.g macro files in combination with the M574 command in your config.g
You can find the documentation on stall detection and sensorless homing here: https://docs.duet3d.com/en/User_manual/Connecting_hardware/Sensors_stall_detection
The heater error means you haven't tuned the heater yet. You need to do this for the bed and hotend heater.
You can get info on heater tuning here: https://docs.duet3d.com/en/User_manual/Connecting_hardware/Heaters_tuning