Jump to content

iPa

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by iPa

  1. On 7/10/2021 at 10:31 AM, iPa said:

    - After a while I can not select an object  by clicking on it anymore, but it's working by the object list, the problem is you can not move or rotate object anymore (in fact mouse is not working anymore on the build plate area). Need to restart Cura.
    ps: mac Bigsur with arcane_engine_beta

    I have found about this issue:

     

    issue #8745 closed

    "the issue is resolved by the upgrade of Qt to 5.15"

    Hope this upgrade for the next beta released 😀 thank you

     

     

  2. On 7/23/2021 at 1:46 PM, Smithy said:

    I am not 100% sure but the problem with the mouse pointer, was fixed in one of the latest Cura versions, but I guess the fix was not merged yet into the Arachne branch. 

     

     

    Exactly, issue #8745 closed

    "the issue is resolved by the upgrade of Qt to 5.15"

    Hope for the next beta released 😀

     

     

  3. I have never had this issue with 4.9, but now I use Arachne beta, and I got this really annoying bug, need to exit and restart Acura after only few minutes.
     

    - Full Disk Access" did not solve the problem.

    - The "Custom Printjob Naming" plugin doesn’t do the trick ( in fact has worked one times  )

    - I don’t have external monitors 

     

     


     

  4. Arachne engine is working really well, I have just saw one times a bug with gradual infill, that all.
     

    But I think not linked to Arachne engine I have some annoying general behavior bugs.

    - After a while I can not select an object  by clicking on it anymore, but it's working by the object list, the problem is you can not move or rotate object anymore (in fact mouse is not working anymore on the build plate area). Need to restart Cura.
    - Multiply model doesn't work at all (do nothing).

    - After installing archanee beta, Cura 4.10 doesn't start anymore.

     

    A nice day 

    ps: mac Bigsur with arcane_engine_beta

  5. 21 hours ago, nallath said:

    This project is very much alive! We've not been spending 100% of our time on it (since we also had to work on the CAD file importing, which took a fair chunk of our time). We are currently picking up some work for Arachne again.

    As it stands, we will have at least one aditional pre-release of Arachne before the full release. I expect that there might be a few more prereleases, as the changes are pretty big, so we really need to get things right!

    Thank you for this, a very great improvement for Cura. 

  6. 25 minutes ago, Smithy said:

    One more point, I print since the "release" of the alpha version with it, and I have absolutely no problems. And I really like the new engine, it is so much better with curves and such things, that I never looked back to the normal version.

    First print on the way 😀

     

  7. Hi,

    I tried to insert two "pause at height", at 4mm then at 13mm.

    But the script has inserted this two sequences consecutively at 4mm (at the same place) in the gcode file.
    13mm script was executed the first at 4mm, immediately  after the 4mm script was executed!

     

    G1 F300 Z4
    ;MESH:NONMESH
    G0 F9000 X130.029 Y152.562 Z4
    ;TIME_ELAPSED:835.435373
    ;TYPE:CUSTOM
    ;added code by post processing
    ;script: PauseAtHeight.py
    ;current z: 15
    ;current height: 14.8
    M83 ; switch to relative E values for any needed retraction
    G1 F2100.0 E-0.8
    G1 F300 Z16 ; move up a millimeter to get out of the way
    G1 F9000 X10.0 Y10.0
    M104 S0 ; standby temperature
    M117 Insert coin
    M0 ; Do the actual pause
    M109 S220 ; resume temperature
    G1 F2100.0 E0.8
    G1 F2100.0 E-0.8
    G1 F9000 X130.029 Y152.562
    G1 F300 Z15 ; move back down to resume height
    G1 F2100.0 E0.8
    G1 F2100.0 ; restore extrusion feedrate
    M82 ; switch back to absolute E values
    G92 E630.15955
    ;TYPE:CUSTOM
    ;added code by post processing
    ;script: PauseAtHeight.py
    ;current z: 4.2
    ;current height: 4.0
    M83 ; switch to relative E values for any needed retraction
    G1 F2100.0 E-0.8
    G1 F300 Z5.2 ; move up a millimeter to get out of the way
    G1 F9000 X10.0 Y10.0
    G1 F300 Z15 ; too close to bed--move to at least 15mm
    M104 S0 ; standby temperature
    M117 Insert magnet
    M0 ; Do the actual pause
    M109 S220 ; resume temperature
    G1 F2100.0 E0.8
    G1 F2100.0 E-0.8
    G1 F300 Z5.2
    G1 F9000 X130.029 Y152.562
    G1 F300 Z4.2 ; move back down to resume height

     

     

    ASX1_cointraps_10baht.gcode

×
×
  • Create New...