I made the mistake of hitting update to mattercontrol to 1.4.0..
now slicer seems offsets all prints off the top right of the bed.
Printer bed size is set correct at 280x280, circular and printer centre & extruder offset are botth at 0,0.
unfortunately i can't counteract the error by offsetting the printer centre, as it still tries to print well off the bed.
only happens with slic3r (which unfortunately is what all my settings are on)- matterslice is ok
picture of what it generates is attached and the start of the gcode for a 20x20 cube looks like this:
; generated by Slic3r 1.2.9 on 2015-10-18 at 16:51:28
; external perimeters extrusion width = 0.45mm
; perimeters extrusion width = 0.24mm
; infill extrusion width = 0.18mm
; solid infill extrusion width = 0.22mm
; top infill extrusion width = 0.18mm
; support material extrusion width = 0.18mm
M107
M104 S210
M190 S65
M109 S210
G28
G21 ; set units to millimeters
G90 ; use absolute coordinates
M82 ; use absolute distances for extrusion
G92 E0
G1 Z0.300 F12000.000
G1 E-4.00000 F3600.00000
G92 E0
G1 Z0.600 F12000.000
G1 X85.008 Y85.788 F12000.000
G1 Z0.300 F12000.000
G1 E4.02500 F3600.00000
G1 X86.758 Y84.330 E4.10044 F720.000
G1 X90.000 Y83.469 E4.21159
G1 X110.000 Y83.469 E4.87418
G1 X112.242 Y83.866 E4.94961
G1 X114.212 Y85.008 E5.02505 F720.000
G1 X115.670 Y86.758 E5.10049
G1 X116.531 Y90.000 E5.21164
G1 X116.531 Y110.000 E5.87423
G1 X116.134 Y112.242 E5.94967
G1 X114.992 Y114.212 E6.02510
G1 X113.242 Y115.670 E6.10054
G1 X110.000 Y116.531 E6.21169
G1 X90.000 Y116.531 E6.87428
G1 X87.758 Y116.134 E6.94972
G1 X85.788 Y114.992 E7.02516
G1 X84.330 Y113.242 E7.10060
G1 X83.469 Y110.000 E7.21174
G1 X83.469 Y90.000 E7.87433
G1 X83.866 Y87.758 E7.94977
G1 X84.978 Y85.840 E8.02322
G1 X85.247 Y85.930 F12000.000
G1 X85.271 Y85.889 E8.02480 F720
any ideas?
Slic3r started offsetting prints off the bed?
Slic3r started offsetting prints off the bed?
- Attachments
-
- slic3r render -print offset.pdf
- (67.56 KiB) Downloaded 241 times
-
- Printmaster!
- Posts: 616
- Joined: Wed Mar 18, 2015 1:11 am
Re: Slic3r started offsetting prints off the bed?
For the 1.2.X branch of Slic3r, they completely changed the way the bed is defined. It now defines a series of coordinates that draw line segments to build the bed periphery. The one it will generate for a 280mm diameter circle is as follows:
Unfortunately, it doesn't look like MatterControl will properly import a 1.2.X-formatted .ini file.
You could download a standalone copy of Slic3r, import your settings into it, correct the bed shape settings, and then use that copy of Slic3r to generate your gcode.
Code: Select all
bed_shape = 139.2331x14.634,136.9407x29.1076,133.1479x43.2624,127.8964x56.9431,121.2436x70,113.2624x82.2899,104.0403x93.6783,93.6783x104.0403,82.2899x113.2624,70x121.2436,56.9431x127.8964,43.2624x133.1479,29.1076x136.9407,14.634x139.2331,0x140,-14.634x139.2331,-29.1076x136.9407,-43.2624x133.1479,-56.9431x127.8964,-70x121.2436,-82.2899x113.2624,-93.6783x104.0403,-104.0403x93.6783,-113.2624x82.2899,-121.2436x70,-127.8964x56.9431,-133.1479x43.2624,-136.9407x29.1076,-139.2331x14.634,-140x0,-139.2331x-14.634,-136.9407x-29.1076,-133.1479x-43.2624,-127.8964x-56.9431,-121.2436x-70,-113.2624x-82.2899,-104.0403x-93.6783,-93.6783x-104.0403,-82.2899x-113.2624,-70x-121.2436,-56.9431x-127.8964,-43.2624x-133.1479,-29.1076x-136.9407,-14.634x-139.2331,0x-140,14.634x-139.2331,29.1076x-136.9407,43.2624x-133.1479,56.9431x-127.8964,70x-121.2436,82.2899x-113.2624,93.6783x-104.0403,104.0403x-93.6783,113.2624x-82.2899,121.2435x-70,127.8964x-56.9431,133.1479x-43.2624,136.9407x-29.1077,139.2331x-14.634,140x0
You could download a standalone copy of Slic3r, import your settings into it, correct the bed shape settings, and then use that copy of Slic3r to generate your gcode.
Re: Slic3r started offsetting prints off the bed?
thanks for that- ive logged the fault, so hopefully they sort it.
i guess i'm either reloading the previous version of mattercontrol or using matterslice in the meantime.
I have to say- its nice how fast matterslice is compared to slic3er...
i guess i'm either reloading the previous version of mattercontrol or using matterslice in the meantime.
I have to say- its nice how fast matterslice is compared to slic3er...