Try disabling brim from the Basic tab under Platform adhesion type.
Thank you for pointing this out. It was already disabled I see, so that cannot be the problem.
Anybody else?
Try disabling brim from the Basic tab under Platform adhesion type.
Thank you for pointing this out. It was already disabled I see, so that cannot be the problem.
Anybody else?
Either do brim and 0 lines (I know it turns red but it works I think).
Or choose skirt (no adhesion) and set all 3 values to 0.
Try both of those things.
also be aware that the nozzle radius is .2mm so cura should print your part 209.6mm wide instead of 210 because the nozzle width is .4mm. So you should be able to print up to 210.39mm wide parts but Cura only lets you go up to 210.
Instead of subtracting 1.7 from the gcode you can do near the top of the file (after homing but before it starts printing):
G0 x0 y0
G92 x1.2 y1.2
This moves the test head to 0,0 and then tells the printer to count this as position (1.7,1.7).
Also most versions of Marlin have software endstops so you can disconnect the 3 unused endstop wires and then go here and build a version of Marlin that goes to 212mm software endstops and it might work.
http://marlinbuilder.robotfuzz.com/
Hi gr5
That are some great comments, thanks for helping out I will try this tomorrow!
Recommended Posts
IRobertI 521
Try disabling brim from the Basic tab under Platform adhesion type.
Link to post
Share on other sites