removed all curly brackets from start/end/resume/ gcode and replaced them with square brackets.

This commit is contained in:
Gregory Diaz 2015-03-25 14:31:05 -07:00
parent cd1b4d3c4a
commit 95619c6e8e
7 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ raft_extra_distance_around_part = 5
raft_air_gap = .2
default_acceleration = 0
disable_fan_first_layers = 1
end_gcode = M104 S0 ;extruder heater off\nM140 S0 ; bed heat off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle\nG1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament \nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning
end_gcode = M104 S0 ;extruder heater off\nM140 S0 ; bed heat off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle\nG1 Z+0.5 E-5 X-20 Y-20 F[travel_speed] ;move Z up a bit and retract filament \nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning
external_perimeter_speed = 50
external_perimeters_first = 0
extra_perimeters = 1