Navigation

    CREALITY

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. proffles
    3. Topics
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by proffles

    • P

      Printer stops during print - hitting performance limit?
      CR-6 SE /CR-6 MAX 3D Printer • • proffles  

      6
      0
      Votes
      6
      Posts
      45
      Views

      P

      @Tobi1007 Unfortunately No. It's still very broken, in fact with the new 2.0.1.3 firmware its much much much worse! Both cura and prusaslicer do the same thing. I am out of ideas.
    • P

      Feature request!
      CR-6 SE /CR-6 MAX 3D Printer • • proffles  

      4
      1
      Votes
      4
      Posts
      33
      Views

      P

      Just a quick update to say thank you @admin - it looks like this has been implemented in v2.0.1.3 firmware
    • P

      CR-6 SE successes
      CR-6 SE /CR-6 MAX 3D Printer • • proffles  

      4
      2
      Votes
      4
      Posts
      53
      Views

      P

      @leakydiode Here you go. I've created a repo on github to share profiles & info: https://github.com/robeastwood/3dPrinting/
    • P

      CR-6 SE how to calibrate
      CR-6 SE /CR-6 MAX 3D Printer • • proffles  

      4
      0
      Votes
      4
      Posts
      147
      Views

      P

      @proffles said in CR-6 SE how to calibrate: Ok thank you. I previously did it with my old printer using the arduino IDE and writing it to the controller. But with the CR6 you have to do it in the Gcode itself - I assume via the "Start Gcode" in machine settings in cura? I was wrong - no need to do it in the start GCode. I used Repetier-Host to manually send GCode to the machine via the USB cable, and save it to the onboard memory. Quick guide for those wanting to do the same thing: Send command M503 to read current settings. Look for something like: Steps per unit: M92 X80.00 Y80.00 Z400.00 E93.00 The E93.00 at the end is the current value for the steps for the extruder. in this case 93.00 Tell the printer to extrude some filament, say 50mm. Measure exactly how much it actually extruded, eg 46mm Calculate the new steps value. (Amount requested x original steps value ) / amount extruded In this example (50 x 93) / 46 = 101.087 So we want 101.1 as the new setting. Set the new value with command M92 Exxx where xxx = the new value. In this case M92 E101.1 Save the new setting to memory with M500 Test! Do another extrude & measure, and check you have got it accurate. If not, repeat the process.