-
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
Command line slicing bad gcode #5029
Comments
It is a zip file. God knows what happened.
If you want to slice, give it a --gcode parameter.
pá 30. 10. 2020 v 11:36 odesílatel StefanRaatz <[email protected]>
napsal:
… Version
_Version 2.3.0-alpha2+win64
Operating system type + version
Windows 10 Pro Version 10.0.19041 Build 19041
3D printer brand / version + firmware version (if known)
Creality Ender 3
Behavior
Corrupt GCODE after slicing via command line
Command for sclicing:
.\prusa-slicer-console.exe -s --loglevel 5
"~\rough_stone_wallinchAfullopenforgeopenlocksidepegs.stl"
The log shows no error.
SlicingLog.txt
<https://github.com/prusa3d/PrusaSlicer/files/5464496/SlicingLog.txt>
GCODE:
[image: image]
<https://user-images.githubusercontent.com/6297480/97695069-c3172f00-1aa3-11eb-9291-9c7b9f70941e.png>
When I slice the same model via GUI everything works fine.
Thanks and best regards
Stefan
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5029>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMPSIYYQZFEU2WQIP4ODZTSNKJMNANCNFSM4TE2COZQ>
.
|
Why this is a ZIP file? Just because I entered ~ to shortenup the path? Added the --gcode to the cmd line and added the ini file I exported from Prusa slicer to get the exact same settings like on the GUI. .\prusa-slicer-console.exe -s --gcode --repair --loglevel 5 --load "C:\Users\Stefan\Downloads\PrusaSlicer_config_bundleEnder3.ini" "C:\Users\Stefan\Downloads\rough_stone_wallinchAfullopenforgeopenlocksidepegs.stl" Now I'm getting an error which is fine: Object name: rough_stone_wallinchAfullopenforgeopenlocksidepegs.stl This is usually caused by negligibly small extrusions or by a faulty model. Try to repair the model or change its orientation on the bed. When the same error would appear within the GUI, but there the object is sliced without any errors or repairing. Br |
Tried different things now and couldn't get it to work What works: What's not working: I don't know what the GUI is doing to create a working file vs what the cmd ling args are doing. |
I reproduced the problem. What is happening is that it slices in SLA mode and names the output file as Likely cause is that it formats the output filename according to input_filename_format using its default value, which is |
@lukasmatena is that fix already comitted to the master? If so I would like to compile and test if that fix worked. |
@StefanRaatz I'm sorry, my statement that "It should be fixed" was ambiguous. What I meant is that "Someone should fix it". It is not fixed yet. Thanks for the offer though. |
SL1 file was exported with a .gcode suffix if the user did not provide output file name for SLA command line slicing.
Fixed with c7586e5 |
Version
_Version 2.3.0-alpha2+win64
Operating system type + version
Windows 10 Pro Version 10.0.19041 Build 19041
3D printer brand / version + firmware version (if known)
Creality Ender 3
Behavior
Corrupt GCODE after slicing via command line
Command for sclicing:
.\prusa-slicer-console.exe -s --loglevel 5 "~\rough_stone_wallinchAfullopenforgeopenlocksidepegs.stl"
The log shows no error.
SlicingLog.txt
GCODE:

When I slice the same model via GUI everything works fine.
Thanks and best regards
Stefan
The text was updated successfully, but these errors were encountered: