Jump to content

切片软件增加了多余的回抽代码


dgpower

Recommended Posts

Posted (edited) · 切片软件增加了多余的回抽代码

最近我在使用最新cura 12.1软件,它在打印机结束代码前面会自动增加一段长距离的回抽。

 

1、这是我的打印机结束代码设置

M104 S0

M140 S0

G92 E0

G1 E-10 F2000

G28 X0 Y0

M84

 

2、然后我用cura切片,在结束代码的前面,它自动增加了四行代码

G1 F1500 E112.5943

M140 S0

M204 S500

M107

第1行代码导致料被大幅度回抽。
第4行代码M107已经不被marlin推荐使用

 

3、我尝试换别的模型,也存在同样的情况。

G1 F1500 E3768.34114
M140 S0
M204 S500

 

4、但奇怪的是,前两周我打印还是完全正常的。这让我十分困惑。。。

 

911051196_RF9K(K(NN5RGWRKO8@A.thumb.png.e8e1d6894149ce4a78a4ec4c6597608a.png911051196_RF9K(K(NN5RGWRKO8@A.thumb.png.e8e1d6894149ce4a78a4ec4c6597608a.png1289187155_3NT3YBJVLVQ1TO0VRF.jpg.1e1da9fd127e40fa649000cf5d7a60b4.jpg

1942494942_KSE@822NO6T6RBO9OLP.png.cbea246b2076b0c03188e0f8f16b5631.png

Edited by dgpower
  • Link to post
    Share on other sites

    Posted · 切片软件增加了多余的回抽代码

    The last E value before that line is E119.0943 and so that move to E112.5943 is your normal "Retract Distance" and doing a little math it is 6.5mm.  That is the normal situation when retraction is enabled in Absolute mode.  In your second example the E3768.34114 is probably "Retract Distance" less than the previous E value in that Gcode file.  Assuming that your retract distance was 6.5 for that file, that would make the previous E value 3774.84114.

     

    This is the Ending Gcode used by a lot of Creality printers.  It will work on your Anet.

    When Cura finishes calculating the Gcode it will add that final retraction...call it 6.5mm.  The code below will retract an additional 4mm and so at the end of a print the filament will be 10.5mm back from the nozzle.  That would need to be taken care of either by adding purge lines to the StartUp G-Code, or making sure a skirt/brim is long enough to "take up the slack".

     

    ;Ending Gcode

    G91 ;Relative positioning

    G1 E-2 F2700 ;Retract a bit

    G1 E-2 Z0.2 F2400 ;Retract and raise Z

    G1 X5 Y5 F3000 ;Wipe out

    G1 Z10 ;Raise Z more

    G90 ;Absolute positioning

    G1 X0 Y{machine_depth} ;Present print

    M106 S0 ;Turn-off fan

    M104 S0 ;Turn-off hotend

    M140 S0 ;Turn-off bed

    M220 S100 ;reset feedrate

    M221 S100 ;reset flowrate

    M84 X Y E ;Disable all steppers but Z

    ;End of the End Gcode

  • Link to post
    Share on other sites

    Posted · 切片软件增加了多余的回抽代码

    感谢您的回复。我想我已经找到原因了

     

    我用的3D Printer是Anet ET4X,我把存储卡重新格式化后,之前的打印结束后自动把料回抽超过200mm的问题就消失了

     

    估计这是机器固件的一个bug

     

    这台机器还有另外一个bug,如果非正常断电,再次打印时显示屏上会显示快速的完成打印,但打印机实际上没有任何的动作。也是通过格式化存储卡就可以解决问题。

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...