After Micro swiss DD upgrade,Extruder skips steps
-
@Phaedrux inwill test tommorow
But can you help me with firmware retract? Is it not the same with setting in my slicer ? If i enable firmware retract do i need retraction in my slicer ?
Thanks
-
For firmware retraction you tell the slicer you want to use firmware retraction. There's a check box in the printer tab. Then you configure how much retraction and how fast etc using the m207 command. That lets you modify the various parameters on the fly during a print to more easily test what works best. Then you can put that commabd in config.g to make it permanent. It also means you can modify it more easily for different filaments or if you find that you have too much or not enough in the middle of a print.
-
@Phaedrux ok now i have downloaded the retract model stl
i have install the macroshow i start now for firmware retraction ?
-
Well you'll need to tell the slicer to use firmware retraction. That will insert a G10 or G11 command into the code file when a retraction is needed.
Then you'll need to configure your retraction settings with an M207 command. https://duet3d.dozuki.com/Wiki/Gcode#Section_M207_Set_retract_length
Use that to set the speed and distance of retraction and unretraction.
Then during the print you can send an M207 command to modify one of those parameters every few layers to see how it behaves.
-
@Phaedrux ok i will try it
do i need to uncheck retraction on prusaslicer ?
-
In Prusa Slicer go to Printer Settings, general tab, and near the bottom check "use firmware retraction". Then slice your file.
Then you'll need to have a M207 command in your config.g to set the starting values.
This set of macros may help make the tuning easier, especially if you have a PanelDue.
https://forum.duet3d.com/topic/6181/tuning-macros-menus-accel-jerk-retraction-pressure-advance
-
i allready check use firmware retraction.
what is a good starting value for DD M207 ?
Macros are allready installed and i have PanelDue
-
@lui2004 said in After Micro swiss DD upgrade,Extruder skips steps:
what is a good starting value for DD M207 ?
Start with what you have set in the slicer
-
-
Z is for Z hop. Leave it at 0 for starters. But if you ever want to use Z hop that's where you set the distance.
-
@Phaedrux ok thanks a lot
i still printing the retraction stl
-
-
what changes did you make since the last print where it worked
-
This post is deleted! -
@Veti nothing special, finetuning temptower,retract settings
all seems fine but with the M207 i have problems -
so without m207 its extruding again?
-
@Veti yes with normal retractin from slicer all fine
with M207 no extrusion , it will print only the base and not the 2 towers for retracting test
Edit:
now i have see what cause that no filament come out.
after retract its during to much time to reload the filament
i dont know which parameter can set to solve it -
i forgot to check '' use realtive E distances '' in the printer Settings, now it works.
do i need to go higher with my retract settings ?
at this moment i got this settings for firmware retractions:
M207 P0 S1.5 R0 F2100 T2100 Z0 ; Firmware Retraction
or i need to print the retractions stl and post pictures ?
thanks
-
start the print. if its stringing increase the retraction setting in the console while printing.
-
@Veti ok
with which one i begin ? retraction Speed,distance ... ?