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

@ -18,7 +18,7 @@ cooling = 1
create_raft = 0
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-2 F300 ;retract the filament a bit before lifting the nozzle\nG1 Z+1.0 E-2 X-20 F{travel_speed} ;move Z up a bit and retract filament \nG28 X0 y0 ;move X to min endstops, so the head is out of the way\nG1 F3200 Y200 ;move Y TO 200mm to REMOVE PARTS \nM84 ;steppers off\nG90 ;absolute positioning
end_gcode = M104 S0 ;extruder heater off\nM140 S0 ; bed heat off\nG91 ;relative positioning\nG1 E-2 F300 ;retract the filament a bit before lifting the nozzle\nG1 Z+1.0 E-2 X-20 F[travel_speed] ;move Z up a bit and retract filament \nG28 X0 y0 ;move X to min endstops, so the head is out of the way\nG1 F3200 Y200 ;move Y TO 200mm to REMOVE PARTS \nM84 ;steppers off\nG90 ;absolute positioning
external_perimeter_speed = 50
external_perimeters_first = 0
extra_perimeters = 1