Category: General LinuxCNC Questions
Hi all,
* Note, the topic name was changed up to 2 times by someone, haha.
Today i added
look ahead. This took almost half a day. It's a tiny file, but took a lot off time.
Here is the look_ahead_source_code_file
Now i did a test run tonight using a line fillet algo : file_path_standard_subseg_line_fillet
This is a simple optimizer algo, that is handy for simple runtests.
The test is done on the extreme
spiral_on_surface
file. With tiny segments 0.001mm and deviation P0.0001 Q0.0
Some hal values:
- incements_a_cycle = 2 (planner skips extra gcode segment to keep up with scurve new position)
- ring buffer size = 10
- total loaded segments from program start = 15117
- future buffer, items that are ready to perform, including fillet segments = 3
- cycle dist, is the distance in mm for current servo cycle = 0.0078 mm
- hal traject buffer dist, total todo segments length. ( sum off future buffer ) = 0.1544764 mm
This file run's quite nice for what it is.
Git sources are updated.
The first donation is recieved. Thanks !
See the github readme file for more info !