From: Steven Abadie Date: Tue, 18 Nov 2014 03:49:50 +0000 (-0700) Subject: Removed info lines from start gcode. X-Git-Tag: 14.09-1.18~51 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b59d5e349bb562ec64a2f39549562085e90d7672;p=cura.git Removed info lines from start gcode. --- diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index c1e87387..9a1c8e23 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -122,8 +122,6 @@ class simpleModePanel(wx.Panel): put('start.gcode', """;This Gcode has been generated specifically for the LulzBot Mini ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} ;Print time: {print_time} -;Filament used: {filament_amount}m {filament_weight}g -;Filament cost: {filament_cost} ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line ;M109 S{print_temperature} ;Uncomment to add your own temperature line G21 ; metric values @@ -298,8 +296,6 @@ G90 ; absolute positioning put('start.gcode', """;This Gcode has been generated specifically for the LulzBot Mini ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} ;Print time: {print_time} -;Filament used: {filament_amount}m {filament_weight}g -;Filament cost: {filament_cost} ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line ;M109 S{print_temperature} ;Uncomment to add your own temperature line G21 ; metric values @@ -385,8 +381,6 @@ G90 ; absolute positioning ;Sliced at: {day} {date} {time} ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} ;Print time: {print_time} - ;Filament used: {filament_amount}m {filament_weight}g - ;Filament cost: {filament_cost} ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line ;M109 S{print_temperature} ;Uncomment to add your own temperature line G21 ;metric values