googliola
About
- Username
- googliola
- Joined
- Visits
- 108
- Last Active
- Roles
- Member
Comments
-
mr_cg said: RS feels like closed source which make integration to new inovative products almost impossible. Also in Prusa Slicer Octoprint and Astroprint are alredy integrated. Nothing to see from Repetier Server. RS must become more open to …
-
You are my master Would have never crossed my mind to check endstops.... Tried to increase ENDSTOP_X_BACK_ON_HOME as alternative but for the sake of reliability, your suggestion is more bullet-proof. Thanks a lot, case closed. PS: Still looking for…
-
Update: Despite some randomness (which would make me belief it's a hardware issue), dry-running the same gcode about a dozen times, at least some symptoms show a pattern (which suggests a firmware issue). The object is a simple bar running along x-a…
-
Forgot to mention: Tested with current dev from github
-
Verbindung über Telnet zu Duet Wifi funktioniert soweit 1A. Cool, danke!
-
lazy positioning did the trick. My IDEX works like a charm now
-
I know how I can offset in eeprom, but is there a way to do it in gcode directly. Seems more convenient to me.
-
Just a minor question: is it possible to set offsets per extruder via gcode? (G92 is a bad idea, I know). I would need that for a multi head printer I'm working on...
-
Since I would use the z-homing for leveling the x-axis, I could use z-max endstops indeed. As I don't want to do this every time I start a print, I was wondering if there is a gcode to change homing direction of z-axis and the revert it back after c…
-
Jam detection is per extruder Nice, must have missed that in config Multi z endstop homing I prefer z-min homing. Will try and keep an eye open for side effects. fingers crossed V2 Firmware I guess there is no estimate for release date as it is…
-
Genius, forgot about M401 / M402. T0 and T1 make the head move due to the parking feature. So I guess I'll play around with G28 X and M401 / M402 to move heads to home for heating (as I have 'ooze wipers' installed) then move back to printing posi…
-
Thanks for your advice. slic3r has an option to add code for tool changes. While I was able to lower the temp before parking the extruder, I have no idea how to prevent both extruder from oozing. Is there a gcode to manually park the active extruder…
-
Maybe not directly related, but try using HOMING_ORDER HOME_ORDER_XYZ (on a cartesian) and ZHOME_X_POS and ZHOME_Y_POS have no effect at all. It is required to set HOMING_ORDER to HOME_ORDER_XYTZ (or HOME_ORDER_ZXYTZ??) Could not find anything in do…
-
I am actually amazed that Repetier hasn't implemented the bltouch. It seems to be a fairly easy fix and would make many people's life easier. Repetier claims that it is a controlled as a regular servo with start / stop scripts, so what keeps them fr…
-
Glad if I can give some useful input. Looking forward to the project mgmt thingie. As I go thru a couple of design - print cycles, I would love to be able to move the previous gcodes out of sight without losing them, hence the archive idea. I really…
-
Indeed, interesting thought. As my printer farm is growing and the idea of a fablab takes shape, the features above would be the foundation for some kind of booking platform.
-
Just setup DDNS on noip and free ssl certs from https://zerossl.com/free-ssl/#crt and would love to be able to connect from repetier host to server via https, not just IP address. Are you thinking about implementing this in the near future? Regards…
-
Ok, thanks for your advice. I am on Windows, so socat is not an option, but I found an equivalent software solution I might test. Are you saying that it is generally bad practice to use TCP connection from host to WiFi Printer (without any server…
-
Hi so_what. Yeah, the PS_ON pin is correct, ENABLE_POWER_ON_STARTUP works as well. M80 / M81 in the console is working perfectly and switching the PSU on and off. But no luck with the button below: I use 86.2 and 2.0.5....
-
Exact same situation as described by so_what. Using latest dev version, but the power button in the web-gui and in the host does not switch PSU. Is that already implemented? Would love it as it is just way more convenient then going to console, then…
-
Ok, I give up and wait. The css is compressed and there are simply too many "width" references in that file. Could not figure out which one to change....
-
I do have (an outdated) programming background, but I cannot figure out, what CSS I need to edit....Could you please indicate the right path. There are many options.... And just to make sure I am barking up the right tree, I do not need to download …
-
OK, would love to try, but the instructions are not clear enough for me to find the files to be edited. Too many www, front, front2 folders in C:\Program Files (x86)\Repetier-Server All I would like to do is change the size of the GUI to fit my X220…
-
The non-secure websocket is most likely a problem on WINDOWS as well? Could not find useful information how to setup ssl on a windows-based Repetier-Server installation. Any pointers?
-
So, I followed the new instructions, but "npm install" fails (using NodeJS 6.7). see attached logfile.Tried to run command with Admin priviledges too, same result though. I have almost zero npm knowledge, so please help me In turn, I will provide …
-
Thanks. Please add note and link to the old instructions page, that there is a new version which can be customized as described in https://www.repetier-server.com/customizing-printer-frontend/ Thanks anyway
-
Easy solution! Perfect. Also, check this out: https://www.repetier-server.com/printer-touchscreen-customization/
-
+1
-
Repetier said: For next release I have decoupled this so that causes no pauses any more then even with log enabled. Now, I cannot wait for 80.4 Release even less!!!Pleeeeeeeeeeeeeeeeeeeease?
-
Maybe this helps:http://forum.repetier.com/discussion/2901/communication-timeout-setting#latest On a similar topic, maybe not directly related to your issue: I noticed that if I use Cura (2.5) for slicing there are fewer interruptions compared to s…