1

I am trying to slice a model that is half a mm less than max width, but not successful.

enter image description here

What am I missing? Is there some minimum value less than maximum allowed, or something?

Edit: after changing the width to 220 in machine settings, slicing works. This is a dangerous thing to do, as it could damage the printer.

Greenonline
  • 5,831
  • 7
  • 30
  • 60
Tomas By
  • 509
  • 4
  • 19
  • Did you try centering it on the build plate? – Rosalie W Jul 12 '19 at 22:46
  • That's the default is it not? – Tomas By Jul 12 '19 at 22:46
  • I would try right clicking on the model and centering it on the build plate. Maybe that will help. – Rosalie W Jul 12 '19 at 22:49
  • I just tried it and it made no difference. – Tomas By Jul 12 '19 at 22:49
  • Ok. Let me try some things in my version of Cura – Rosalie W Jul 12 '19 at 22:50
  • 1
    Concerning your "edit", this is not how you should tackle this problem; an in depth description is given in my answer below. Readers of this question should be aware of the danger this could bring, including destroying their machine. – 0scar Jul 13 '19 at 06:11
  • HI Tomas, I've striked out the info in the edit, as it seems a bit dangerous, as @0scar states. Also, If it is a solution,or rather your propsed solution, then it should be posted as a answer, so that it can be voted upon, else it breaks the Q&A format of Stack Exchange. If, however, it is part of the question, and you are asking why that makes it work, and what can be done about it, and why does it make it work, then (I guess) it *could* be left in place, *but with caveats included*, stating that this is a dangerous practice. I hope that you see what I mean :-) – Greenonline Jul 13 '19 at 08:18
  • The tolerances on the positioning of the build plate might add up to half a mm. There is just some bound where Cura says: "no, it's too dangerous." That bound is about half a mm. – Tim Kuipers Aug 08 '19 at 20:30

2 Answers2

4

Take a look at this post: https://community.ultimaker.com/topic/15588-cura-23-not-using-full-print-area/. As the raft/skirt/brim will fall outside of the build volume, Cura is not able to slice it. Look at the the answer by @ahouben. He suggests that if you want to use the maximum build volume :

  • adhesion type = brim

  • brim line count = 0

  • travel avoid distance = 0

  • horizontal expansion = 0

  • support horizontal expansion = 0 (if support is enabled)

  • draft shield disabled

  • ooze shield disabled

  • infill wipe distance = 0

Note that in most cases brim with brim line count=0 will get you most of the way there

Try this and see if it makes a difference.

Rosalie W
  • 433
  • 1
  • 4
  • 13
3

This answer already addresses that Ultimaker Cura "eats up" platform space for e.g. skirt, brim, raft, dual extruder, deposition of priming blob, prime towers, etc. Disabling those features will reclaim platform space so you can print larger prints. However, that will only work when your printer is correctly configured! E.g. the center of the bed needs to be the center of the center in the slicer which needs to have the specific sizes of the bed dimensions. Note that increasing the bed size past the actual dimensions is not considered to be a nice solution, it is an easy work-around that gives you extra space in X+ and Y+, i.e. it does not center this newly created space, furthermore, this can destroy your printer is there is tight space left on those axes! Let's illustrate that with an example, if you have a 200x200 mm build plate and want to slice something of size 200x200 mm, this should be centered around (100, 100), if you change the bed size to 220x220 mm, Ultimaker Cura will center the print around (110, 110) which means that the print maximum coordinates are 210 mm; this is outside the bed area and potentially can destroy your printer!

What you should check is if the physical center of your bed actually is the center as defined by the firmware of the printer (surprisingly, many of the cheaper printer have this incorrectly configured). The answers on question "How to center my prints on the build platform?" (Re-calibrate homing offset) describe how you could do that.

0scar
  • 32,029
  • 10
  • 59
  • 135