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

    polar 3d Printer Skr1.4 with Reprapfirmware

    Scheduled Pinned Locked Moved
    LPC
    1
    1
    292
    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.
    • shadiundefined
      shadi
      last edited by shadi

      @dc42 hi all can any one please advise me how can i set the values of M92 for polar 3d printer and whether those values are necessary, the design is Y turntable with X moves as R which moves horizontally and Z moving up and down, i would say the turntable should move 360 degrees but my problem the shapes the machine currently drawing almost the model however the problem i face is in corners they come round instead of sharp corners it seems R moving shorter distances which result of not identical shapes.

      version of my firmware
      FIRMWARE_NAME: RepRapFirmware for LPC176x based Boards FIRMWARE_VERSION: 3.3beta1_5 ELECTRONICS: LPC176x FIRMWARE_DATE: 2021-03-31 11:33:17

      could it be a problem in the firmware release ? can you please advise the possible to work release ?

      sample of config.g

      ; Drives
      M569 P0 S0 ; physical drive 0 goes forwards using default driver timings
      M569 P1 S1 ; physical drive 1 goes forwards using default driver timings
      M569 P2 S0 ; physical drive 2 goes forwards using default driver timings
      M569 P3 S1 ; physical drive 3 goes forwards using default driver timings
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation

      M92 X40 Y40 Z400.00 E420.00 ; set steps per mm

      M566 X2000.00 Y2000.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)

      M669 K7 R0:200 H.01 F300 A300 ; set Polar kinematics parameters

      M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X2000.00 Y2000.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X200 Y3600 Z400 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"!xstop" ; configure active-high endstop for low end on X via pin xstop
      M574 Y1 S1 P"!ystop" ; configure active-high endstop for low end on Y via pin ystop
      M574 Z1 S1 P"!zstop" ; configure active-high endstop for low end on Z via pin zstop

      I appreciate the help on this.

      regards;

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