Topic: Help with a Gcode
Im running repetier on my da vinci 1.0A and run Simplify3D.
I want my bed to lower before extruder goes over it from the starting position. And when extruder is over the bed I want the bed to get in to the 0 position again. sometimes my nozzle hits the bed and I want that gone, just like it was on the stock firmware when the bed lowered before the extruder get in to start the print.
Is that posible?
My current Gcode startup script that I got from "luc" looks like this: (without the indiana song ![]()
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
G28 ; Home extruder
G1 Z15.0 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
M100
G4 P2 ; Paus for 2 seconds
