printing issues with model
-
The unterminated string error is because you're missing the closing quote "
PID tuning might help with the banding actually. thermal expansion of the bed or heater flex could be part of it. Same for the hotend.
Is it a lead screw based axis?
-
yes its dual lead screw for y-axis and single lead screw for the x-axis. im using two motors for the y-axis and single motor for the x-axis. as for the bed heater, i haven't connected it so that's not working now. what do you mean by heater flex?
-
@1997alex
Why is H1 commented out? -
Basically bang-bang can make it move up and down a small amount.
-
@DIY-O-Sphere said in printing issues with model:
@1997alex
Why is H1 commented out?it's the bed, but not connected
-
@Phaedrux oh i see, so should i leave it as bang or change it to PID.
-
Well once you PID tune it and save the results it will use PID once those results are loaded again. So you don't have to change anything in config.g
M303 T0 S200
will tune the hotend associated with tool0Normally the bed is heater0 and tools come after.
-
@Phaedrux ok thanks ill give it try and see if that helps.
-
I tried auto tuning and it gives me an Error:M303: remote auto tuning not implemented
-
Ah yes you're using a tool board. Can't auto tune yet. If you can connect to the main board temporarily you can auto tune.
-
@1997alex said in printing issues with model:
800mmx800mm
thats a big printer. is it bowden or direct drive?
-
@Veti its direct drive and going to enclose it to keep the temp consistent.
-
We recently identified some issues in synchronizing moment over CAN that affect some prints, and fixed them in the RRF 3.3beta. As you are using a tool board, I suggest you try the beta.
-
@dc42 ok will give it try, thanks for the help.