yellowshark 153
If I am reading you correctly then I think telling Cura to print a skirt is your answer. It is configurable so you can make it as long as you want to. The setting is located in the Build Plate Adhesion group.
If I am reading you correctly then I think telling Cura to print a skirt is your answer. It is configurable so you can make it as long as you want to. The setting is located in the Build Plate Adhesion group.
Thanks, it sounds good!
Recommended Posts
Craos 0
This is not answer to my question, but it's workaround, which can help to somebody. There are 2 lines at beginning of the generated GCODE, which have "intro_line" remark attached. In case these lines are replaced with this code:
M83 ; relative extrusion mode G1 Z0.250 F7200.000 G1 X50.0 E80.0 F1000.0 G1 X160.0 E20.0 F1000.0 G1 Z0.200 F7200.000 G1 X220.0 E13 F1000.0 G1 X240.0 E0 F1000.0 G1 E-4 F1000.0 M82 ; absolute extrusion mode
it works fine.
Link to post
Share on other sites