-
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
Post-processing #6888
Comments
I'd suggest that we have two scripts rename current one to |
: Problem is that my script for Starting Printer, copying and mounting the
networkdrive need to be run after the export is done :(
What exactly does your post processing script do?
pá 3. 9. 2021 v 19:39 odesílatel Ilya ***@***.***> napsal:
… I'd suggest that we have two scripts
rename current one to `pre-processing`
add a post-processing one
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6888 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMPSI6GLUVU6FLG5LQZNX3UAEB53ANCNFSM5DMEEJLA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
it is used to run command when a file is processed |
Would you please post your script?
st 8. 9. 2021 v 18:26 odesílatel KnatteAnka ***@***.***>
napsal:
… it is used to run command when a file is processed
1: Start printer
2: Connect to Wifi SD-card
3: Copy rename and copy G-code to Wifi SD-card
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6888 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMPSI3KINJKGAJIJ42KLGTUA6FCNANCNFSM5DMEEJLA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Here is the script, Post.bat
Move_Rename.bat
Select.txt |
is this the same as #6042 (which was for 2.3.0?!) which one should we be commenting on? i have a similar problem - post-processing script makes some tweaks to the gcode dualstrusion/fan pwm/retraction and then runs gpx to convert to x3g format for flashforge creator pro. the problem is the post-processing works on the /tmp file, but PrusaSlicer seems to send the output to |
I don't understand your workflow and your issue.
Are you running the gpx tool asynchronously wrt. to PrusaSlicer post processing script? |
No, gpx needs to run on the final file at the end of post-processing, but that file doesn't exist in its final destination until after pp with this change, so you can't run gpx as part of pp |
Why don't you run gpx from pp in the temp file and either rename the output file from gpx to the original file name or set SLIC3R_PP_OUTPUT_NAME accordingly? PrusaSlicer will copy the produced file for you to the target location. |
As that's a hack. I could equally say why doesn't the guy who made the PR save to ssd then copy to his slow nas |
well as talked about in the other tread maybe add a Deployment Command line that can be run when fully exported. I would put it even at printer level and not at filament level. But note that I have a workaround for new behaviour so its not a high priority. Even if the workaround is not optimal. |
We have documented the current behavior I think everybody could adjust her / his script to work with the current framework. Also please note that the current behavior (modifying the G-code in place by the post processing script) was always specified by the Slic3r manual, thus if somebody used the post processing script to rename the G-code, one did not follow the manual. From the manual:
|
Version
Version 2.4.0-alpha1+Win64
Operating system type + version
Windows 10
3D printer brand / version + firmware version (if known)
N/A (Prusa MK2.5S)
Behavior
new behavior that Post-processing is done before copying item to location gives me problems.
Problem is that my script for Starting Printer, copying and mounting the networkdrive need to be run after the export is done :(
Is there any way to run a file when the file is exported?
Or is it possible to add a check box old or new behavior. (Run when copied [Checkbox])
The text was updated successfully, but these errors were encountered: