-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Custom G-code file extension (.hvs) in output_filename_format not maintained, replaced with .hvs.gcode #1221
Comments
What is the .hvs extension?
I suppose the input field expect you to give the file name without the
extension. Why do you want to change the extension?
…On Tue, Sep 11, 2018 at 1:19 PM Zmaster ***@***.***> wrote:
Version
1.41.0+
Operating system type + version
macOS 10.13.6
Behavior
-
*Describe the problem*
When the parameter output_filename_format contains a custom file
extension, for instance .hvs, the "save as" dialog will still force
the extension to be .gcode, resulting in a file named
filename.hvs.gcode.
-
*Steps needed to reproduce the problem*
- In *Printer Settings > Output options > Output filename format*
enter [input_filename_base].hvs
- Slice a model and click *Export G-code...*
-
*Expected Results*
The dialog should use a filename like my_model.hvs.
-
*Actual Results*
The dialog uses a filename like my_model.hvs.gcode.
Note: even if you delete the .gcode, it gets added again when saving
the file.
*Is this a new feature request?*
No
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1221>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFj5I2uaXhrtnllylqr_k2QfGAuQjoEIks5uZ5xSgaJpZM4WjGqn>
.
|
My 3D printer, a Cubicon Style, requires files with that extension (plus some custom G-CODE), it won't see .gcode files. The .hvs extension is probably named after the manufacturer (HiVision Systems). The default value for that field is |
The upcoming Slic3r 1.42 alpha will maintain your custom extension. |
@bubnikv This issue is now happening again on 2.6.0. Can you reopen the ticket? |
Broken with 99861f1 SPE-1207 Custom file extension needs to be included in the list of extensions of the file dialog. On MacOS the custom extension needs to be the first one in the list as it will be forced upon the default file name provided to the file dialog.
Broken with 99861f1 SPE-1207 Custom file extension needs to be included in the list of extensions of the file dialog. On MacOS the custom extension needs to be the first one in the list as it will be forced upon the default file name provided to the file dialog.
Just confirming this was indeed fixed in 2.6.1. Many thanks. |
Version
1.41.0+
Operating system type + version
macOS 10.13.6
Behavior
Describe the problem
When the parameter output_filename_format contains a custom file extension, for instance
.hvs
, the "save as" dialog will still force the extension to be.gcode
, resulting in a file namedfilename.hvs.gcode
.Steps needed to reproduce the problem
[input_filename_base].hvs
Expected Results
The dialog should use a filename like
my_model.hvs
.Actual Results
The dialog uses a filename like
my_model.hvs.gcode
.Note: even if you delete the
.gcode
, it gets added again when saving the file.Is this a new feature request?
No
The text was updated successfully, but these errors were encountered: