Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. medicusdkfz
    3. Best
    • Profile
    • Following 0
    • Followers 1
    • Topics 16
    • Posts 114
    • Best 9
    • Controversial 0
    • Groups 0

    Best posts made by medicusdkfz

    • RE: 1LC + Duet Rotary Magnetic Filament Sensor - Problems

      Now my sensor is working. It shows the right values. Here is my M591 D0:

      m591 d0
      Duet3D rotating magnet filament monitor v3 on pin 121.io1.in, enabled, sensitivity 25.77mm/rev, allow 90% to 110%, check every 3.0mm, version 3, mag 132 agc 83, measured sensitivity 25.12mm/rev, min 97% max 103% over 103.6mm
      

      After changing the P value back to 3, my problems are solved. Great safety feature...

      Thank you for all your help,
      Pierre

      posted in Filament Monitor
      medicusdkfzundefined
      medicusdkfz
    • RE: Polling rate

      I reduced in M558 param H5 to H3 and S0.01 to 0.03 and now it works.

      posted in General Discussion
      medicusdkfzundefined
      medicusdkfz
    • RE: Pressure advance tuning with conditional G-code

      Hi,

      thank you for your incredible job... Could you tell me, what the latest version is?

      TY, Pierre

      posted in Gcode meta commands
      medicusdkfzundefined
      medicusdkfz
    • RE: Redesigned the MFM housing

      No more support needed! Another happy user of the magnetic rotary filament sensor with your housing! After 1,5 years of frustration and useless parking… Thank you so much!

      Kindly regards, Pierre

      posted in Filament Monitor
      medicusdkfzundefined
      medicusdkfz
    • RE: Probing issues

      That all is logic and clear to me and is working right now. But when I perform the G30 and perform a mesh bed levelling (G29 S0) I get this warning...

      posted in Using Duet Controllers
      medicusdkfzundefined
      medicusdkfz
    • M204 with square corner velocity like in Klipper?

      Hi,

      I want to use a python script for SuperSlicer for post processing my gcode. Is there an equivalent to the M204 with square corner velocity from Klipper in RRF?

      SET_VELOCITY_LIMIT ACCEL=7000 ACCEL_TO_DECEL=7000 SQUARE_CORNER_VELOCITY=8

      This has to be transformed into settings for RRF...

      Thank you very much,
      Pierre

      posted in General Discussion
      medicusdkfzundefined
      medicusdkfz
    • RE: Probing issues

      THANK YOU! I changed G30 Z-9999 to G30 and now it's working. First layer looks good and consistent - even at bigger areas. No need of a microswitch. The SuperPINDA is highly accurate. But I had to reduce my poll rate:

      M558 K0 P5 C"io4.in" H5 F80 T18000 A5 S0.01 	; set Z probe type to switch and the dive height + speeds (S-1 -> nimmt die Anzahl des A-Parameters zum Testen), B1 (schaltet heaters aus)
      G31 P500 X0 Y25 Z0.575                          ; (0.475 mm hot, black PEI-sheet) set Z probe trigger value, inductive probe offset and trigger height (Papiertest, G92 Z0 setzen und anschliessend G30 S-1/G1 Z5 mehrfach wiederholen -> Höhe = Offset
      ; wenn die korrigierten Z-Babysteps positiv sind (z.B. 0.080 mm), dann werden sie vom Z-Parameter unter G31 aufsummiert!
      

      For the sake of completeness:

      homez.g:

      ; homez.g
      ; called to home the Z axis
      
      ; do nothing if XY is not homed yet
      if move.axes[0].homed && move.axes[1].homed
      G91               	; relative positioning
      G1 H2 Z10 F6000    	; lift Z relative to current position
      G90				  	; absolute positioning
      
      M98 P"/macros/print_scripts/speed_probing.g"; Setup low speed & accel
      
      ; Home Z microswitch
      ;M98 P"/macros/print_scripts/goto_z_switch.g"
      ;G1 H1 Z-600 F360      	; move Z down until the endstop is triggered
      ;G1 Z4 F1800			; go back a few mm
      ;G1 H1 Z-600 F80		; move slowly to Z axis endstop once more (second pass)
      ;G92 Z-0.70
      ;G1 Z10
      ;M98 P"/macros/print_scripts/speed_printing.g"; Restore normal speed & accel
      ;M98 P"/macros/print_scripts/goto_bed_center_nozzle.g"
      
      ; Home Z inductive probe
      M98 P"/macros/print_scripts/goto_bed_center_probe.g"
      G30
      G1 Z5
      M98 P"/macros/print_scripts/speed_printing.g"; Restore normal speed & accel
      M98 P"/macros/print_scripts/goto_bed_center_nozzle.g"
      
      posted in Using Duet Controllers
      medicusdkfzundefined
      medicusdkfz
    • RE: 24V PWM Fans

      Sunon has a 24V fan in their portfolio... But it's a 5015 radial fan.

      I've ordered mine via Aliexpress some months ago.

      image.jpg

      posted in General Discussion
      medicusdkfzundefined
      medicusdkfz
    • RE: 1LC and 4-wire fan - problem with tach

      It's often the little things that make life difficult: My extruder didn't make a sound on the 1LC and, as is always the case, you first check the crimp connections, the cables, the correct connections, the configuration - and everything several times. One is almost inclined to rebuild everything again, then one reads the last of countless articles and realizes that it was only a small parameter... Like above with the fan.

      Kind regards, Pierre

      posted in Using Duet Controllers
      medicusdkfzundefined
      medicusdkfz