Simplify3D - Attempting to extrude with no tool selected.
-
Your T0 needs to be before any extruder moves. Move the T0 up to just after the M82.
-
Your T0 needs to be before any extruder moves. Move the T0 up to just after the M82.
I have manually added T0 to gscode startup script.
it did not help "( could it be relative \ absolute coordinates somewhere ?
what printer does- it goes to the corner of the bed and does something that is way tooo far from square…. -
Do have the Machine Definition set up correctly in S3D?
-
Do have the Machine Definition set up correctly in S3D?
i found 2 places for machine definition
(1) G-code tab of Process setting. there i have checked "update machine definition" and selected delta
(2) tools-options- machine . selected delta.(i have delta )
-
Is your first (or only) tool numbered zero i.e. P0 in the M563 command in config.g?
-
this is my M563
[c]M563 P1 D0 H1 F0 [/c]i was thinking about T0 … T1 (i have only one extruder).... and checked slic3r generated gcode (that prints well) . it has only T0 inside.
-
It should say M563 P0 D0 H1 F0
-
changed M563… error disappeared, thanks!
but still printer does not want to print cube. my guess it is something with coordinate system...
-
ok, issue resolved. i misconfigured slicer in terms of bed size.
Simplify3d (S3D) on round beds… here is a solution
XY build dimensions as the largest square that would fit inside of the circular print bed (in other words X and Y dimensions should be 0.707*diameter of your bed). Then the X and Y origin offsets should typically be exactly half of the X and Y dimensions of the print bed. That will place the origin directly in the center of your bed (you can verify that in the 3D view in S3D).
i guess firmware should check that you are not printing out of the physical border…
-
You can configure S3D for circular beds. In the GCode tab set Machine Type to Delta.