DidierKlein 729
What do you mean?
I got this code in the start.gcode tab in Cura when i changed the gcode flavour from UltiGCode to reprap on my other Cura that i use just for testing stuff in Cura... (version 13.11.2)
What do you mean?
I got this code in the start.gcode tab in Cura when i changed the gcode flavour from UltiGCode to reprap on my other Cura that i use just for testing stuff in Cura... (version 13.11.2)
If you change your machine to UM2 in cura, no start or end gcode is displayed. If you intend to print on a um2, do use this; else the clips of the platform are not taken into account, which could wreck your nozzle.
If you change your machine to UM2 in cura, no start or end gcode is displayed. If you intend to print on a um2, do use this; else the clips of the platform are not taken into account, which could wreck your nozzle.
When you switch Gcode flavour those settngs become visible, even with the machine setting set to UM2.
@Didier: This is the start+end code I get:
;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
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing...
;End GCode
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
;{profile_string}
What do you mean?
I got this code in the start.gcode tab in Cura when i changed the gcode flavour from UltiGCode to reprap on my other Cura that i use just for testing stuff in Cura... (version 13.11.2)
You're right. With Cura 13.11.2 you get this start.gcode. Don't use it. It's completely wrong. Please use the start.gcode and end.gocde stated by Robert (which is from 14.03 I guess).
This is the end.gcode from 13.11.2
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
M201 X9000 Y9000 ;resets acceleration to default
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
G92 Z0 ;zeros the z-axis
;G1 Z10 ;goes up 10mm
M84 ;steppers off
G90 ;absolute positioning
I'm not a gcode guru but reading both the start and end gcodes make me think that they do the same as what is done when you use UltiGCode.
When the print is finished with the other one the build plate stays on the position where it was last (up).
@Dim3nsionneer:
Thanks for the comment, so i should stay with the start and end gcodes given by the 14.01 version of Cura.
I'm just kind of afraid that the starting process is not as good, mainly because no filament is extruded right before the start of the print. My second print failed because of this because the brim wasn't done (no filament came out) the print finally got pushed by the extruder...
I'm a bit confused
@Didier Klein:
I was partially wrong in my last post above (I corrected it). Cura 13.11.2 takes the start.gcode and end.gcode from profile.ini. However, if you load settings from a gcode file into Cura, it overwrites the default start and end gcode in profile.ini. This doesn't matter as long as you use UltiGCode. Switching to reprap flavour suddenly let this part of the imported profile appear.
That's how you got this start.gcode. Actually I know which gcode file it comes from. So please just copy Robert's start.gcode and don't be confused...
EDIT: How many lines did your brim consist of? Just add some more...I usually take up to 15 lines.
Ok it seems to be the same i have on my Cura 14.0.1 so i will not need to change it.
The Brim from yesterday's test was 5 lines and the base of the object was very small. I forgot to change back to 15 that i usually use too.
Thanks for the advices consider this as closed
G1 Z0.08 ;move Z up by 0.1mm
G92 Z0 ;define new zero for Z
That's some nasty crap! Get that out of your start gcode. This makes it print .08mm up in the air above the glass. This is for if you are levelling under the bed somehow. Like if you have a hole where home the head and the nozzle passes through maybe? I don't know but get rid of that. This will make your first layer not stick at all or not very well.
@gr5 i didn't print with these i just wanted to know if i messed up something when using reprap flavor instead of UltiGCode.
It seems that i used the good start and end gcodes all the way.
Are you changing anything to that? I guess that most of you print in UltiGCode
Plenty of people use reprap mode because they are using USB printing from octoprint, doodle3d or because they don't like Daid's initial sequence before printing starts. Personally I only use ultiGCode.
Recommended Posts
Dim3nsioneer 558
I don't know how and where you get the first start.gcode, but it's not intended to be used on an UM2.
It's actually not even intended to be displayed here... :(
Link to post
Share on other sites