Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. vandermeulen
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 18
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by vandermeulen

    • vandermeulenundefined

      heated bed temperature fault

      Tuning and tweaking
      • heater fault bed heater • • vandermeulen
      20
      0
      Votes
      20
      Posts
      935
      Views

      zaptaundefined

      @vandermeulen said in heated bed temperature fault:

      @engikeneer Okay, I hadn't found the M143 command. Let me try.

      While you play with M143, you can loo at the heater's monitors in the DWC object model section. It will show you the internal affect of your M143 on the RRF internal configuration.

    • vandermeulenundefined

      Splash screen on PanelDue - 16-bit on Windows 10 problem

      PanelDue
      • • • vandermeulen
      2
      0
      Votes
      2
      Posts
      176
      Views

      A Former User?

      There have been threads about this before, but couldn't find it atm; but its not a windows 10 problem as it works just fine on my windows 10.

      C:\eclipse\PanelDue\bmp2c\Release>bmp2c-escher3d.exe Usage: bmp2c-escher3d.exe input_file.bmp [output_file.cpp] [-b] [-c] [-p] C:\eclipse\PanelDue\bmp2c\Release>systeminfo Host Name: DESKTOP-****** OS Name: Microsoft Windows 10 Home OS Version: 10.0.17763 N/A Build 17763 OS Manufacturer: Microsoft Corporation OS Configuration: Standalone Workstation OS Build Type: Multiprocessor Free

      This is straight from github back in May. Where are you getting the bmp2c binary from?

    • vandermeulenundefined

      heater fault troubles

      General Discussion
      • • • vandermeulen
      17
      0
      Votes
      17
      Posts
      3.9k
      Views

      Phaedruxundefined

      @3mm
      It looks like you aren't using pressure advance at the moment. See this link for an idea of where to start.

      https://duet3d.dozuki.com/Wiki/Pressure_advance

      Your retraction settings are probably defined in the slicer, but they can also be controlled by firmware if you tell the slicer to let it.

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

      https://forum.duet3d.com/topic/5993/firmware-retraction-tuning-with-macros

    • vandermeulenundefined

      Override fan speed

      Firmware developers
      • • • vandermeulen
      5
      0
      Votes
      5
      Posts
      817
      Views

      vandermeulenundefined

      The pin fan speed was new to me, but it's perfectly ok. Maybe in the future make the option available on the Panel Due, but consider it problem solved.for now.

    • vandermeulenundefined

      Setting Z=0 level, not using config.g

      Firmware developers
      • • • vandermeulen
      4
      0
      Votes
      4
      Posts
      633
      Views

      dc42undefined

      Store the actual Z-axis limit or an offset by pressing a button on the PanelDue.

      Do you mean store it on the SD card so that the Z=0 position will be the same after a power cycle? If so then the only way I can think of to do this now is:

      To find the new Z=0 level, after placing the nozzle 5mm above bed centre, send G30 with the Z probe type set to 0 (P0 in your M558 command). Then send G1 S3 Zxxx Fyyy (with appropriate xxx and yyy values) to send the head or bed ot the Z-max endstop. When the endstop is triggered, it will adjust the M208 Z limit. Then send M500 to save the new value in config-override.g.

      The M586 command followed by M500 almost does what you want, however there is currently no facility to use M586 to probe manually instead of using a switch.

    • vandermeulenundefined

      Protect access to firmware system files

      Firmware wishlist
      • • • vandermeulen
      5
      0
      Votes
      5
      Posts
      673
      Views

      Danalundefined

      I vote NOT to do this because there will ALWAYS be the option to put the SD card in a computer and do anything to any file/directory.

      With greatest respect: Please don't inconvenience end-users legitimate use cases in order to attempt to control idiots who will still have total access.