New start gcode for robo R1 printers.

This commit is contained in:
larsbrubaker 2014-05-19 15:33:14 -07:00
parent a6b9cb3651
commit e95a918379
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ solid_infill_every_layers = 0
solid_infill_extrusion_width = 0
solid_infill_speed = 60
spiral_vase = 0
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\nM109 S[temperature] ; set the extruder temp and wait\nG29 ; probe bed\n
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\nM109 S[temperature] ; set the extruder temp and wait\nM565 Z-1 ; Set the probe offset\nG29 ; probe bed\n
support_material = 1
support_material_angle = 0
support_material_enforce_layers = 0

View file

@ -89,7 +89,7 @@ solid_infill_every_layers = 0
solid_infill_extrusion_width = 0
solid_infill_speed = 60
spiral_vase = 0
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\nM109 S[temperature] ; set the extruder temp and wait\nG29 ; probe bed\n
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\nM109 S[temperature] ; set the extruder temp and wait\nM565 Z-1 ; Set the probe offset\nG29 ; probe bed\n
support_material = 1
support_material_angle = 0
support_material_enforce_layers = 0