12

Cura does not seem let the full print area to be used. My printer is a Lulzbot Mini. The design illustrated below can be found here.

Tormod Haugene
  • 4,017
  • 3
  • 22
  • 40
QwertyChouskie
  • 317
  • 1
  • 3
  • 9

2 Answers2

13

Cura is likely factoring in your skirt. Change the skirt lines to 0 and you might be able to print (Expert -> Switch to full settings, then click the options button next to "platform adhesion type."). Cura also seems to have an in-built build size offset of about 2 mm. I can't seem to get rid of it in any way other than to change the build size.

0scar
  • 35,554
  • 12
  • 65
  • 151
K .
  • 279
  • 2
  • 5
  • The same happens in MakerWare with a skirt and/or raft – tbm0115 Feb 25 '16 at 04:33
  • Click the button next to the dropdown. You will find options for the skirt there. A skirt is not counted as a "platform adhesion type," apparently. – K . Feb 25 '16 at 23:10
  • 2
    Setting "Start distance (mm)" to 0 fixed it. Thanks! – QwertyChouskie Feb 25 '16 at 23:11
  • 1
    @Kevin: What do you mean by "in-built build size offset"? Does Cura change the size of a print? Or the position? – mhelvens Jun 12 '16 at 09:40
  • As in, Cura's *actual* computed print space is smaller than appears on the screen. Cura will change the color of objects that are larger than your print space and not slice them. – K . Jun 17 '16 at 11:32
  • Changing build size does enlarge the printer volume (but not the actual; it is shifted by half the enlargement in X and Y), but, note that this doesn't help for your printer unless you change the X and Y offsets to the end stops as well! You can simply redefine this with `G92` in a start-script for instance. – 0scar Apr 26 '22 at 06:51
2

If you set skirt setting to 'none', it will get you up to full bed area -1 mm at the edges, so, for example, 198x198 instead of 200x200.

You need to go to 'Travel' and set 'Travel avoid distance' to zero to get the full 200x200, or whatever, bed area.

Greenonline
  • 6,308
  • 8
  • 36
  • 65