-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
Ability to enter the absolute overall print speed in mm/s #1567
Comments
A suggestion: If you like to change the overall speed of all print moves, the dial on the printer can be used or gcode M220 can be inserted into the print file. To reduce all speeds to 20%:
The effect of M220 is until changed or restart (power on/off). I use this method to reduce travel speed for the first layer to prevent small details detaching from the build plate and stick to the nozzle. In SuperSlicer (or PrusaSlicer) this is the only way I can reduce travel speed for only first layer. |
I know about M220 and the dial but the problem is it is expressed as percentage. So percentage of which speed parameter? For example, if the printer prints at 100 mm/s, 20% means 20 mm/s. If the printer prints at 200 mm/s, 20% means 40 mm/s. So just M220 S20 could be speed other than 20mm/s. If I want to print at a specific speed of 20mm/s, what should I do? |
Absolute speeds (mm/s) can only be set in the g-code (by the slicer program). Which speed do you want to set? Slicer profiles can always be defined for different job types, setting the required speeds for that job type. |
You can use the auto-speed: set everything to 0 (but gap fill and thin walls), and set the max speed at the bottom (max_print_speed). |
Thank you. There are two cases. Case 1 is to set the speed of the overall print job. For example, some filaments or downloaded prints require different print speeds. Case 2 is to set the speed when printing specific parts. Let's separate them for the following discussions: I guess your suggestion is for Case 1. Under Speed- for print moves->Thin extrusions speed->Gap fill, I have 40 mm/s and under Thin walls, I have 30 mm/s. When I use your method to set everything else to zero and then the max_print_speed to the overall print speed I want, what should I put under Gap fill and Thin Walls? Under Max print speed, I have 200 mm/s. I don't recall entering such value myself. In Case 2, is the special layer that is in between the top of Support and the Overhang surface (i.e. the special layer that is made up of the Overhang Perimeter and Bridge Infill) part of Support or part of the model? If I want this special layer and support interface layers to print at 20mm/s, what should I do? |
Under High Range Modifier->Add Settings->Speed, there is an option called "Default speed". What is that for? Default speed for which setting(s)? |
It's a typo, should be "Perimeter speed", will fix that.
I don't know, whatever your printer is capable of. Default values should be okay in most printers.
you can add all speeds in the modifier and set them to the value you want. |
Thank you. In the slicer, does the layer that is made up of the Overhang Perimeter and Bridge Infill part of support or part of the actual model? |
model. |
Thank you. I can see that without support, the Overhang Perimeter and Bridge Infill parts are still there. So they became part of the model. Here is the confusion: Supposing that I am printing an inverted L-shape consisting of a vertical and a horizontal bars. Now the Bridge Infill and Overhang Perimeter show up at the bottom of the horizontal bar. Does that mean SuperSlicer modified my model by: a) replacing the bottom flat surface of the horizontal bar by a series of Bridge Infill parallel lines along with an Overhang Perimeter as the outline of the rectangular shape or b) added an extra layer of 0.15mm (my layer height) consisting of Bridge Infill parallel lines and Overhang Perimeter at the bottom of the horizontal bar of the inverted L-shape? Accuracy is very important for me as I join various parts together. I need to know. |
It extrudes the unsupported layer with more flow, as you can't squish the filament against the previous layer, it stays as a cylinder. formula : ratio = 100 * layer_height² / nozzle_dimeter² |
Thank you. I am using a 0.4mm nozzle and 0.15 mm layer height. So ratio = 100 * 0.0225 / 0.16 = 14%? If I use water soluble on support below the horizontal bar of the inverted L-shape object as well as on the layer with Overhang Perimeter and Bridge Infill to avoid seeing those parallel Bridge infill, the horizontal bar of the inverted L-shape model will be 0.15mm less thick? |
yes |
Thank you. I will try both methods and see which is better for my case. |
Is your feature request related to a problem? Please describe.
Feature request: Ability to change the overall print speed to a specific speed in mm/s.
Asked Prusa support and three agents could not provide an answer on how to change the overall print
speed of the i3MK3S+ to a specific speed in mm/s. For example, I want to change the overall print speed to
20%. Two agents told me to use the dial to change it. However, the dial is in percentage, not in absolute
value. They also could not tell at what speed does such percentage is based on. All three of them don't know the default overall print speed of the printer. They also mentioned about changing the speed in the slicer but could not tell which parameters to change.
In Super Slicer, there are many speed settings. Some of them are also in percentage. If I want to change the overall print speed to a specific value, say at 20mm/s, which parameter(s) should I modify? As I don't know the default print speed of the printer, I cannot use percentage correctly.
Describe the solution you'd like
In the slicer, allow the users to enter the desired overall print speed in mm/s.
Describe how it would work
See above
The text was updated successfully, but these errors were encountered: