furynick
About
- Username
- furynick
- Joined
- Visits
- 59
- Last Active
- Roles
- Member
Comments
-
You're right (as always), Extr.3 Weight 2 was filled instead of Extr.3 Weight 1. Problem solved.
-
You're right, Jam detection need to be enabled for debug to work. Thanks for help.
-
Thanks, I'll try this ... I thought printer fail if Jam detection isn't disabled but it make sense that nothing happens when disabled.
-
I made optical jam detectors so yes, signal changes but I have 3 extruders so 3 jam detectors. Does debug works in this case ? Is there a way to print current state of all jam pins ?
-
Allow me to reuse this topic, I enabled jam debug with M602 S1 P1 but there's no output on console and many communication timeouts.Comm errors stops when I disable debug (M602 S0 P1). I'm using 1.0.4dev 14:04:41.744: N5197 M602 S1 P114:04:41.903: o…
-
Awesome, multiple G30 are all within 6.992 et 7.002 with dev version.
-
I proposed a pull request to add smart controller to Repetier on RADDS. Only D4, ENABLE & RS are required for LCD (SPI mode / U8Glib), Beeper and encoder are working, reset button can be attached to reset pin on RADDS.
-
Parameters are disabled when MIXING_EXTRUDER is selected ... but Jam detection should also be enbled with mixing extruders.
-
You can register a handler for SIGCHLD signal to make the wait on every dead child in a non-blocking manner. Doing so you no more have to add wait call after child creation. For example : http://www.microhowto.info/howto/reap_zombie_processes_using…
-
I don't think these zombies belongs to RepetierServer, I know they are ! You can use "ps fax" command to show process tree on every linux distribution. You'll have to add such line to /var/lib/Repetier-Server/database/extcommands.xml /usr/bin/omxpl…
-
Missed that, many thanks.
-
Sorry, I found host plugins guide (http://rhplugins.repetier.com/) but didn't find information about server plugins, where are they described ? Thanks.
-
Nice trick, going to do that. I always forget Repetier Server can be used with other firmware, it's so easy with repetier firmware . Thanks for the help.
-
Thanks, going down to 400 steps/mm and give it a try.
-
Exact, print something with server then manual actions on LCD. The Z (or anything else, X & Y also) makes extruder ONLY move (no move on Z nor anything else).
-
Good news, thanks but download server is down ... will try later
-
Does this feature working on 0.60.3 ? I just updated Repetier-Server on both the slow (where printer is connected : piB+) and fast server but I still have the pi at 100% CPU when uploading a gcode file.
-
I don't speek about printing, I know it only can be done by the server where printer is connected. I talk about the analysis process occuring after upload that consumes all pi cpu time and perhaps the pre-printing process that loads the pi (I'm disc…
-
Very good news, thanks and good luck !
-
You can use Repetier-Server, you'll have full access to your printer through a web site from almost everywhere.
-
Well, the hf works fine in 0.51.0, tried el version of 51.1 and it runs, thanks, I didn't notice the "Which version is the right" note on download page when I first downloaded the package. Thanks, problem solved.
-
I have 0.51.0, good news, I'll update server. Thanks.
-
In addition, this error occurs after deactivating and reactivating the printer. Since the PI was restarted there's no print problem.
-
Perhaps you can just add an "M" command to check home error. For ex. M260 measure distance to endstop and print difference with current known pos. This also can help measure backlash. G28 X0 G1 X100 F2400 M260 X0 returns X:-0.032 according to ENDSTO…
-
Of course you'll not use the printer at its limits but getting such limits can drastically help on finding the right setup. Since you know the "hard" limit, you can more easily adjust all parameters to get better prints.
-
Ok, thanks, I disabled sound, I'll use external commands to play sound once I'll setup my raspberry with repetier server.
-
I have to measure the Z backlash, you're certainly right it might be the cause. Thanks for your help.
-
Yes, I'm using 0.92 so I can use negative Z-probe. My problem is I can't (or don't know how to) get full log since print start with Windows Host to check what exactly was sent to printer and compare with real Z height. The idea is to add commands to…
-
It's a cartesian printer. The start script uses G32 S0 after G28 Z0 and G1 Z2.
-
Moreover, the sender may execute a fail Gcode script and perhaps have an option to also execute the end Gcode. Thanks.