Geeetech A30T profile
Hello all. I recently switched over to PrusaSlivcer within Repetier-Host due to some issues with Cura and this printer. I am struggling with a starting gcode or preferably a good one.
Ideally I would like to be able to manager the 3 extruders and possible mix colors but for now I'd be happy with just printing from the 1st extruder. For some reason it keeps printing from the 3rd extruder but then will randomly print from the 1st and go back to the 3rd.
Does anyone have a working gcode they could share?
Here is what I have:
G28
G29
G1 Z15 F100
M107
G90
M82
M190 S60
M104 S(first_layer_temperature}
M109 S(first_layer_temperature}
G92 E0
RE: Geeetech A30T profile
This is what I have for A20T:
Start gcode:
G28 ; home all axes G1 Z5 F5000 ; lift nozzle
End gcode:
M104 S0 ; turn off temperature G28 X0 ; home X axis M84 ; disable motors
Yes it's a different printer but it might help. Because a lot of the start gcode with Geeetech tells it to mix extruders. You want to remove that code
RE: Geeetech A30T profile
Well, I actually have an A20T also so I'll take it. I had not switched it over to PrusaSlicer yet but makes relative sense that it should work on both.
That is the most simple gcode I have ever seen but if it works then GREAT!
RE: Geeetech A30T profile
Hello friend. I'm just starting out with the prusa slicer, I have an A20T like you.
It will be possible for you to share your printing parameters that you currently use.
Thanks in advance
This is what I have for A20T:
Start gcode:
G28 ; home all axes G1 Z5 F5000 ; lift nozzleEnd gcode:
M104 S0 ; turn off temperature G28 X0 ; home X axis M84 ; disable motorsYes it's a different printer but it might help. Because a lot of the start gcode with Geeetech tells it to mix extruders. You want to remove that code