Topic: Setting the starting Z point
Old style RH. I set the Z height stop screw so the extruder is just above the print bed. Click Run JOb and it lowers the bed about 10MM before it starts printing so of course, It never reaches the bed.
It was printing, roughly, before I set the extrusion rate. I must have also screwed something else up. Any ideas?
Here is the G-Code that is running on the job:
; generated by Slic3r 0.9.10b on 2015-12-28 at 15:04:26
; layer_height = 0.200
; perimeters = 2
; top_solid_layers = 3
; bottom_solid_layers = 3
; fill_density = .3
; perimeter_speed = 35
; infill_speed = 60
; travel_speed = 75
; nozzle_diameter = .4
; filament_diameter = 1.68
; extrusion_multiplier = .7
; perimeters extrusion width = 0.42mm
; infill extrusion width = 0.42mm
; solid infill extrusion width = 0.42mm
; top infill extrusion width = 0.42mm
; first layer extrusion width = 0.42mm
G21 ; set units to millimeters
M107
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F9000.000 E-2.50000
G92 E0
G1 Z7.500 F4500.000
G1 X84.447 Y64.401
G1 F9000.000 E2.50000
G1 X85.157 Y63.771 F1559.342 E2.52492



