Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. zerspaner_gerd
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 137
    • Best 7
    • Controversial 0
    • Groups 0

    zerspaner_gerd

    @zerspaner_gerd

    Printer originally a UM2, converted to Dual + Duet 2 WiFi

    9
    Reputation
    9
    Profile views
    137
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Germany

    zerspaner_gerd Unfollow Follow

    Best posts made by zerspaner_gerd

    • RE: Layer Skip after Resuming Print

      Question @anzere,

      Why do you have a "S1" in this sentence?

      ; pause.g

      G1 Z5 S1 F360

      My guess is that the material seeps out.
      Your sequence will be executed first the unretract.
      Try this order:

      ; resume.g
      G1 R1 X0 Y0 Z5 F9000	; go to 5mm above position of the last print move
      G1 R1 X0 Y0 Z0 		; go back to the last print move
      G1 E10 F3600   		; extrude 10mm of filament
      

      https://forum.duet3d.com/topic/4612/problems-with-pause-function-m226

      posted in General Discussion
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: Firmware 2.02 Release candidate 3 now available

      I accidentally pressed the tool 0_1541612956596_PanelDue Tool.jpg over the PanelDue instead of the temperature. After that, my 4 hours printing was broken because in the middle of printing the tool T1 with offset and temperature was deselected.

      Error message in DWC:
      Error: Attempting to extrude with no tool selected.

      Such inputs should not be executed in print!!

      posted in Firmware installation
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: Warning or Pause on heater failure detection

      @toufou54

      It doesn't look right to me:

      G10 S1; retract

      https://duet3d.dozuki.com/Wiki/Gcode#Section_G10_Retract

      posted in Tuning and tweaking
      zerspaner_gerdundefined
      zerspaner_gerd
    • Problems with pause function M226

      Hello,

      When I resum printing, the unretract is always executed first, no matter what order I try.

      I can also change the feedrate and nothing happens.

      [[language]]
      ; resume.g
      ; called before a print from SD card is resumed
      ;
      ; generated by RepRapFirmware Configuration Tool on Sat Mar 10 2018 12:05:11 GMT+0100 (Mitteleuropäische Zeit)
      M83            ; relative extruder moves
      G1 R1 Z5 F9000  ; go to 5mm above position of the last print move
      G1 R1 ; go back to the last print move
      M83
      M400
      G1 E10 F2400   ; extrude 10mm of filament
      
      

      Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
      Firmware Electronics: Duet WiFi 1.02 or later
      Firmware Version: 1.21RC4 (2018-03-11 build 1)
      WiFi Server Version: 1.21RC4(08b3)
      Web Interface Version: 1.21-RC4

      Please help

      posted in General Discussion
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: RepRapFirmware 3.01-RC1 released

      Wouldn't it be time for RF3 to open a new Gcode site?
      That would be much clearer.
      I was just looking at the upcoming change of M581, and it's getting a bit confusing for me.

      posted in Beta Firmware
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: Firmware 2.02 Release candidate 3 now available

      Something must be done against the accidental confirmations!

      But scary that apparently all existing buttons / commands can be executed in print, what could happen there.

      Everyone is responsible for themselves which G M command he sends over the g-code Console Manuel. But the buttons, menus Head Movement should actually be locked at a printing, so rather DWC and PanelDue firmware?

      posted in Firmware installation
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: Volumetric extrusion vs. Standard extrusion

      Ok, thanks for your answers.

      You made it easy for me, I will stick to standard extrusion.

      posted in General Discussion
      zerspaner_gerdundefined
      zerspaner_gerd

    Latest posts made by zerspaner_gerd

    • RE: Command to turn heaters active/standby/off?

      @T3P3Tony said in Command to turn heaters active/standby/off?:

      @fcwilt may I ask why you need to turn off (as opposed to set to zero) tools?

      One use case that I would need it for would be a pause in printing.
      Since you are not always on site I would like to switch off T0 and T1, but without changing or losing the set active and standby temperature.
      So that when you continue printing, the correct temperatures are available without having to make this setting.

      posted in Firmware wishlist
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: Volumetric extrusion vs. Standard extrusion

      Ok, thanks for your answers.

      You made it easy for me, I will stick to standard extrusion.

      posted in General Discussion
      zerspaner_gerdundefined
      zerspaner_gerd
    • Volumetric extrusion vs. Standard extrusion

      I've been wondering what is the better for a long time?

      About my story:
      At the beginning I printed with my UM2 with volumetric extrusion and found it nice. Due to the conversion to dual, the "UltiGCode" volumetric printing was more complicated because Cura had some restrictions (Ultimaker 2 printer profile).
      In a one-to-one comparison, I found the expressions with volumetric extrusion ever better (optically).

      Now I've been on Duet for some time and today I'm wondering whether volumetric extrusion brings more advantages than I know.

      Of so many reading, I am already quite confused.

      I would be happy to hear from you about your answers.

      posted in General Discussion
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: Warning or Pause on heater failure detection

      @toufou54

      It doesn't look right to me:

      G10 S1; retract

      https://duet3d.dozuki.com/Wiki/Gcode#Section_G10_Retract

      posted in Tuning and tweaking
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: RRF3.01-RC12 Not Loading Config-Override.g on startup?

      I think the problem is the same!
      This variant, M500 P31, helped me
      Before that, I also used a simple M500
      Had posted it here before
      https://forum.duet3d.com/topic/15317/reprapfirmware-3-01-rc6-released/147?_=1589506715771

      posted in Beta Firmware
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: RepRapFirmware 3.01-RC6 released

      Hi there,

      Can it be that the G30 S-3. is no longer working properly?
      With RRF2.05 this was saved automatically, max. an M500 was necessary.
      Now it only works again with M500 P31

      DWC shows the following message:
      G31 S-3 Meldung.jpg
      But config-override.g was not saved

      greetings

      posted in Beta Firmware
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: RF3 + Duet2 + Electromagnet

      Many thanks to you, I'm a little smarter now.

      So it would go to the fan output? Have Duet2 V1.03.

      Would 5V also go to the expansion header since there is more choice with 5V?

      posted in Duet Hardware and wiring
      zerspaner_gerdundefined
      zerspaner_gerd
    • RF3 + Duet2 + Electromagnet

      To be on the safe side, I would need a second opinion before I spend more thought on it!

      Can a "Linear Solenoids Cylinder Solenoids" (e.g. https://www.red-magnetics.com/en/product-groups/linear-solenoids/cylinder-solenoids/its-lz-1335-z/) be controlled with the Duet?
      By using "exp.heater3 and exp.heater4" from Expansion header directly without using an expansion board.

      With RF3 this should be possible, right?

      Thank you for your answers and advice!

      posted in Duet Hardware and wiring
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: New firmware 3.01-RC2 available

      Would have another question
      Should you invert the pin on M950 or with M581 S1?

      What happens to the following constellation:

      M950 J1 C"!e0stop"				
      M581 P1 T0 S1 C0
      
      posted in Beta Firmware
      zerspaner_gerdundefined
      zerspaner_gerd
    • RE: New firmware 3.01-RC2 available

      For me, two sensor inputs are created?

      inputs.jpg

      Where does the numbering start?
      An example on Gcode Wiki shows J1, so I thought it started at one.

      Shouldn't "M581 T3 S0" make a change?
      There is only one message
      746d9d07-8709-4c35-b6cd-13a44979ffd3-image.png

      posted in Beta Firmware
      zerspaner_gerdundefined
      zerspaner_gerd