Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

Z-offset #238

Open peteruithoven opened 10 years ago

peteruithoven commented 10 years ago

The miniFactory has a slightly different z level logic. It calibrates the printer by first homing the Z-axis to Zmax, then we manually drive the nozzle close to surface and then take the coordinate from it. That given coordinate is put into Homing Z-offset value by M206 Z(value here) and M500 to store the parameters into EEPROM.

I hope we can start every print with the M206 command Then we could just add a specific start gcode for the miniFactory and add a Z-offset field to the printer settings. This would allow easy incorporation.

rooiejoris commented 10 years ago

[i would say this 'advanced' feature can 'advanced' users apply in the start.gcode with a 'simple' G92 Zxx command...]

cheers\joris

On Wed, Apr 2, 2014 at 10:56 AM, Peter Uithoven notifications@github.comwrote:

The possibility to modify Z-offset might be nice workaround when you don't want to relevel the bed of a printer after moving it.

Reply to this email directly or view it on GitHubhttps://github.com/Doodle3D/doodle3d-client/issues/238 .