Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Alpenprinter
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Alpenprinter

    • RE: using M3 command to open and close a switch

      I have a quite similar Problem:

      I want to switch a on/off realy to switch the spindle via the M3/M5 command.

      The relay is connected the fan port 7 of a Duet3 board.
      I configured the following lines:

      "M453 P7 S0 T0 C"out1+out7+out2" ; set CNC Mode"

      Result:
      "M3" does not switch the relay, but "M3 S1" does.
      "M5" stops the spindle, as intended.

      How can I configure the board, so I can switch the spindle with "M3" only, without M1, because this is how the gcode ist generated my the postprocessor?

      posted in CNC
      Alpenprinterundefined
      Alpenprinter
    • RE: N7JTI Duet3 CNC Build

      Great work! Compliments!
      I just started to modernize my cnc mill with a duet3 board, too.
      Basically it is running, but some configuration is still to be done.

      May I ask you a few questions?

      I use Fusion360. What postprocessor do you use?
      How do you manage to start/stop the spindle (just a high voltage relais)?
      Does the postprocessor create the M3 M5 commands?
      How do you z-probe?

      Some help would be great!

      Martin

      posted in CNC
      Alpenprinterundefined
      Alpenprinter
    • RE: Preview version of CNC optimized DWC.

      @Sindarius said in Preview version of CNC optimized DWC.:

      M453

      You are the best! Looking great!

      Could s.o. please post the config.g and the homing files, for a e axis mill, so I have a starting point for configuration?

      posted in CNC
      Alpenprinterundefined
      Alpenprinter
    • RE: Preview version of CNC optimized DWC.

      I did not manage to install the CNC Webcontrol. The duetwebcontrol_sd.zip can be uploaded under „system“, the files are unzipped, but then nothing happens.
      What is my mistake?

      posted in CNC
      Alpenprinterundefined
      Alpenprinter
    • RE: Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released

      @phaedrux said in Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released:

      @alpenprinter said in Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released:

      What's the latest firmware version known to run stable?

      2.02 was the last stable release.

      What version of DWC and PanelDue firmware are you running?

      I downgraded to 2.02 and all is running fine again. I kept DWC 2.0.0, no problem with this.

      posted in Firmware installation
      Alpenprinterundefined
      Alpenprinter
    • RE: Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released

      @phaedrux said in Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released:

      @alpenprinter said in Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released:

      What's the latest firmware version known to run stable?

      2.02 was the last stable release.

      What version of DWC and PanelDue firmware are you running?

      Panel Due 1.20
      DWC 2.0.0

      posted in Firmware installation
      Alpenprinterundefined
      Alpenprinter
    • RE: Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released

      What's the latest firmware version known to run stable?

      @zerspaner_gerd said in Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released:

      @alpenprinter said in Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released:

      Within long prints, the display and the web interface twice got unresponsive about in the middle of a print (after around 5h).
      But the print was finished correctly. After finishing, the duet display (7´) and the web interface still show the bed and hotend temperature that where used during the print.

      I also observed that!
      At first I thought only of wireless problems but also the PanelDue did not react anymore.
      I also had this in 2.03 RC, Final 2.03 I have just installed today.

      posted in Firmware installation
      Alpenprinterundefined
      Alpenprinter
    • RE: Firmware 2.03 (Duet 2) and 1.24 (Duet 06/085) released

      Since updating to 2.03, I think, that there is a new issue.

      Within long prints, the display and the web interface twice got unresponsive about in the middle of a print (after around 5h).
      But the print was finished correctly. After finishing, the duet display (7´) and the web interface still show the bed and hotend temperature that where used during the print.

      The "STOP" button on the display reacts, but failed to connect to the duet board again.

      Power on/off fixes the problem.

      In the 2.03 RC the fault did not appear.

      posted in Firmware installation
      Alpenprinterundefined
      Alpenprinter
    • RE: Z-Offset increasing with every print

      For homing and bed tilt leveling I use the endstops. The probe is only used for mesh bed leveling from time to time.
      I thought, the Z-offset of the probe does not matter, because the probe is only used for generating the heightmap and leveling is done by the endstops, anyway.

      ; homez.g
      G91
      M584 Z2 U4 P4. ; split Z motor control to Z and U for it to work we have to show U (param P4) in the UI
      G1 S2 Z6 U6 F6000 ; move bed down 6mm
      G1 S1 Z-300 U-300 F4000 ; move quickly to Z axis endstops and stop there (first pass)
      G1 Z2 U3 F4000 ; go back a few mm
      G1 S1 Z-300 U-300 F300 ; move slowly to Z axis endstops once more (second pass)
      M584 Z2:4 P3. ; back to combined axes and hidden U
      G90 ; Back to absolute positioning
      G92 Z4.66 ; Z offset (positive is closer to bed)
      G91
      G1 Z5 F3000 ; lift Z after probing
      G90

      posted in General Discussion
      Alpenprinterundefined
      Alpenprinter
    • Z-Offset increasing with every print

      Hi!

      My Z-Offset is increasing about 1mm with ever print. If I restart the firmware, it is not increasing.
      The heatmap is under the Z= level - may be this has to do with the problem?

      Setup:
      Duet Wifi, Slicer S3D
      Bed leveling is done with two optical Z-min endstops and two steppers - working fine.
      Than the stored heatmap is used vor auto bed leveling.

      Autobed leveling is done with a precision piezo orion probe.

      config.g:
      ; Z-Probe
      M558 P8 I1 R0.4 F300 T10000 H1 ; Set Z probe type to unmodulated and the dive height + speeds
      G31 P500 X0 Y0 Z0 ; Set Z probe trigger value
      ; Endstops - empty

      The sequences before printing are:

      Set the Z-offset in homeall.g and homez.g
      G92 Z4.66 ; Z offset (positive is closer to bed)

      In the S3D start-script home all axis and activate bedleveling with the stored heatmap:
      G28 ; home all axes (homeall.g)
      G29 S1 ; enable mesh grid compensation from saved file

      Any ideas?

      posted in General Discussion
      Alpenprinterundefined
      Alpenprinter
    • resume on power failure with precision piezo?

      Hi!

      I use a XY Core Hypercube evolution printer with duet wifi and a precision piezo orion as Z min sensor.

      Is it possible to let the precision piezo do the Z homing on top of the print and then set „0“ to the last stored Z position?

      How should the config files look for that?

      Martin

      posted in General Discussion resume power piezo
      Alpenprinterundefined
      Alpenprinter
    • I get mad with the configuration of my capacitive Z-probe

      Hi!

      I get mad with the configuration of my capacitive Z-probe.

      The probe is connected to E0 switch. It switches the E0 led on the duetwifi as it should. P0 changes to P1000.

      On the web interface, in machine status, the Z stop does not change status, but the E0 status does when switching.

      And further more I can't invert the E0 status.

      What I am doing wrong? Could s.o. please give me a hint on this?

      ; Endstops
      M574 Z2 S0 ; Set active low endstops
      M574 E0 S1
      M574 X1 Y1 S1 ; Set active high endstops

      ; Z-Probe
      M558 P4 I1 Z2 H3 F200 T5000 ; Set Z probe type to switch, the axes for which it is used and the dive height + speeds H5 F120 T6000
      G31 P500 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
      M557 X15:285 Y15:285 S20 ; Define mesh grid

      posted in General Discussion
      Alpenprinterundefined
      Alpenprinter
    • RE: Checksum Errors Duetwifi

      You are right. It is the cable!

      I rolled up the cable and the checksum errors disappeared.

      I will make a shielded, shorter cable. That should fix the problem.

      Duet3D should deliver a shielded cable with the duetwifi.

      Martin

      posted in General Discussion
      Alpenprinterundefined
      Alpenprinter
    • RE: Checksum Errors Duetwifi

      It is the delivered cable. I don‘t want to shorten it.

      posted in General Discussion
      Alpenprinterundefined
      Alpenprinter
    • RE: Checksum Errors Duetwifi

      The checksum Errors only appear in the i7 diplay.
      They occur even when no g-code is processed.

      I am quite shure, it is a serial communication problem form i7 to the mainboard. Baud rate is 57600.

      I can't control the 3D printer with the i7 display reliably, because it is often not responsive. Like this it is not usable at all.
      The 4 pole cable runs seperately from the stepper cables. M575 is not set up.

      posted in General Discussion
      Alpenprinterundefined
      Alpenprinter
    • RE: Checksum Errors Duetwifi

      Update:
      It seems the errors are only visible on the i7 display.
      In the webbrowser I can‘t find the errors.

      posted in General Discussion
      Alpenprinterundefined
      Alpenprinter
    • Checksum Errors Duetwifi

      I receive a lot checksum errors in the console during printing. About every 20sec.
      The printing seems not to be affected.
      Firmware 1.21 (Hypercube EVO)

      Any Idea?

      posted in General Discussion
      Alpenprinterundefined
      Alpenprinter
    • Looking for hypercube evolution config files

      Hi!

      I just build a hypercube evolution 300x300x300 with duet wifi

      There must be a lot of users with the same hardware out there.
      As I am new to duet wifi, i would be nice, if s.o. could give me the config/ firmware files as a point to start with.

      thx in advance!

      Martin

      posted in Firmware installation
      Alpenprinterundefined
      Alpenprinter