Thanks for the reply.
I have opened these before in Cura to modify the printing parameters, not the object itself. Now I'm really confused because you get the same issue as either my original load of 4.13.1 or the new load/ new computer 5.2.1. Last night I opened the file several times to play with bed plate adhesion and infill, after I made those changes I could slice it again and it would give me the time and materials estimate. Now nothing.
Is there some setting that makes the Gcode file / printer setup non-editable?
I even tried to first add a completely different printer (ultimaker S5) and it still has the print setup disabled. Screen shot is the new Cura on my second computer and a completely different file. I can see the object in the object list, bottom left and see how it will look in the preview.
I'm sure it is something simple I did but can't imagine what it is.
Edited by TherealRichCranium
Recommended Posts
Torgeir 280
Hi @TherealRichCranium,
welcome in here.
Cura cannot be used to modify/edit a gcode file. If you need to change anything you have to use the source file and make another gcode file of your print object. You can just view the model's gcode file in order to see how the object look like.
Normally you choose the type of files you want Cura to handle, this is done during installation of Cura.
Here is the start of your attached file:
--------------------------------------------
;FLAVOR:Marlin
;TIME:4394
;Filament used: 2.48502m
;Layer height: 0.2
;MINX:89.616
;MINY:89.593
;MINZ:0.2
;MAXX:130.432
;MAXY:130.412
;MAXZ:43
;Generated with Cura_SteamEngine 4.13.1
M140 S47
M105
M190 S47
M104 S215
M105
M109 S215
M82 ;absolute extrusion mode
; Ender 3 Custom Start G-code
G92 E0 ; Reset Extruder
G28 ; Home all axes
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
G92 E0
G92 E0
G1 F1500 E-7.5
;LAYER_COUNT:215
;LAYER:0
M107
G0 F6000 X95.823 Y95.335 Z0.2
--------------------------------------------
I can see you're using Cura 4.13.1 and have an Ender 3 printer.
I could open this file in Cura 4.13.1 no problem at all.
Am I'm missing something here?
Edit: Here is a picture of your model in Cura 4.13.1 showing your model.
Giving same message as you see.
Thanks
Torgeir
Added text and picture.
Link to post
Share on other sites