Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I had added "anet" as detection string. If they have again changed the firmware identifier reported on M115 if is of course again broken. What does it return on M115 in your case.
-
@Rossini Das geht nicht. Der globale verwaltet auch alle Nutzerkonten weltweit. Du kannst dort halt auch anderen zugriff geben (wenn gewollt) oder deren Drucker bei dir einbinden mit unterschiedlichen rechten etc. Wenn das ganze weiter fortgeschritt…
-
Ok, I see the reason. A: is causing this. Newer marlin version can now output alternative coordinates as A: B: C: as well, so B: is not always bed. So additional rule is no A: in response, which you now seem to have. Can you say what P: and A: are…
-
Are you using smoothieware as firmware? There you need to tweak configuration so no extruder has the name T: in output. First must be T0: and second must be T1: Default is first T but T is the active extruder - so having more then one extruder cause…
-
No, there is no easy way for communicating a shutdown back from firmware. The only possible solution that currently is working is to add module written in lua that listens for firmware responses and then initiates the action. While the script would…
-
Have rechecked it and I have 2 versions and copied it from the unused :-( Th eone used uses just new GLControl(mode); that has opengl context 1.0 as default so 1.1 would match. Have now changed it to use 1.5 forward compatible in the hope that it t…
-
Can you post the log from sending G33 until failure, so I can see at which stage this happens. Negative x min should be no problem especially if autoleveling already already worked there.
-
No, server will not do anything on that response for now. Need to add it for next release.
-
Repetier-Server connects to the device given in config. It will not list it but if it can be controlled like a serial port it should work if you put the path to it manually. So first question is, if it is like a serial port or more like a socket. A …
-
Should be everything that has an influence. tested it on Windows 10 and Ubuntu 16.04 with same settings and gcode file and had no error at all. Only difference is having an other graphic card and hence not same driver. Maybe if others can also repor…
-
Just forgot, there is no official GLControl working with 2.0 so I used OpenTK.GLControl_IK which matches and works (ok for me:-).
-
Here what I use: if (Main.main != null && Main.main.ThreeDSettings.AntiAlias) mode = new GraphicsMode(mode.ColorFormat.BitsPerPixel, 16, 0, 4, 0, 2, false); mode = new GraphicsMode(m…
-
For me it looks ok. Might depend on filament visualization settings in preferences. Can you post also your settings there so I can check if they come with your values. Also what OpenGL driver are you using? You see it in the log window at startup.
-
Not really. Why should that be needed?
-
Normally happens if the M105 response is not known or if you have set that you have no heated bed in server config also you have. Both cause this. If you have bed configured, please post your M105 response so I can see what it might be.
-
Wir arbeiten an einer neuen Version die das kann, am anfang eventuell mit geringerem umfang wenn das interface genutzt wird im vergleich zum lokalen, aber zur Übersicht und steuerung wirds sicher reichen. Mit der Zeit wird das interface dann weiter …
-
It only sticks if close enough to a surface that works for given filament type and bed temperature and has the right temperature. So at least one of the 4 is not set correctly.
-
Have you tried inverting enable signal? You said new stepper drivers and some need enable inverted to work, whcih woudl explain the problem.
-
I mean this one online: https://www.repetier.com/firmware/v100/
-
For 4 motors we have currently no solution. Never got a printer to write and test that feature.
-
This depends on your firmware and is not host dependent. In repetier-firmware we support user defined temperature tamples. In our config tool you can simply select user defined table and a editor will appear at the bottom to enter temperature-resis…
-
*xxx are checksums you would use if you send command in ascii mode. You can ignore this.
-
Dropbox or googledrive and send downloadlink to forum. You can delete it later when answered. If printing dod not do it it is a error in host so I'm surely interested to see what causes this.
-
That would be great, because I have no pc with that problem. When I'm back I will post you how it gets initialized at the moment.
-
We are working on V2 where PWM becomes a own class and we plan to also add hardware PWM if pins match. But might take a while until we are there. In that case you could just select the hardware pwm class.
-
Intersting. I was using OpenTK.Next which was the official "hot" version with most improvements. Seems like it is not hot any more. Have send you a pm with a test version using OpenTK 2.0. Please test if it works. We use GLControl and not GameWindow…
-
First z min endstop for homing and autoleveling does not work. You can have z max for homing. If you want to home to z min you need the z probe to also be the z min endstop. Firmware will detect this special case form using same pin number and run i…
-
You need to implement EVENT_SET_LASER so that it sets intensity as wanted and returns false. The required logic depends on the solution you choose. Is it a AVR pin with free timer, then you can set the time to intensity, but make sure the period is …
-
Ok, just rechecked for repetier firmware and there was an error in detection string. So for repetier-firmware it should work with next update.
-
Important is what you select on the right side as input from the available filaments.