GCODE for increase / reduce speed precent?
 
Benachrichtigungen
Alles löschen

GCODE for increase / reduce speed precent?  

  RSS
kasper.m
(@kasper-m)
Active Member
GCODE for increase / reduce speed precent?

Hi all,

Is it possible to change the print speed percent as on the front panel but by doing it through GCODE? I am using Octoprint and would love to be able to increase / decrease speed percentage from remote...

Veröffentlicht : 31/05/2017 7:58 pm
philip.g5
(@philip-g5)
Eminent Member
Re: GCODE for increase / reduce speed precent?

This is possible by altering the feedrates on the movement commands.

G01 X50 Y15 F300

The line above tells the printer to move X 50mm and Y 15mm at the rate of 300mm/s, with that said you can simply alter the "F300" portion of the code and have the printer make those movements at higher or lower speeds. So to iterate the following line would make the printer do the same movement twice as fast:

G01 X50 Y15 F600

Philip G.
Original Prusa i3 MK2S
Turnigy Fabrikator Mini

Veröffentlicht : 31/05/2017 8:31 pm
hendrik.s2
(@hendrik-s2)
Eminent Member
Re: GCODE for increase / reduce speed precent?

Should be M220 Sxxx where xxx is the percentage, i.e. 100 is normal speed.

However Octoprint should have this built in, look in the "Control" Tab for "Feed%". That works for me.

Alternatively check out the Octoprint Wiki: https://github.com/foosel/OctoPrint/wiki/Cookbook:-Custom-Controls#print-speed-and-flow-control

Veröffentlicht : 01/06/2017 8:17 am
kasper.m
(@kasper-m)
Active Member
Themenstarter answered:
Re: GCODE for increase / reduce speed precent?

Amazing - even better than I hope for! Thansk!

/Kasper

Veröffentlicht : 01/06/2017 6:43 pm
Teilen: