Hello,
somehow the common way to add toolhead offsets does not reflect inside the resulting gcode - haven't found any hint for a offset command there.
So I added the M218 command as starting script manually. But unfortunately it seems that my Marlin FW revision ignores it.
I used slic3r for months before I switched to S3D (I switched to S3D because of the customizable supports) and had no problems with the tool offset setting there. So i digged into slic3r's gcode results and realized that slic3r calculates the offsets directly into the coordinates. So I activated the "Apply toolhead offsets to G-Code coordinates" option in S3D and got the desired results during print.
BUT: As soon a I hit "Prepare to print" I get a preview where all my objects are shifted by the offset. This can be "as designed" by you guys at S3D for sure, because the offsets are integrated into the coordinates, but this is not what one would expect - especially it only one toolhead is providing an offset
This topic is somewhere between a bug report and a feature request.
I think it would be convenient if one of the following options would be available:
1) An option to "turn off" offsets in preview mode aka. subtracting them again, or
2) to make S3D smart enough to distinguish between absolute and relative offset settings.
Absolute offset setting are offsets that I want to reflect directly on the spatial position of my objects on the print bed.
Relative offset settings are values that relates to mechanical characteristics of the printer and has to be provided to calibrate the printer's origins.
My MendelMax 3 dual extruder printer has its secondary extruder left to the primary (by design) and the secondary's offset it therefor -32,90mm - and therefor outside of the bed when at home-positon. So to get to the print bed's origin, I have to move the X-axis +32,90mm to the right, resulting in a relative x distance of 0mm from the bed's origin. S3D however shows my prints 32,90mm inside the print bed's x direction. So everything that I want to position at the right most position at 250mm is shown as outside of the print bed.
Sincerely,
Martin