Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Repetier FW flavor, fixed accel gcode generation for it. #3427

Merged
merged 3 commits into from
Nov 22, 2016

Conversation

lordofhyphens
Copy link
Member

Addresses #3426

@lordofhyphens lordofhyphens added the Feature request This is an idea for a new feature in Slic3r label Jul 16, 2016
@lordofhyphens lordofhyphens added this to the 1.3.0 milestone Jul 16, 2016
@lordofhyphens
Copy link
Member Author

X and Y will be set to the same value because we don't differentiate in the GUI settings between the X/Y accelerations.

@lordofhyphens
Copy link
Member Author

lordofhyphens commented Jul 20, 2016

Still needs a short test to ensure that it generates the correct gcode output in the Repetier flavor.

I think the minimum test would load a default config, change the flavor to Repetier and set the accel to a distinctive value and then generate gcode. The validation would be that the number shows up in gcode and the line where it does show up is M201 X### Y###

Also, M204 Snnn should not be generated.

…ation M code and that the values are set properly.
@lordofhyphens
Copy link
Member Author

There, test also accounts for regression as well and passes :)

@alranel alranel merged commit ad9b985 into slic3r:master Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants