-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Gcode viewer out of the window #719
Comments
Your working copy is dirty according to the version string. Please make sure that this issue is not caused by any changes you made to the code. Also check your browser's error console. |
Here is the log from the updated Octoprint (it's not dirty now): But problem still remain. Here is console log: There is error "Failed to load resource: the server responded with a status of 404 (NOT FOUND) http://192.168.1.103:5000/static/js/lib/jquery/jquery.min.map" |
Yes, I have default Renderer options same as on you rscreenshot and yes, |
Is this with or without a loaded file? If with a loaded file, can you supply the file? If without, can you try with one? |
Its both with and without, but any file is loaded properly in gcode viewer so that shouldnt be the case. |
As said in the other ticket of you, I'm at a complete loss regarding this too. Nothing in the javascript console, can't be caused by a loaded file either, no weird options. I'm out of ideas and I fear I'll have to capitulate for now, sorry |
Only different think is that I am using Olinuxino, not RPi. Is there any variable in Octoprint code that would move the platform on start in Y axis? I know its not a nice solution but it would help me. Thanks |
Actually I have seen the grid appear not in the centre of the window sometimes. I just drag it to where is should be. |
I can confirm this too, only experienced it after using a fresh installation of OctoPi (like around 15 days ago). I think it was running version 1.1.1 (not exactly sure, I'm currently not using it). Checking the "Center viewport on model" checkbox fixed it each time. If there's anything I can check let me know, I will then try to reproduce it. |
I can also confirm this. It used to happen every single time I uploaded and loaded a Gcode, but ever since I moved to devel (1.2.0-dev-395-g4e4ad0b) this has been much less recurring. At times if the Gcode file was very large, above 20Mb or so, the grid would be out of the window and it would 'stick' to the mouse making it impossible to center. Neither 'center viewport on model' nor 'zoom in on model' options would help in that, or in any case. |
I just managed to successfully reproduce this (or at least something that looks suspiciously like it) on |
…rint bed due to missing initial move Possible fix for #719
I just pushed a change to |
Now it's bed centered great! Works nice both on Olinuxino LCD display in Midori and in my PC in Chrome. Awesome. Thank you very much! |
@Arengorn @nophead @irrenhaus Can you give it another test too? |
That is worse for me because the model is no longer in the centre of the grid, presumably because my origin is 0,0, not 100,100. Previously the model was centred on the grid but the grid was not always centred. That was easy to fix by dragging it. |
I will have a look this evening or tomorrow, whenever I find time for it. |
@nophead Ah, so now you are running into what @imitation described in #677 and which is tracked in #682. I guess this bug somehow covered this up for you. I'll try to look into it, on the @irrenhaus thanks! |
Yes adding an extruder offset puts it back in the centre of the grid. Does On 22 January 2015 at 11:00, Gina Häußge [email protected] wrote:
|
Only if you run multi extruder setups. It might have some small effect on how the gcode interpreter analyses your files, but that shouldn't really affect your. So I guess not. |
@foosel Fixed for me :) Thank you very much! |
Yes it is working fine for me and since updating the gcode viewer always Regarding the first extruder offset. I think it always needs a configurable On 23 January 2015 at 17:18, Gina Häußge [email protected] wrote:
|
When I go to gcode viewer tab I dont see the gcode platform. I found that is somewhere out of the window and if I press the left mouse button and drag down I can finally see ithe platform, but next time when I restart my device I dont see gcode viewer again. Can I set the position of gcode platform to be lower on start?
I am using Olinuxino A20 (similar to RPi) and browsers Midori and Google Chrome.
I tried version OctoPrint 1.1.1-4-gc35b7a6-dirty (master branch)
2014-06-13 and also today I updated to newest version by "git pull && python setup.py install"
Firmware is Marlin about 6 months old version with megatronics board, but because I don't see gcode viewer even without connecting, problably doesn't matter.
Here are my log files
Octoprint log:
http://pastebin.com/8nTzGxEG
I love cookies
Octoprint terminal:
http://pastebin.com/2Yce22PX
The text was updated successfully, but these errors were encountered: