Setting Temp

78 views
Skip to first unread message

Colen Casey

unread,
Jun 19, 2014, 9:28:59 AM6/19/14
to kisslicer-r...@googlegroups.com
I'm using a ord-bot printer with Ramps 1.4 electronis
i've setup all the g-code in kisslicer
both in prefix and postifx and everything works great

the only thing I havent been able to do is get the heat bed to work
when I print in PLA it doesnt mater because I dont need to heat the bed
but when I print in ABS I have to manually activate the bed and wait for it to heat up
 
This is the only thing in Kisslicer that i've never gotten to work

on the Material tab I set "BED" for 110

Any help would be appreciated

Matej Rozman

unread,
Jun 19, 2014, 10:18:28 AM6/19/14
to Colen Casey, kisslicer-r...@googlegroups.com
Copy this into the Prefix and modify if needed.

What you are missling is BOLD:

; [mm] mode
G21
; absolute mode
G90
; Heated bed control
M190 S<BED>

; Select new extruder
T<EXT+0>
M107
; Warm it up, and wait till it's warm
M109 S<TEMP>
; Home
G28
;move the platform down 15mm
G1 X30 Y100 Z15.0 F12000
G92 E0                  ;zero the extruded length
;G1 F200 E-5       retract 3mm of feed stock
G92 E0                  ;zero the extruded length again
G1 F12000

Best regards,

Matej

--
You received this message because you are subscribed to the Google Groups "Kisslicer Refugee Camp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kisslicer-refugee...@googlegroups.com.
To post to this group, send email to kisslicer-r...@googlegroups.com.
Visit this group at http://groups.google.com/group/kisslicer-refugee-camp.
To view this discussion on the web visit https://groups.google.com/d/msgid/kisslicer-refugee-camp/d0f261fc-75c1-4351-886b-baa41f75131c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.




Reply all
Reply to author
Forward
0 new messages