Page 1 of 1

User Manual - Correction Suggestion(s)

PostPosted: Fri Oct 06, 2017 7:30 pm
by Robertspark
v1.2045 UCCNC user manual, pdf page 12.

Add to /d devicetype list UB1 {probably want to check rest of list is correct too}

yes... some of us do use the switches especially on 2nd machines we use for development, thanks.

Rob

Re: User Manual - Correction Suggestion(s)

PostPosted: Fri Oct 06, 2017 10:58 pm
by cncdrive
We seems to really forget to add the UB1 device type to be recognised in the command line /d parameter.
Will add it in the next release.

Re: User Manual - Correction Suggestion(s)

PostPosted: Fri Oct 06, 2017 11:29 pm
by cncdrive
Sorry, I was incorrect, the "UC300ETH_UB1" device type is already recognised by the software. It is only missing from the documentation.

Re: User Manual - Correction Suggestion(s)

PostPosted: Fri Oct 06, 2017 11:38 pm
by Robertspark
Thanks, I now know what the switch is to use, thanks

Re: User Manual - Correction Suggestion(s)

PostPosted: Sat Nov 18, 2017 2:50 pm
by Robertspark
G61 & G61.1
Any chance of expanding on the current explanation of what the difference is?

Is it the same as linuxCNC?
http://linuxcnc.org/docs/html/gcode/g-c ... :g61-g61.1

Re: User Manual - Correction Suggestion(s)

PostPosted: Sun Dec 03, 2017 9:44 am
by Robertspark
Stop at angle degrees:

viewtopic.php?f=4&t=830

suggested change in text {open to forum review + discussion in light of the above thread a correction to the manual is recommended + suggested correction if you've got a better way of writing it}

Stop at angle degrees: This parameter works only in Constant Velocity mode (G64) is active. The parameter is in degrees and is a physical angle of interconnection between motion segments where motion will decelerate to a stop and then accelerate back up to the defined feedrate for the next motion segment in order that a tight corner is formed where the angle of interconnection between line segments is greater than the set parameter. The parameter setting is from 0º to 180º, where if 0º is set, motion will always decelerate & accelerate between the interconnecting motion segments, given the segments always have an angle greater than 0º, and where set to 180º motion will never decelerate & accelerate between the interconnecting motion segments. Note, on inside corners where motion is set to decelerate & accelerate above the interconnecting angle the rounding of the corner will be limited by the tool radius. Where the stop angle is less than the set angle and motion does not decelerate, stop and accelerate between motion segments, the rounding of the segment interconnection will be set by the corner error max parameter and will be a combination of the axis acceleration setting and corner error max parameters which potentially reduce the feedrate by decelerating through the corner to maintain the corner error max parameter setting.