Jump to content

Adding no print area to cura.


xile6

Recommended Posts

Posted · Adding no print area to cura.

So i have an ultimaker 2 extend and when load up it displays "No print areas". Basically where the bed clips are.

I build a printer for a friend and he has bed clips also.

Is there a way i can add this in cura software so he doesnt end up printing on a clip but can print the full bed?

  • Link to post
    Share on other sites

    Posted (edited) · Adding no print area to cura.

    Yes, this is possible, but not without editing files by hand.

    Go to Help -> Show Configuration folder. Inside the "definition_changes" folder, there should be a .inst.cfg file for your custom printer. In that file, you would add something like:

    machine_disallowed_areas = [
         [[-115,  112.5], [ -82,  112.5], [ -84,  102.5], [-115,  102.5]],
         [[ 115,  112.5], [ 115,  102.5], [ 110,  102.5], [ 108,  112.5]],
         [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
         [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]]
    
     

    These are 4 sets of 4 [x,y] coordinates, each describing a disallowed area.

    Edited by ahoeben
    • Like 1
    Link to post
    Share on other sites

    Posted · Adding no print area to cura.

    Sorry, I have amended the code above. The last ] should not be on a new line. Also make sure the first line does not have spaces in front of it; that's the forum "improving" my code.

  • Link to post
    Share on other sites

    • 2 years later...
    Posted · Adding no print area to cura.

    Hello, does someone perhaps know if it is possible to add the z coordinate as well? The clips are not infinite high, and it would be nice if the printer can print above the clips.

    Another question, is it possible to see this area in Cura? Because now it is only possible to see if the block will fit in the box and if it is yellow or not (no feedback why it is not yellow, but this is because of the clips).

     

    Thanks in advance!

  • Link to post
    Share on other sites

    Posted · Adding no print area to cura.
    41 minutes ago, tim_t said:

    does someone perhaps know if it is possible to add the z coordinate as well?

     

    I know that it is not possible to include a z coordinate with the unprintable areas.

  • Link to post
    Share on other sites

    Posted · Adding no print area to cura.

    Okay too bad, than I guess there is also no option to view the disallowed areas in Cura?

  • Link to post
    Share on other sites

    Posted · Adding no print area to cura.

     You need to reload Cura when you made changes. The display of disallowed areas are updated then with the new positions.

  • Link to post
    Share on other sites

    Posted · Adding no print area to cura.

    Okay thanks both for responding

  • Link to post
    Share on other sites

    Posted · Adding no print area to cura.
    On 12/10/2017 at 1:12 PM, ahoeben said:

     

    machine_disallowed_areas = [
         [[-115,  112.5], [ -82,  112.5], [ -84,  102.5], [-115,  102.5]],
         [[ 115,  112.5], [ 115,  102.5], [ 110,  102.5], [ 108,  112.5]],
         [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
         [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
    

     

    I think it changed a lot, for cura 5.1 it will not even load, would it be possible to know what is the "updated" instructions to do that in cura 5.1.

     

    thanks in advance

  • Link to post
    Share on other sites

    Posted · Adding no print area to cura.

    Looks like there was a missing ] at the end of my snippet. It should still work in Cura 5.1

  • Link to post
    Share on other sites

    Posted (edited) · Adding no print area to cura.

    I found a code that was for disaloed area in another printer and just copy pasted it, after modifications it looks like that

    "material_diameter": { "default_value": 1.75 },
    
    "machine_disallowed_areas": {
        "default_value": [
    	[[-50,  74], [ 24,  74], [  24,  69], [-50,  69]],
        [[ 10,  74], [ 84,  74], [ 84,  69], [ 10,  69]],
    	[[ -97.5,  -69], [ -38.5,  -69], [ -38.5,  -74], [ -97.5,  -74]],
    	[[ 25,  -69], [ 79,  -69], [ 79,  -74], [ 25,  -74]],
        [[-113, 20], [-74, 20], [ -74, -20], [ -113, -20]]
    ]},
    
    "machine_extruder_count": { "default_value": 2 },

     

    Edited by Will187
    gramar eror
  • Link to post
    Share on other sites

    Posted · Adding no print area to cura.

    Hey, here the result for me trying this solution.

    After adding this content to my .cfg file as described:

    machine_disallowed_areas = [
        [[-100,100],[100,100],[100,70],[-100,70]],
        [[-100,100],[-95,100],[-95,-100],[-100,-100]],
        [[-100,-90],[100,-90],[100,-100],[-100,-100]],
        [[100,-100],[95,-100],[95,100],[100,100]]
    ]

     

    I got the following result

    image.thumb.png.de13ba275070affca92c9a8927d3d304.png

     

    Hope this will help ;)

    • Heart 1
    Link to post
    Share on other sites

    Posted · Adding no print area to cura.

    Thanks for this thread.  I used it to override / remove the default No-print areas on Cura from initial set up.  

    I added the following to my printer's .inst.cfg file:

    machine_disallowed_areas = [
         [[ -117.5, -117.5 ], [ -117, -117.5 ], [ -117, -117 ], [ -117.5, -117 ]]]

    which added a very small no-print area at the very bottom left corner, and wiped the annoying default no-print areas.

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