-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
Automated tasks #275
Comments
1 - as said this should be done by Printer not webUI - but this could be done of course when checking if SDcard is present - this is because no SD Detect Pin ? 2 - the issue is same as 1 - so same solution init SD card 3 - It is not so simple - truncate follow rule ( in theory ): XXXX~000.XXX so when truncating, need to check there is no already same filename, and if any, increase 000 until there is a free slot - 4 - That should be already possible in theory using curl, something like : |
I understand the "should" be part but Marlin will not do it because their position is that is what the SD detect pin is for. Unfortunately there is none on the Azteeg X5 Mini Wifi. Wouldn't the curl thing run into file name convention issue? |
Do you have an updated version of the Azteeg firmware that includes the automator function that you could send me? Also can I add M21 to the commands myself? They seem to work like the macros, correct? |
I won't comment Marlin decisions as I do not use Marlin on my printers but for what I remember SD init is also added in LCD part so I am guessing you do not have LCD neither, is that correct ? And it seems common to have printer without SD Detect, at least About adding M21, I will add it as option in WebUI and in ESP3D FW
The curl should run to 8.3 for safety, originaly 8.3 is for M23/M29 protocol not direct SD upload - as Marlin was not the target for this FW so I did not tested long name for Marlin, so you can give a try the 8.3 restriction is defined in Web-UI not in ESP3D I did not worked on it since I sent you the test version 2.0 and as you can see Autostart macro is planned for 2.1 but I did not worked on it yet - because busy with others projects - hope to work on it begining of december. It is not key feature until now You can create a M21 in macro yes - you still need to press the button in WebUI to send it |
When using curl, how do i trigger the upload? I imagine I put it in post processing and then do save to desktop in s3d to trigger upload? |
I have an LCD, i'm just trying to streamline the workflow.. Every print needs so many clicks I feell like I'm launching the space shuttle.. Works super nice though. |
I never used post processing script, and it looks like documentation is hard to find (did not find), but when you press 'prepare to print' the gcode file is generated in temporary location (I do not know where) and next step is stream the file or save is specific location |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi Luc,
I have been away from my printer for a few months and have just started printing again using the Azteeg X5 mini WiFi via the WEB UI running on Marlin 2.0.x.
It is frankly amazing and I haven't felt the need to hook up Octoprint for anything whatsoever. The only niggle I have is the the workflow is a little tedious and I was wondering if you would consider some minor changes:
It would be great if WEB UI would send an automatic SD card initialize command to Marlin a few seconds after startup to avoid having to do it on the printer. WEB UI will not see the card contents until that is done.
It would be equally great if WEB UI would send a card refresh every time it finishes uploading or deleting a file to sync what Marlin and WEB UI see.
Uploading files can become tedious when each fie name needs to fit 8.3. Is there anyway that you can auto truncate filenames? Ex: When selecting THE123456789.gcode for upload it would be automatically renamed 2345678.GCO before uploading.
I know we discussed this before but I would also like to be able to add a post printing script to simplify3Ds post processing to automatically upload a file to WEB UI when I save tool paths to disk, like I used to do for Octoprint.
I know I am asking fro a lot but it would sure make life easier when printing in Marlin.
Merci!
The text was updated successfully, but these errors were encountered: