-
Notifications
You must be signed in to change notification settings - Fork 11
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
doesn't show models #24
Comments
If that doesn't work you need to figure out why. The best thing to do is provide your octoprint.log file after you have done the things above. |
I believe the "; process [name]" ==> "@object [name]" conversion that @paukstelis describes is hooked into retrieving the GCode via the Octoprint interface; e.g. the Upload button. |
This is correct. I am considering adding the ability to reprocess the gcode file with an additional button in the file manager. |
@paukstelis Thank you for confirming, and thank you for the plug-in. |
Welcome. I did just confirm that if you put files into the "watched" folder, it will process them correctly and moves them to upload, as expected. You might consider just changing the destination to which you are copying the file. |
Outstanding. Tested and confirmed with a remote copy. |
I know this is an old topic, but i am running into the same issues... attached is my octoprintlog where i uploaded two files with four parts separated into four processes. |
The plugin is loaded and working based on what I can see in the log (though you probably want to switch to relative extrusion; absolute extrusion still doesn't work as well). If you can provide your gcode I can check to see what happens with the same file on my end. |
Z_Rail.txt |
Using chrome, like always... i do not see any errors.. and can print normal... where do i go for the browser console? what do you need me to send? |
I believe it is Ctrl+Shift+I in all browsers. Check the console log there as you load the gcode and see what happens. |
octopi4.local-1568671810805.log |
I'm really not sure what is going on. There are no errors in the console area when you open that Inspector panel? I'll take a look at your previous log file and see what plugins you have installed that might be conflicting. |
Just wondering if you had any Ideas.... I am thinking of doing a complete fresh install to see if i can find the issue. I have one pi instance that works just fine... and tried to mimic all programs and settings... but none of the others work... so... i will try from the beginning tomorrow/weekend. If you don't have any ideas yet, feel free to close this thread and I can start a new one if necessary. |
No ideas at the moment, unfortunately. It would take some systematic
testing which I don't really have the time for at the moment. I would try a
fresh install and see how it behaves with just the CO plugin, then start
adding other plugins.
…On Thu, Sep 19, 2019 at 10:51 PM Tekkie Dad ***@***.***> wrote:
Just wondering if you had any Ideas.... I am thinking of doing a complete
fresh install to see if i can find the issue. I have one pi instance that
works just fine... and tried to mimic all programs and settings... but none
of the others work... so... i will try from the beginning tomorrow/weekend.
If you don't have any ideas yet, feel free to close this thread and I can
start a new one if necessary.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=AGYDYRWMZC2THEWHG66VRMLQKQ3B5A5CNFSM4GT56OHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7FMP2A#issuecomment-533383144>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGYDYRVMWPFWHOD74AD3XJ3QKQ3B5ANCNFSM4GT56OHA>
.
--
Paul Paukstelis, Ph.D
Associate Professor
University of Maryland
Chemistry & Biochemistry Dept.
Center for Biomolecular Structure & Organization
[email protected]
301-405-9933
|
That would be nice, as I upload the files to the Raspi with a SMB shared folder because uploading through the web interface is super slow... |
I have the same problem as @Stady234 I also can't see the different processes in the Cancel Objects tab. I've uploaded the gcode and downloaded it again and it did replace all the process lines with object lines. This is a fresh installation of OctoPrint 1.4.0 running on OctoPi 0.17.0 and only one 3rd party plugin your Cancel Objects (0.4.1) plugin. |
Just for testing, see what happens with this file and see if you can see anything once you upload to your Octoprint instance and load the file. |
|
Yeah, there should be stuff there. |
Paste just the cancel-objects section from your config.yaml file. |
My config.yaml file doesnt show the cancel-objects plugin, it only sows the two plugins that i disabled. |
I guess the issue must be somewhere in how settings are being managed. I have not seen such an issue before. Check the log file after you start up octoprint. |
2020-06-07 20:27:34,644 - octoprint.plugins.cancelobject - INFO - No beforegcode defined |
That's all normal. I'm not sure I can provide any specific insight on what is going wrong in this case. You can always try full wiping the plugin and reinstalling, which you may have already done. You could try installing an older version through the plugin manager: uninstall the plugin, restart octoprint, then install from URL with https://github.com/paukstelis/Octoprint-Cancelobject/archive/0.4.0.zip for example. |
I did install and tried 0.4.0 as well but with no luck. |
I'm having the same problem; followed along on the above (i.e. reinstalled, looked at logs, Regular expressions were all filled in automatically, etc.) still no joy - "Object list populated when GCODE is loaded"... |
I may have to try to bring @foosel in to see if she has any insight into why this might happen. It works fine in all my testing with clean installs, so I am at a loss for why it doesn't work in other cases. Can you provide an example gcode file after it has been uploaded to OctoPrint? |
So, I've got it working - I had failed to check the "Label objects" box in
Slic3r. Now, when I upload into Octoprint (as opposed to send directly to
printer) the Cancel Objects page populates. I saw this box before but
Slic3r highlights the checkbox with "... setting not compatible with Single
Extruder Multi Material setup...", which I think I am using with my MK3S
MMU2S as I'm having issues with printing using the MMU2S to filaments other
than #1 through OctoPrint - but that's not a Cancel Objects issue.
Thanks for your help!
dj
…On Sun, Jun 21, 2020 at 5:09 PM paukstelis ***@***.***> wrote:
I may have to try to bring @foosel <https://github.com/foosel> in to see
if she has any insight into why this might happen. It works fine in all my
testing with clean installs, so I am at a loss for why it doesn't work in
other cases.
Can you provide an example gcode file after it has been uploaded to
OctoPrint?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQAYRBXJENZ44MUW27DSCCDRX2ONNANCNFSM4GT56OHA>
.
|
Same here. Having some sort of button to manually transform files OR if possible, watch the uploads directory for newly changed files would be useful. |
Rather than pointing your SMB share to |
👀 oh?! I will try this on my next print
If all I need to do is add my gcode to the Do you think there's something further that needs to be done with this ticket? I am open to contributing. If so, it would just be helpful to get pointed in the right direction with the key components that need to be altered/looked into |
I have s3d 4.1.1 and I do not see any models in the tab. I have tried several times to see if it was just a bad upload, however I never see any objects listed in the cancel tab in octoprint, it just says Object list populated when gcode loads. I see the gcode in the viewer, so it seems to load right.
The text was updated successfully, but these errors were encountered: