Prusa-Bear with Duet 2 Wifi Problems
-
Hi! I have two Prusa, both converted to bearframes and also duet 2 wifi installed.
Since i installed duet it has been a struggle to get even "Good enough" prints.
I am so close to test if they can fly from the balcony and purchase a Bambulabs (It hurts to say it) right now.
I have the same specs on both machines so the config.g and start Gcode are almost the same.
I would be more than grateful if someone with knowledge could take a quick look and see if there is something obvious that i am missing before i loose my mind over thisHere is the Start gcode:
https://pastebin.com/Ye054vRnHere is the config.g
https://pastebin.com/anm9KQyC -
@Gubbfittan when you say you are struggling to get ‘good enough’ prints, what exactly is the problem you are seeing? You don’t say! Also, please send M115 in the console of DWC to show what version of RRF you are using, and post the response.
Your extruder appears to have a low step rate, M92 E146.1, which might impact quality. Jerk is quite high for X and Y, while acceleration is quite low. Motor current is quite low, 700mA for all axes, but this might be because of the motors.
The only actual error I can see is this line:
M556 S100 X0,053 ; Kalibrering Califlower
Use decimal points, not commas, for decimal numbers.
Your start.g looks sensible. What program are you using for slicing? Post the first 100 or so lines of a Gcode file that exhibits problems.
Ian