Welcome! Log In Create A New Profile

Advanced

Marlin functions

Posted by DapDeveloper 
Marlin functions
August 17, 2017 05:35AM
Hi,
someone who are working with marlin firmware know what do this functions:
- sync_plan_position_e();
- sync_plan_position();
- SYNC_PLAN_POSITION_KINEMATIC()


Thanks
Re: Marlin functions
August 17, 2017 10:18AM
The sync plan position functions are a way to not issue any more commands to move the printer until every outstanding move is completed.
Re: Marlin functions
August 17, 2017 10:46AM
Hi,
thanks for the answer.
My problem is that gcode_g92() call the function sync_plan_position_e(). I have a dual extruder printer and when i use the second extruder and i call the function G92 the printer lose position and don't move correctly.
Sorry, only registered users may post in this forum.

Click here to login