Комментарии:
That first print looks great.
ОтветитьNice print. I love the Ender 3 v2. Unfortunately for me, since I installed the BL-Touch, I have issues printing correctly.
ОтветитьWhere can I find the github link??
ОтветитьDo you know why Octoprint messes up my prints? Sometimes with Octoprint the nozzle is higher than without Octoprint active and plugged in.
ОтветитьThanks for this. I got the start/end code set up on mine in the same way after seeing this video.
Ответитьhow do you pull up the Gcode off the sd card
Ответить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
Ответитьcan you upload the Cura profile Gcode for Cura like a file we can just add to settings on Cura or profile please
Ответить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.
Ответить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
Can I get the G Code?
ОтветитьGreat tips and hints. This is a welcome bit of knowledge!!!!.
Ответитьhello aren't you going to share gcode?
Ответитьhow can i get this gcode
Ответитьcould you reply to this comment with start Gcode and End Gcode?
Ответить