Welcome! Log In Create A New Profile

Advanced

issue using repetier

Posted by pushthatbolder 
issue using repetier
August 28, 2014 12:08PM
i am printing with ABS

i set heat bed to 110 and extruder to 245

when i click print it defaults the temp to 200

it has a large delay to print because it is waiting to get to this temp

anybody know a solution?
Re: issue using repetier
August 28, 2014 12:24PM
i changed it in g code

from

 generated by Slic3r 1.1.6 on 2014-08-28 at 23:58:55

; perimeters extrusion width = 0.50mm
; infill extrusion width = 0.70mm
; solid infill extrusion width = 0.70mm
; top infill extrusion width = 0.70mm

G21 ; set units to millimeters
M107
M104 S200 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle

M109 S200 ; wait for temperature to be reached
G90 ; use absolute coordinates
G92 E0

to

 generated by Slic3r 1.1.6 on 2014-08-28 at 23:58:55

; perimeters extrusion width = 0.50mm
; infill extrusion width = 0.70mm
; solid infill extrusion width = 0.70mm
; top infill extrusion width = 0.70mm

G21 ; set units to millimeters
M107
M104 S245 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle

M109 S245 ; wait for temperature to be reached
G90 ; use absolute coordinates
G92 E0

but how would i permanently change these settings?
Re: issue using repetier
August 28, 2014 12:27PM
found it in config file. couldn't see before, but now i do
Sorry, only registered users may post in this forum.

Click here to login