mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Prusa Mini missing T0 for retraction
This commit is contained in:
@ -224,7 +224,7 @@ function processRetraction(){
|
||||
retraction = retraction.replace(/;G29 ; probe ABL/, "G80 ; mesh bed leveling")
|
||||
}
|
||||
if(abl == 4){
|
||||
retraction = retraction.replace(/G28 ; home all axes/, "M109 S170 ; probing temperature\nG28 ; home all");
|
||||
retraction = retraction.replace(/G28 ; home all axes/, "M109 S170 T0 ; probing temperature\nG28 ; home all");
|
||||
retraction = retraction.replace(/;G29 ; probe ABL/, "G29 ; probe ABL");
|
||||
retraction = retraction.replace(/;M420 S1 ; restore ABL mesh/, "M109 S"+hotendTemp+" T0");
|
||||
}
|
||||
|
Reference in New Issue
Block a user