Giter VIP home page Giter VIP logo

Comments (4)

nickshl avatar nickshl commented on September 4, 2024 1

Looks good now. How it used to be, you can check there: https://youtu.be/5Wq_Iub6t_M?t=272

from iosender.

nickshl avatar nickshl commented on September 4, 2024

@terjeio any updates on this issue? This is an example with 1 mm cut, clearance, last pass 45 degree taper:

G18 G8 G21
M3S100 G4P1
G0 X6.000
G0 Z0.500
G97
(Pass: 1, DOC: 4.000 1.000)
G1 X4.000 F200.000
G1 X5.000 Z-1.000
G0 X5.000; // THIS LINE SHOULDN'T BE THERE !
G0 Z0.500
(Pass: 2, DOC: 3.000 1.000)
G1 X3.000 F200.000
G1 X5.000 Z-2.000
G0 X4.000; // SO THIS!
G0 Z0.500
(Pass: 3, DOC: 2.000 1.000)
G1 X2.000 F200.000
G1 X5.000 Z-3.000
G0 X3.000; // AND THIS!
G0 Z0.500
(Pass: 4, DOC: 1.000 1.000)
G1 X1.000 F200.000
G1 X5.000 Z-4.000
G0 X2.000; // THIS ONE TOO!
G0 Z0.500
(Pass: 5, DOC: 0.000 1.000)
G1 X0.000 F100.000
G1 X5.000 Z-5.000
G0 X1.000; // At this point it will be 2 mm rod instead taper...
G0 Z0.500

Without fix, it cut taper, then at the end of this taper it moves cutter to the center.
This is a bug to use taper minor diameter to calculate clearance, taper major diameter should be used. Or it shouldn't be used at all since it unnecessary - when we move Z to start position, it immediately clear from part because of taper.

from iosender.

terjeio avatar terjeio commented on September 4, 2024

Not yet, I have been quite busy with private assignments lately.

from iosender.

terjeio avatar terjeio commented on September 4, 2024

I have uploaded new edge versions for you to try - when a taper is selected only current and target diameter is used for the calculations - and Z length is calculated as well. I have also enabled entry of fractional degrees and I flag an error if the angle is >= 90 degrees. I have not yet implemented/verified internal tapers and the UI could be improved.

What do you think?

from iosender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.