Giter Club home page Giter Club logo

Comments (6)

teodoryantcheff avatar teodoryantcheff commented on August 20, 2024

Can you elaborate, @BartBooz? My, and others' tests have been correct so far.

from solidcam-mach3-post.

teodoryantcheff avatar teodoryantcheff commented on August 20, 2024

Closing this due to lack of feedback.

from solidcam-mach3-post.

tsipa avatar tsipa commented on August 20, 2024

I can confirm the same issue:
image

Rotary finish 4x generates feed rates as "F0."
Rotary machining works fine. All other stuff works fine.

Would you prefer to re-open this one or I should open new one?

from solidcam-mach3-post.

tsipa avatar tsipa commented on August 20, 2024

This might be usefull, but i personally have not idea how to read that ATM.

(1)@line_5x ==> xpos:0.000F ypos:-1.408T zpos:55.832T feed:2400.000F
..> apos:670.991T bpos:0.000F
..> dapos:0.535 dbpos:0.000
..> xhpos:42.143T yhpos:-1.408T zhpos:36.623T
..> xpos_normal:0.7548086T ypos_normal:0.0000000F zpos_normal:0.6559451T
..> xmpos:0.000F ympos:-1.408T zmpos:55.832T
..> xopos:0.000F yopos:-1.408T zopos:55.832T
..> xtpos:0.000F ytpos:-1.408T ztpos:146.632T
..> xtopos:0.000F ytopos:-1.408T ztopos:146.632T
..> xrpos:0.000F yrpos:-1.408T zrpos:55.832T
..> xrtpos:0.000F yrtpos:-1.408T zrtpos:146.632T
..> dir5a:ccw dir5b:cw
..> x_surface_point:41.690T y_surface_point:-1.408T z_surface_point:36.229T
..> x_surface_normal:0.7548086T y_surface_normal:0.0000000T z_surface_normal:0.6559451T
..> feed_type:'feed_rate'
..> inverse_feed:0.000 feed_teeth:0.050F
> Y-1.408 Z55.832 A670.991 F0.

from solidcam-mach3-post.

tsipa avatar tsipa commented on August 20, 2024

I tried disabling use_solidcam_feeds and got no F over entire file at all:

image

from solidcam-mach3-post.

tsipa avatar tsipa commented on August 20, 2024

I did:
@line_5x
gcode = 1
if use_sc_feeds then
{nb, ['G'gcode], [' X'xpos], [' Y'ypos], [' Z'zpos], [' A'apos], [' F'feed] }
else
if original_feed > 0 then
{nb, ['G'gcode], [' X'xpos], [' Y'ypos], [' Z'zpos], [' A'apos], [' F'original_feed] }
else
{nb, ['G'gcode], [' X'xpos], [' Y'ypos], [' Z'zpos], [' A'apos], [' F'feed] }
endif
endif
endp

and it's better now, but I don't fully understand wtf is original feed and if it's even a thing

from solidcam-mach3-post.

Related Issues (12)

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.