Jump to content

Project planner crushes my prints


phut

Recommended Posts

Posted · Project planner crushes my prints

I was using project planner in 12.08,

I am printing two objects at the same time next to each other.

It seems that there is an issue and it's putting a zero height move command at the end of the print, which therefore tries to (or also successfully) pushes the print into the hot end and crushes my print.

I've check the G-code and found the offending line of code, it's not in the usual end section, which appears to be normal. The offending section appears to be generated by the project planner.

Anyway, I've resorted to just commenting out the offending line of code, but obviously it shouldn't be doing this and should be checked out before it destroys anybody else's prints.

  • Link to post
    Share on other sites

    Posted · Project planner crushes my prints

    Odd, I'm not seeing this.

    The extra code inserted is:

     

    ;TYPE:CUSTOM;Move to next object on the platform. clear_z is the minimal z height we need to make sure we do not hit any objects.G92 E0G91                                    ;relative positioningG1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z+0.5 E-5 F9000           ;move Z up a bit and retract filament even moreG90                                    ;absolute positioningG1 Z11 F180G92 E0G1 X102.5 Y122.185 F9000G1 F200 E5G92 E0

    With the G1 Z11 having a Zxxx depending on the already printed object heights. Maybe something goes wrong in that height calculation, which STL files did you try to project plan?

  • Link to post
    Share on other sites

    Posted · Project planner crushes my prints

     

    ;TYPE:CUSTOMG1 Z0.000000 F900.000000;End GCodeM104 S0                     ;extruder heater offM140 S0                     ;heated bed heater off (if you have it)G91                                    ;relative positioningG1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even moreG28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the wayM84                         ;steppers offG90                         ;absolute positioning

     

    Mine reads this at the end.

    I believe the G1 Z0 etc. is the line that causes the issue here?

    If I take the generated STL and slice it in the normal window instead it has this:

     

    ;TYPE:CUSTOM;End GCodeM104 S0                     ;extruder heater offM140 S0                     ;heated bed heater off (if you have it)G91                                    ;relative positioningG1 F300 E-1G1 X-20.0 Y-20.0 Z0.5 F9000 E-5G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the wayM84                         ;steppers offG90                         ;absolute positioning

     

    Which I believe is normal.

  • Link to post
    Share on other sites

    Posted · Project planner crushes my prints

    The G1 Zxxx is added at the end to make sure the nozzle if above all other prints, but it's odd that it is using zero as value...

    I'm seeing:

     

    ;TYPE:CUSTOMG1 Z11.000000 F180.000000;End GCodeM104 S0                     ;extruder heater offM140 S0                     ;heated bed heater off (if you have it)G91                                    ;relative positioningG1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even moreG28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the wayM84                         ;steppers offG90                         ;absolute positioningM81 ;Turn off power supply

     

  • 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...