Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
fastio.h:29: error: 'DIOORIG_FAN2_PIN_WPORT' was not declared in this scope means you used a define ORIG_FAN2_PIN which is not defined. Here it looks like you enabled second extruder which uses by default FAN2_PIN but your board has not defined thi…
-
Sounds like you selected mach3 as firmware flavour which uses A not E for extrusion. Check you gcode if it contains E moves or not.
-
Sounds a bit like your ramps fuse has been triggered, so you only have 5v for the logic but no 12v for motors or heaters. In server go to console and enable ack and send e.g. M119 to see if communication is working. Then enable extruder and measure …
-
Display shoild come with fimrware otherwise you find it on their homepage. A due has 2 serial ports and you can configure repetier firmware to have 2 serial ports. So you have one for the panel due and one to connect to a host.
-
When motors get first on it positions at what driver have stored as substep. When off they are where magnets hold best. So this difference is done as fast as possible. So if you only speak about that ignore it, it is normal.
-
It is not abadonned, but now works on shorter time lookback - we not have the last 4 temperatures in 0.1s interval any more only the last with 1s resolution. And that seems to make it not as stable. Thinking of it i might have missed changing a fact…
-
What is the difference between panel due and panel due 7i? The panel due is supported but it communicates on it‘s own with firmware, so you need to compile firmware with xml support and best with 2 serial ports so you can connect one to the panel. D…
-
See repetier.ino file G30 - it allows to test for cnc by setting trigger height so you can set z based on material thinness you measure.
-
Ich nutze auch immer den programming port. Der native port wird von einer arduino bibliothek in der Firmware angesteuert, die kommt aber von Arduino als nichts selbst geschriebenes. Am programming port mag ich hauptsächlich das er beim verbinden ein…
-
Projects are independent of printers so have no print function. However you can send a stored gcode to the printer model list or cooy gcodes from printer model list to project. it is also meant as one source for models once the slicer is integrated…
-
M99 does not contain a comma , just to be clear. It is you only use x0 or y0 or z0. That axis is then disabled for 10 seconds!
-
G33 has it‘s own coordinates that you defined in config tool and also own resolution. So make sure here the area is also reachable with offset. Did you make the reset i see in the log?
-
Check using M119 to see if signals are good. H for triggered and L for not triggered. If it is always theopposite checke inverting. If it is no mechanical end stop you might need to disable the pullup.
-
Sounds like me, but can only confirm next week when I‘m at my computer.
-
Each printer has in server config event dependent gcodes like stop print.There youadd the commands to disable heaters or go to nice positionthat allows removal of failed object.
-
Why has your lcd no temperature for extruder? Anyway, you do not need to set a temperature if you have no heater, just like doing it for cnc machines.
-
This logic is handled by server so there is no gcode to handle it. Have to check how this is exactly handled when i‘m back.
-
For dual extruder the x offset defines distance from origin, so e0 has negative offset, e1 a big positive x offset. Remember in eeorom offsets are in steps per mm,
-
Ok, do not understand why but we do not have such a signal. Can‘t you just use the position instead?
-
Ja, da scheint was bei der, umstellung nicht richtig zu funktionieren. Werde ich noch genauer untersuchen und ein update herausgeben. Jeder Server hat jetzt einen Namen, hier Hephestus-90 - kann man aber in Konmekzibität einstellen. Ist nut wichtig…
-
3 retries main per problem. So it starts and if a com error with webserver hapensit will wait a second and restart reading. But first i will make some tests hoping i get an error so i find out why it in first place.
-
Thepreview shows exactly where the print gets out. Note the fat dot which is origin and each line are 10mm. Of course bed size AND position must matchwhat firmware thinks. So if your bed center is 0,0 then x and y min must be negative or everything …
-
Yes, after a time temperatures can be disabled and server remembers. Job state variable then changesto preheat and you need to send 2 continueJob commands. It should also not hurt to always send 2 continueJob commands. If no preheat is required the …
-
Please upgrade to 0.90.1 where i fixed some gui issues with heated bed. Will check when i‘m back if that was fixed in that version as well.
-
Set Fc and Rc to 100. eeprom make no sense if you needto redo it every time again, but it would reduce ram usage. But at that size this is no issue. Area must fit the pcb or you measure pcb and no pcb and that would be bad.
-
The frequent changes can cause a resonance so forces are higher. If the current for y motor is to at max you can increase that. You can decrease jerk to reduce the shock on direction change. Lower acceleration might help if you are at high values bu…
-
Ok, not sure what M557 should do, autoleveling is done by G32 in repetier firmware. G33 for distortion correction but win compiled in reagions this might not work good with different pcb sizes or positins. If youa lways have same pos and size you ca…
-
Thanks, but i fear i have to find out why it stops the streaming. Maybe i should add 3 retries on error internally before stopping the stream. Then it shiuld be more reliable,
-
What has e1 to do with x axis? Please explain because i do not understand hüwhat you mean.