Groups
Groups
Sign in
Groups
Groups
TVRepRapUG
Conversations
Labels
About
Send feedback
Help
Gcode for extruding
12,684 views
Skip to first unread message
Bo Herrmannsen
unread,
Nov 28, 2013, 9:32:05 AM
11/28/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tvrep...@googlegroups.com
Hi
I have been looking for gcode that extrudes a given length of filament
What i want to is to prime a bit more than the brim arround the object
so just before it starts printing i want to extrude maybe 5mm or what i find is a good number
i plan to put this in the custom gcode section
/bo
barnaby
unread,
Nov 28, 2013, 9:40:18 AM
11/28/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tvrep...@googlegroups.com
Slic3r has a setting for a fixed length skirt for this purpose
(measured in post hot-end filament rather then pre though).
But you did need to do this manually:
G91 ;relative movement
G1 E5 F300 ;extrude 5mm at 300mm/min
G90 ;absolute movement
You can always see what Printrun is doing via the Debug g-code option.
daprigoo
unread,
Nov 28, 2013, 9:40:58 AM
11/28/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tvrep...@googlegroups.com
I would guess it is G2 Exxx where xxx is the length in mm.
barnaby
unread,
Nov 28, 2013, 9:42:16 AM
11/28/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tvrep...@googlegroups.com
On 2013-11-28 14:40, daprigoo wrote:
> I would guess it is G2 Exxx where xxx is the length in mm.
G2 is for arcs (we really should get these working in Slic3r!)
Reply all
Reply to author
Forward
0 new messages