Mark acceleration settings as experimental and add a M501 command at the end of the print if acceleration control is enabled

This commit is contained in:
Alessandro Ranellucci 2012-02-14 21:57:53 +01:00
parent 0deee20ade
commit 68f001a7de
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ sub new {
options => [qw(travel_speed bottom_layer_speed_ratio)],
},
acceleration => {
title => 'Acceleration settings',
title => 'Acceleration (experimental)',
options => [qw(acceleration perimeter_acceleration infill_acceleration)],
},
accuracy => {