On 11/12/2020 at 4:24 PM, GregValiant said:I think this is what you're looking for. You didn't mention your printer. This is for mine...
Within the "creality_base.def.json" file in the "Overrides" section is "machine_max_feedrate_z":{"default_value": 10 }, . That sets the max allowable Z-Hop speed in the Cura settings dialog.
Still in the Overrides but down a bit further is "speed_z_hop":{"value": 5 }, and that sets the default number in the Cura settings dialog. It's what shows until I make a change.
If you can find the lines in your definition file - change the max to 25 and the speed to 20, save the file and restart cura.
Forgot to do that, mine is a Sidewinder X1.
Recommended Posts
GregValiant 1,410
I think this is what you're looking for. You didn't mention your printer. This is for mine...
Within the "creality_base.def.json" file in the "Overrides" section is "machine_max_feedrate_z":{"default_value": 10 }, . That sets the max allowable Z-Hop speed in the Cura settings dialog.
Still in the Overrides but down a bit further is "speed_z_hop":{"value": 5 }, and that sets the default number in the Cura settings dialog. It's what shows until I make a change.
If you can find the lines in your definition file - change the max to 25 and the speed to 20, save the file and restart cura.
Edited by GregValiantLink to post
Share on other sites