errolt

About

Username
errolt
Joined
Visits
68
Last Active
Roles
Member

Comments

  • Hi Repetier, It might be in part related to the animation, but I suspect that the progress bar is also updated and repainted constantly, even if the percentage has not changed. This causes constant screen repainting, I suspect anyway. Thank you, E…
  • Hmm, even without animation, Chrome uses 25% CPU, but if I competely block the progress bar with uBlock then CPU falls to 0.5% - 2% CPU...
  • The hard way was to remove "progress-striped" from all the php files in Repetier-Server/www/views/printer/control/ That will probably be overwritten when I update though...
  • BTW: What did you use as full screen browser and do you have a black square on the left upper corner? I tried with kweb and somehow x server/kweb has that square always in that place and I can not find out what causes it. Hi Repetier, I don't know …
  • Does your printer not loose 12V power when the heatbed turns off?
  • May I point out that this started when you connected an 800W heater? What is your max heat bed set to? As Repetier said. Disable command preview in the log as all the log shows that you posted in the image is temperature requests which does not he…
  • Something strange is happening. If I start the DUE without an SD card, then insert it, then the DUE crashes after two or three seconds then starts up with the SD mounted and it lists the files on the serial port. If I then remove the card and put …
  • That was the table I was talking about. The right number is the temperature. The left number you can convert with this formula. (X/1023*5)/((5-(X/1023*5))/4700) Place the left number, like 981 in the two positions marked X. It will calculate the …
  • Because you have set first layer to 0.1mm it will extrude less plastic. Also, you must look at the gcode generated. There might be a retract before you run G92 E0, which means that that retract is never restored. This will cause a long print with …
  • Thanks, I would never have found that. Looks like I must also edit the SKIP_IF_WITHIN part. I can just copy the lower limit and convert it to an upper limit. There is already an exclusion for bed temps lower than 25C, so it will not stall on a set…
  • That looks like Marlin's thermistor table, but that is not the way that Repetier expects in it the configuration.h file... DBSDBS, I have written a formula in excel before to convert those values to real resistance values, but I can't remember how …
  • I was hoping to stay away from a fixed wait period. The parts unstick very rapidly blow 30C, but stick very well above 30C. I must be sure that the temp is low enough before the code continues, but I can build in enough leeway... I guess not waitin…
  • Did you change anything on the extruder motor? Looks like it has wrong steps/mm. Or you have wrong steps/mm on X and Y. Is the printed part the correct size?
  • You can probably just put #define DEBUG_GENERIC in configuration.h BTW, I have seen this "Decoupled" issue when a fan turns on. In my case it was the fan that cools the print. It also cooled the head enough to cause the firmware to abort with decou…
  • Great news!
  • Yesterday I only got this images. Even after the server ran a while. But on the full website, clicking on the "eye" then selecting 3D, it shows corrently. But that also has in the past sometimes shown the same "Pro License Required"  
  • Thanks, that solved the scroll bar problem. Still getting the "License Required" issue though. Only getting it on the touch interface. Not getting it on the full web interface. Getting it the problem if touch interface is opened from PC browser o…
  • Ahh, I thought you where talking about the smaller 3.2" Pi display. By beaglebone has a 480x272 display. But i'm considering buying a 7" 800x480 hdmi touch screen display for a pi and using that instead. Already tried and everything fits nicely a…
  • I saw the overflow:hidden suggestion on the net, applying it to *. But I have no idea here to put it, don't know anything about html, and less about css. BTW, how do you fit it on the pi display? What did you throw away?
  • Using 0.60.1 Using kweb, but I had to totally mangle the css to get everything to fit, more or less. Only have the first tab's screen, no tabs, no logo. But no black square. I have found though that setting the screen height/width the same as my s…
  • I don't know if this might be related? 2015-03-01 22:53:21: error accessing /printer/layeranalysis/Big?id=1&sess=%5EmpVk9%23v%24vMc9k8MQp8FjgtJuS0n2wML: Unknown printer Thank you, Errol
  • I suspect that this is in fact a bug. I also can't get to step 2. The printer does appear in the main page, but you can't open it. After a reboot you can open the printer...
  • I do have a reset button, but did not try that. Will try it next time. Thank you.
  • Great! Thank you for thinking about it.
  • On most of my printers I use 400 step motor and 16 times, so 400 * 16 = 6400 steps per revolution. On one printer that does not use MEGA but does use DUE I use board with 32 times, so 400 * 32 = 12800 steps per revolution.
    in HELP- Comment by errolt May 2015
  • On the RAMPS 1.4 the MS1 MS2 MS3 are NOT connected to the MEGA. They are connected to jumpers under the driver board. You have all 3 jumpers plugged in, that is 16 times.
    in HELP- Comment by errolt May 2015
  • Wow! This is great! I only see the defines at the bottom of the configuration.h file now. I'm so used to copying my old config file into the new source, that I miss new additions...
  • Can you give picture of your board? I can not find RAMPS UP 1.2 on internet. First picture is RAMPS1.4. That is what I use and I select RAMPS1.4 and everything works well.
    in HELP- Comment by errolt May 2015
  • I am considering trying to add an extra motor too. But that will impact a lot of the firmware as the movement planner and motion engine will be affected. Anyway, I want to see if I can get an "automatic printed part removal" thingy going. For tha…
  • Arduino file management is awfull and shows all files and u8glib has a lot of files. Can't argue with that... :-)