Topic: Any experience: Press + Simplify3D?
Hi,
Has anyone any good info on Press setup in S3D? Mostly, I am curious about using the Press' auto-leveling stuff within S3D.
The problem I am encountering is: the nozzle is so close to the glass, the first layer cannot extrude onto the platform. I went into the FFF Settings (under Process) in S3D and changed the Z axis G-code offset (under "G-code" tab) to 0.25 which has gotten me printing at the center. The symptom I am seeing is the Outline/Perimeter shell peels off towards the front of the machine (from the Z-offset calibration in SoliPrint I can tell my build plate is lower at the front). Is S3D not taking this into account?
The whole auto-leveling aspect of the Press is like a black box to me.
Thoughts? Solutions?
=======================
Notes on what I've done...
-----I messaged Simplify3D support about driving the Press with S3D. You simply add a printer (select: "Other") in the Configuration Wizard and set the parameters (i.e. 200mm x 200mm x 200mm, etc).
-----I'm using MacGuyverX's start & end G-code he posted here:
Soliforum.com/topic/9214/sd-press-under-the-kimono/page/3/
"Here's my start/ending gcode for Slic3r.
Start :
G28 ; home all axis
G1 Z-5.0 F5000 ; Move platform down 5mm
M565 Z-1
G29 ; Bed Check - Z-Offset
End:
G28 X0 Y0 ; home X axis and y axis
G90
G91
M104 S0 ; kill extruder temperature
M140 S0 ; kill bed temperature
M84 ; disable motors
This way jobs sent to OctoPrint will Home all Axis and check the Z-offset right before the print."
