Setting up a cura profile, based on the test print -Ender 3 V2  - Ultimate Beginners Guide

Setting up a cura profile, based on the test print -Ender 3 V2 - Ultimate Beginners Guide

Technivorous 3d Printing

4 года назад

8,846 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@SgtKiLLx
@SgtKiLLx - 11.09.2020 05:04

That first print looks great.

Ответить
@mamadoubapassioninformatique
@mamadoubapassioninformatique - 11.09.2020 05:45

Nice print. I love the Ender 3 v2. Unfortunately for me, since I installed the BL-Touch, I have issues printing correctly.

Ответить
@MyMomsFavoriteAccident
@MyMomsFavoriteAccident - 11.09.2020 09:20

Where can I find the github link??

Ответить
@kevinlu6596
@kevinlu6596 - 13.09.2020 13:54

Do you know why Octoprint messes up my prints? Sometimes with Octoprint the nozzle is higher than without Octoprint active and plugged in.

Ответить
@Pugwash.
@Pugwash. - 14.09.2020 02:26

Thanks for this. I got the start/end code set up on mine in the same way after seeing this video.

Ответить
@dennismoore623
@dennismoore623 - 15.09.2020 17:33

how do you pull up the Gcode off the sd card

Ответить
@Ungluedstarfish
@Ungluedstarfish - 16.09.2020 04:47

so thanks for pointing out how good that first model was, i did the same model and didnt even think about looking at the code for the settings

Ответить
@Vaughnboilore
@Vaughnboilore - 17.09.2020 05:51

can you upload the Cura profile Gcode for Cura like a file we can just add to settings on Cura or profile please

Ответить
@bollekeboy
@bollekeboy - 05.10.2020 00:02

I had a look at the actual differences between the Cura Ender 3 pro gcode start and the test print and really they're basically the same. The Creality one overrides bed end hotend temperature... probably not what you want. Similar things with feed, flowrate, and jerk that I don't know enough about to know if they should be in the start gcode or elsewhere, but I suspect elsewhere. Creality also draws the first line at offset 10 rather than 1 so it eats more into your printable area. All in all, it looks to me like using the test print prologue over the Cura Ender 3 Pro start gcode is at best, of no benefit and more likely is not a good idea.

Ответить
@timos.9409
@timos.9409 - 22.10.2020 16:02

For everyone who still needs the G-Codes !


Start G-Code

M140 S60
M105
M190 S60
M104 S200
M105
M109 S200
M82 ;absolute extrusion mode
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate

G28 ;Home

G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up

G92 E0
G92 E0
G1 F2700 E-5


End G-Code


G1 F2700 E3792.13679
M140 S0
M107
G91 ;Relative positionning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positionning

G1 X0 Y220 ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed

M84 X Y E ;Disable all steppers but Z

M82 ;absolute extrusion mode
M104 S0

Ответить
@yeso126
@yeso126 - 25.12.2020 07:30

Can I get the G Code?

Ответить
@jimweeks9359
@jimweeks9359 - 01.02.2021 20:57

Great tips and hints. This is a welcome bit of knowledge!!!!.

Ответить
@fatihaydin728
@fatihaydin728 - 09.02.2021 01:14

hello aren't you going to share gcode?

Ответить
@jaredabrahamian5373
@jaredabrahamian5373 - 01.05.2021 06:33

how can i get this gcode

Ответить
@vinnypell8713
@vinnypell8713 - 13.10.2021 04:39

could you reply to this comment with start Gcode and End Gcode?

Ответить