Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. tcj
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 28
    • Best 5
    • Controversial 0
    • Groups 0

    Best posts made by tcj

    • RE: Cura Script to Automatically Probe Only Printed Area

      @zapta could you please change the script that it can handle negative coordinates in --meshable ?
      This will make it usable for Delta printers, because
      "For Cartesian printers, specify minimum and maximum X and Y values to probe and the probing interval. For Delta printers, specify the probing radius. If you define both, the probing area will be the intersection of the rectangular area and the circle. "
      https://duet3d.dozuki.com/Wiki/Gcode#Section_M557_Set_Z_probe_point_or_define_probing_grid

      Thank you

      posted in General Discussion
      tcjundefined
      tcj
    • RE: Cura Script to Automatically Probe Only Printed Area

      @zapta thank you for the effort, but ist does not work yet
      only defining the default meshable area within the script (line 50) by

      default="-185:185,-185:185"
      

      works,
      but when adding

      <path to your python3> <path_to_the_duet3d_automesh.py file> --meshable "-185:185,-185:185"
      

      to the Post-processing script, it fails

      posted in General Discussion
      tcjundefined
      tcj
    • RE: Cura Script to Automatically Probe Only Printed Area

      @DK90 the space in "Program Files" leads to this error
      change it to

      C:\Users\Dominic\AppData\Local\Programs\Python\Python36-32\python.exe "C:\Program Files\Prusa3D\PrusaSlicer\duet3d_automesh.py"
      

      notice the "

      posted in General Discussion
      tcjundefined
      tcj
    • RE: Cura Script to Automatically Probe Only Printed Area

      @zapta thank you

      posted in General Discussion
      tcjundefined
      tcj
    • RE: Cura Script to Automatically Probe Only Printed Area

      @Baenwort said in Cura Script to Automatically Probe Only Printed Area:

      Does this bring it closer to working for Delta's? Or at least probing a square area of the circular bed?

      Yes, this makes it usable for delta's, because
      "For Cartesian printers, specify minimum and maximum X and Y values to probe and the probing interval. For Delta printers, specify the probing radius. If you define both, the probing area will be the intersection of the rectangular area and the circle. "
      https://duet3d.dozuki.com/Wiki/Gcode#Section_M557_Set_Z_probe_point_or_define_probing_grid

      posted in General Discussion
      tcjundefined
      tcj