change velocity in layer only with G code "vase mode"
 
Notifications
Clear all

change velocity in layer only with G code "vase mode"  

  RSS
Iñaki Gonzalez
(@inaki-gonzalez)
Member
change velocity in layer only with G code "vase mode"

I want to insert a g code to change the printing speed, I am using the movo vaso, the automatic modes do not work for me and it only works for me by doing code inservion, but I do not know what code I should add, I was trying with G F2000, G F5000... but I don't see the speed change in the layer where I insert it.

Remember that the glass ear does not allow you to use the eighth range modifier, in case someone says to do it that way.

 

Posted : 14/06/2024 5:26 pm
Eef
 Eef
(@eef)
Reputable Member
RE: change velocity in layer only with G code "vase mode"

I did not test these, but you could give it a try. 
- Looking inside g-code for the Prusa, those commands start with 
G0 F5000
or
G1 F5000

Another option is to set relative speed. See this thread: https://forum.prusa3d.com/forum/original-prusa-i3-mk2-5s-mk2-5-hardware-firmware-and-software-help/speed-change-in-gcode/  

We will do what we have always done. We will find hope in the impossible.

Posted : 15/06/2024 5:52 am
Neophyl
(@neophyl)
Illustrious Member
RE: change velocity in layer only with G code "vase mode"

I don't think you can use the F commands on their own.  You have to tell it to go 'somewhere' AT a velocity.  Which you obviously cant do via that custom gcode insertion.  

You need to use a global speed increase such as M220 S120 for example if you wanted to set 120% speed (thats for marlin based firmware, need to find out the equivalent for your printer). 
Don't forget that the speed increase will last until its changed.  So everything after that will be faster.  Including your next print if you start one immediately.  Unless of course your printer profile is configured to reset the speed to normal.  

 

Posted : 15/06/2024 9:52 am
Share: