Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Final calibrations for RostockMax V3.2

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    5
    170
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • insertcoinundefined
      insertcoin
      last edited by

      I have already found a lot of help here with troubleshooting my printer. There are some
      issues I am still having trouble with, for example printing from the SD card inserted in the LCD. Thanks to helpful comments on a previous topic, i managed to connect my printer to access point mode. There is M375 and Z probe trigger errors when trying to start up bed mapping. My files:
      homedelta.g:
      M203 Z25000
      G91 ; use relative positioning
      G1 S1 X750 Y750 Z750 F5000 ; move all carriages up, stopping at the endstops
      G1 S2 X-5 Y-5 Z-5 F500 ; move all towers down 5mm
      G1 S1 X8 Y8 Z8 F500 ; move towers slowly up 8mm, stopping at the endstops
      G1 S2 X-5 Y-5 Z-5 F500 ; move carriages down 5mm
      G90 ; back to absolute positioning

      bed.g:
      M203 Z25000
      G28

      M109 S0
      M140 S0
      M106 P0 S0
      M106 P2 S0 H-1

      G30 P0 X0 Y125 Z-99999
      G30 P1 X108.24 Y62.5 Z-99999
      G30 P2 X108.24 Y-62.5 Z-99999
      G30 P3 X0 Y-125 Z-99999
      G30 P4 X-108.24 Y-62.5 Z-99999
      G30 P5 X-108.24 Y62.5 Z-99999
      G30 P6 X0 Y62.5 Z-99999
      G30 P7 X54.13 Y-31.25 Z-99999
      G30 P8 X-54.13 Y-31.25 Z-99999
      G30 P9 X0 Y0 Z-99999 S6

      M106 P2 T50 S0.5 H1

      G28

      config.g:
      M550 PRMAXV32 ; Printer name
      M555 P2 ; Gcode Output Type
      M552 S1 ; Enable Wifi
      M575 P1 B57600 S1 ; PanelDue Comm Setup
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates

      M569 P0 S0 ; Drive 0 goes forwards (X)
      M569 P1 S0 ; Drive 1 goes forwards (Y)
      M569 P2 S0 ; Drive 2 goes forwards (Z)
      M569 P3 S0 ; Drive 3 goes forwards (E0)
      M569 P4 S0 ; Drive 4 goes forwards (E1)

      M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)

      M665 R144 L291.06 B135 H400 X0 Y0 Z0 ; delta radius, diagonal rod length, printable radius and homed height
      ;M665 R144 L337 B135 H350 X0 Y0 Z0 ; optional carbon fiber arms length setting
      ; Y X Z are tower angle offsets
      M666 X0 Y0 Z0 ; endstop offsets in mm

      M350 X16 Y16 Z16 E16:16 I1 ; Set 16x microstepping w/ Interpolation
      M92 X200 Y200 Z200 ; Set axis steps/mm
      M92 E182.0:182.0 ; Set extruder steps/mm

      M906 X1200 Y1200 Z1200 E1200:1200 I50 ; Set motor currents (mA) and idle current %
      M201 X4200 Y4200 Z4200 E5000 ; Accelerations (mm/s^2)
      M203 X15000 Y15000 Z15000 E15000 ; Maximum speeds (mm/min)
      M566 X2000 Y2000 Z2000 E2000 ; Maximum instant speed changes mm/minute

      M106 P0 H-1 ; Part Cooling Fan
      M106 P1 S0.5 H-1 ; Case fan
      M106 P2 T50 S0.7 H1 ; Heat sink fan

      M307 H0 B0 ; Heated Bed (H2)
      M305 P0 T100000 B4388 R4700 H30 L0 ; Bed thermistor

      M305 P1 T100000 B4388 R4700 H30 L0 ; Hot end Thermistor
      M563 P0 D0 H1 ; Hot end (T0), drive (E0), heater (H1)
      G10 P0 S0 R0 ; Hot end operating and standby temperatures

      ;Dual Extrusion Code
      ;M563 P1 D1 H1 ; Hot end (T1), drive (E1), heater (H1)
      ;G10 P1 S0 R0 ; Hot end (1) operating and standby temperatures

      M558 P5 I0 A2 S0.05 R0.4 H20 F2500 ; Strain gauge probe settings
      G31 P100 X0 Y0 Z-0.3 ; Probe trigger and offset values
      M557 R140 S30 ; defualt bed mapping
      ;M501 ; Load saved config values
      T0 ; Select Tool 0
      ;M375 ; Load height map

      I was also wondering how to update my panelDue's firmware. Thanks!

      1 Reply Last reply Reply Quote 0
      • insertcoinundefined
        insertcoin
        last edited by

        Additionally, when i just started it up, i got an Error M375: height map file heightmap.csv not found.

        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by

          Have you used G29 to create a heightmap yet?

          https://duet3d.dozuki.com/Wiki/PanelDue See here for the PanelDue firmware.

          Z-Bot CoreXY Build | Thingiverse Profile

          insertcoinundefined 1 Reply Last reply Reply Quote 0
          • insertcoinundefined
            insertcoin @Phaedrux
            last edited by

            @Phaedrux
            no, i haven't done that yet. I thought commenting out M375 would make the error stop showing up for now. Thanks for the firmware update. Should i go ahead and put g29 in my config.g?

            Phaedruxundefined 1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator @insertcoin
              last edited by

              @insertcoin said in Final calibrations for RostockMax V3.2:

              Should i go ahead and put g29 in my config.g?

              No. G29 will run a probing routine of the bed surface as defined by the grid setup by M557. It won't run from config.g because it hasn't been homed yet.

              You would either have it run once, and then load the saved heightmap (such as with M375) or you would run it before every print. It would depend on your needs. For a delta, proper calibration is critical, and if the bed surface is flat glass, you likely don't need to run G29 at all.

              https://duet3d.dozuki.com/Wiki/Calibrating_a_delta_printer
              https://duet3d.dozuki.com/Wiki/Using_mesh_bed_compensation

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA