Jump to content

Plugin or upgrade Request - bad spots on Bed


Scotty-G

Recommended Posts

Posted · Plugin or upgrade Request - bad spots on Bed

Best to start with - I am not a programmer.

Am wondering if it is possible in a future upgrade or as a Plugin, have a method to overlay a graphic or photo of our print bed so we can identify areas of our print bed that have damage.

My print bed has a few damaged spots - PEI film has broken off or there are large air bubbles under the PEI film that cause local extrusion fails but the rest of the bed is usable. Most of my prints can fit on the print bed with proper placement and I want to avoid those bad spots. If there is an easier way to identify them automatically on the print bed, would make object placement easier. I know that there is a grid that I can count squares but that gets tedious and cross eyed. I replaced the bed recently,  printed with TPU and forgot to put down glue stick so I have a small broken area.

 

Anyone wanting to tackle this and make a plugin or consider for an upgrade?

 

Thank you

  • Link to post
    Share on other sites

    • 1 year later...
    Posted · Plugin or upgrade Request - bad spots on Bed

    Did you ever find a solution for this?

    I had one test print fuse with the bed and I tore out a 20x40 chunk out of it.

    I've been moving my models around in Cura to avoid the hole, but it'd be wonderful if I could designate that area as "off-limits." 

  • Link to post
    Share on other sites

    Posted · Plugin or upgrade Request - bad spots on Bed

    This is there. You may want to look for/add "nozzle_disallowed_areas" in your printer definition file.

    nozzle_disallowed_areas starts at center of the bed ([0,0]), defined by an rectangle  with x/y coordinates of 4 point's: [[x,y],[x,y],[x,y],[x,y]]

    Example:

            "nozzle_disallowed_areas": {
                "default_value":[
                    [
                        [10, 150], [10, -150], [-10, -150], [-10, 150]
                    ]
                ]
            },

    This will create a non printable area of 20x300 from front to back in the middle of the bed:

     

     

    nozzle_disallowed_areas.PNG

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