First, I'm very new to this (Only printed about 4 things so far). In the past I've used the Cura 15.4.02, and the previous version of Cura (2.7 I think?). Prints were fine, but I didn't do much tweaking. Now, I'm trying to tweak, and I updated to the latest Cura 3.0. Now, everything I try to print that was sliced with Cura 3 just sits there. No movement whatsoever. Printing older files work fine, so I'm guessing it's a gcode issue caused by Cura, or possibly some tweak. Here's the start of one of the files. What am I doing wrong? Thanks!



;FLAVOR:Marlin
;TIME:1168
;Filament used: 0.148657m
;Layer height: 0.06
;Generated with Cura_SteamEngine 3.0.4
M190 S85
M104 S235
M109 S235
M82 ; absolute extrusion mode
G21;(metric values)
G90;(absolute positioning)
M82;(set extruder to absolute mode)
M107;(start with the fan off)
G28;(Home the printer)
G92 E0;(Reset the extruder to 0)
G0 Z5 E5 F500;(Move up and prime the nozzle)
G0 X-1 Z0;(Move outside the printable area)
G1 Y60 E8 F500;(Draw a priming/wiping line to the rear)
G1 X-1;(Move a little closer to the print area)
G1 Y10 E16 F500;(draw more priming/wiping)
G1 E15 F250;(Small retract)
G92 E0;(Zero the extruder)
;LAYER_COUNT:157
;LAYER:0
M107
G0 F3600 X54.247 Y54.237 Z0.06
;TYPE:SKIRT
G1 F1500 X54.705 Y53.843 E0.00527
G1 X55.211 Y53.512 E0.01055
G1 X55.757 Y53.251 E0.01584

....