I’m trying to use milling version based on old Marlin firmware with Ramps 1.4 and Mega2560 R3. It works good, but the problem is similar feedrate for G0 and G1. It means that after: G1 X+70 F50 the feedrate will be the same for the next line: G0 X-100 (without F value). My CAM software doesn’t allow to generate G0 X-100 F. I know about new Marlin version which able to use G0 feedrate independetly to G1, but don’t so experienced to remake new Marlin into milling version. So I’m looking for these solutions:
- get any Internet link to new Marlin milling version
- find CAM which able to write feedrate for G0 and G1
Please give me advice for my problem solution.