Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Petr K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 27
    • Best 1
    • Controversial 0
    • Groups 0

    Petr K

    @Petr K

    2
    Reputation
    2
    Profile views
    27
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Petr K Unfollow Follow

    Best posts made by Petr K

    • RE: NPN sensor problem

      G31 X35 Y-4 Z0 P500 was the problem, I had two parameters P (P0 and P500), now works great

      posted in Firmware installation
      Petr Kundefined
      Petr K

    Latest posts made by Petr K

    • RE: Mesh bed leveling problem

      Thanks guys, I fix it.

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @phaedrux Looks good, but what about the four points in corners? I started printing yesterday and first layer looks good. Object was in the center of bed and has diameter 150 mm.

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @phaedrux bed leveling.jpg

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @phaedrux Level the bed, I mean G29 settings

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @fcwilt G32 works fine, but G29 has problem, so mesh.g

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @fcwilt In M558 doesn't work

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @phaedrux Any simple gcode for leveling? I edit G28 gcode too.

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @fcwilt Hello two speeds are where in firmware please?

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @fcwilt I send G28 before G29

      ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.1 on Sat Aug 28 2021 19:21:07 GMT+0200 (Středoevropský letní čas)
      G91                    ; relative positioning
      G1 H2 Z5 F6000         ; lift Z relative to current position
      G1 H1 X-315 Y315 F3000 ; move quickly to X or Y endstop and stop there (first pass)
      G1 H1 X-315            ; home X axis
      G1 H1 Y315             ; home Y axis
      G1 X5 Y-5 F6000        ; go back a few mm
      G1 H1 X-315 F360       ; move slowly to X axis endstop once more (second pass)
      G1 H1 Y315             ; then move slowly to Y axis endstop
      G90                    ; absolute positioning
      G1 X120 Y159 F6000     ; go to first bed probe point and home Z
      M558 A1 F180      ; Set single probing at faster feed rate
      G30               ; home Z by probing the bed
      M558 A5 S0.03 F90 ; Set multiple probing at slower feed rate
      G30
      ; Uncomment the following lines to lift Z after probing
      ;G91                   ; relative positioning
      ;G1 Z5 F100            ; lift Z relative to current position
      ;G90                   ; absolute positioning
      
      posted in Tuning and tweaking
      Petr Kundefined
      Petr K
    • RE: Mesh bed leveling problem

      @fcwilt hello in mesh.g

      posted in Tuning and tweaking
      Petr Kundefined
      Petr K