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.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...