MC1.5 Strange Object Location

Post Reply
2YRRAH
Plasticator
Posts: 14
Joined: Thu Dec 03, 2015 4:08 pm

MC1.5 Strange Object Location

Post by 2YRRAH »

I just installed MatterControl 1.5, loaded a small test object and immediately ran into some strange behaviour. The object was correctly placed at 0,0 on a circular bed but after slicing it was moved off the edge of the bed. As well, in 2D Layer View the sliced object was placed far from the center and on a rectangular bed.

This leads me to believe that MatterControl placed the object at 0,0 on a circular coordinate system but then after slicing placed it at 0,0 on an incorrect rectangular coordinate system.

Here are some screen shots...
Pic1.jpg
Pic 2.jpg
Pic 3.jpg
I won't try to print this because it may run the head into one of the towers.
IMBoring25
Printmaster!
Posts: 616
Joined: Wed Mar 18, 2015 1:11 am

Re: MC1.5 Strange Object Location

Post by IMBoring25 »

It surprises me they haven't fixed that with the new release. Slic3r changed the way they define the bed shape and the integration with MC didn't incorporate the change. You can either choose one of the other slicers integrated with MC or download Slic3r as a standalone program and import the gcode it generates into MC.
User avatar
Outsider
Printmaster!
Posts: 75
Joined: Wed Nov 11, 2015 6:09 pm

Re: MC1.5 Strange Object Location

Post by Outsider »

I am running 1.5.6318 and have never yet seen that happen.(using MatterControl)

Slic3r still does not work.
2YRRAH
Plasticator
Posts: 14
Joined: Thu Dec 03, 2015 4:08 pm

Re: MC1.5 Strange Object Location

Post by 2YRRAH »

Ah yes...Slic3r versus MatterSlicer. I neglected to check that.

Thanks
Ail
Prints-a-lot
Posts: 34
Joined: Tue Jan 05, 2016 11:40 am

Re: MC1.5 Strange Object Location

Post by Ail »

Wish I would have seen this sooner. Ran into this a long time ago and just had to remember how to do it. It is an issue with Slic3r and the 1.5 matter control if I remember correctly. Anyway short story it thinks you are starting at X100 Y100. Just export the Gcode and modify your first G92 E0 line to G92 X100 Y100 E0. It will start the print in the center.

Example

; generated by Slic3r 1.2.9 on 2016-08-11 at 21:41:58

; external perimeters extrusion width = 0.55mm
; perimeters extrusion width = 0.55mm
; infill extrusion width = 0.55mm
; solid infill extrusion width = 0.55mm
; top infill extrusion width = 0.55mm

M107
M104 S165
M190 S60
M109 S165
G28
G21 ; set units to millimeters
G90 ; use absolute coordinates
M82 ; use absolute distances for extrusion
G92 X100 Y100 E0
G1 Z0.200 F15000.000
G1 E-7.00000 F2400.00000
G92 E0
G1 X76.089 Y36.640 F15000.000
G1 E7.00000 F2400.00000
G1 X76.805 Y35.459 E7.04833 F720.000
Post Reply

Return to “MatterControl”