boelle

About

Username
boelle
Joined
Visits
252
Last Active
Roles
Member

Comments

  • if i could code then yes,  i remember something about smoothieware on the re-arm so i think you are correct
    in re-arm Comment by boelle January 2020
  • still hoping that this will be added at some point, marlin still come up with major boo-boo faults and their issue list contains far more errors that there should be and i just maintain the issue list, ie format titles and close issues if stale or…
    in re-arm Comment by boelle January 2020
  • re-arm is board not a processor :-D I'm not a programmer, but could a HAL from Marlin firmware be of any use?
    in re-arm Comment by boelle February 2019
  • oki doke, i have just grown tired of marlin, only one person doing the work, but that is normally good in marlins case not so much as that person is to much a control freak 
    in re-arm Comment by boelle February 2019
  • btw.... you are 50% correct on the bowden tube...  i have the new capicorn bowden tube and there is alsmost no spring effect since the tolerance is so low,  but yes if i have used a normal bowden tube it would have been another thing. price is als…
  • no i see during start that the serial says: Jerk set to low and then it displays it what i have changed it to even if i do a M500 and M502 to make sure EEprom does not override how i picture a filament change takes place (might help with understan…
  • btw.... how do i make sure the firmware enforce my jerk settings? i have entered 10 for xy but the firmware changes that to 20 or close to that i do not want it to raise it
  • "Repetier has also advance, " but where in the online config tool? "But how do you detect you have grip and when? " by inserting the filament through the switch and then in to the extruder by hand. i know it has a grib when i can turn the titan e…
  • might be me that was to fast looking at their github... https://github.com/prusa3d/Slic3r-settings/blob/master/live/PrusaResearch/0.1.0.ini
  • i was lucky... ENABLE_BACKLASH_COMPENSATION was 0 so I wonder how that octoprint plugin can work... ie i guess the only thing it can do is to tell me the backlash number but when it tries to save the correction the firmware will just disregard it
  • :-) i only have an cartesian about "eeprom list " i dont use repetier host to connect and i have a faint idea that the eeprom plugin in octoprint does not support everything and for the config i use the online tool but i guess i will have to open …
  • i guess M502 followed by M500 will do the trick if backlash was not enabled in the config and then G32 S2 and G33 S2 to restore disortion correction
  • the code for the plugin is here: https://github.com/platsch/OctoPrint-Autocalibration/blob/master/octoprint_autocalibration/static/js/autocalibration.js but i cant figure which command store the values, if i only knew that i could at least set them…
  • btw.. are there any difference in how precise probing is? i mean doing it fast or slow or number of times a point is probed?
  • please do not change G33... i like the extra "insurance" that it probes right to edge of bed but i will figure how high above the bed the nozzle is when Z=0 and add the extrace distance to probe height and redo G32 and G33
  • something is not right still... even thou the bumpmap is "perfect" when Z is 0 the nozzle is still 1-2 mm to high up should i just manual adjust Z lenght to match? or where could i have "screwed up" and how do i correct that screw up?
  • new bump map: https://pastebin.com/skGPYs2C only thing that worries me is that G32 S2 does not get the probe to Y0 but only to Y20 where as G33 goes to Y0 and then of course if i got the probe height correct
  • gave the G32 S2 a go and it ended with 23:47:02.911 : plane: a = -0.0021 b = -0.0005 c = 3.573523:47:02.919 : Transformation matrix: 0.999998 0.000000 0.002082 -0.000001 1.000000 0.000548 -0.002082 -0.000548 0.99999823:47:02.923 : Printer height:20…
  • i'm very surprised. i initial just lowered Z and found that my probe height was 3mm but with your guide i found it to be 1,989mm.. does this sound right? i found an object that is 10mm high and the other numbers in the guide are z0 10,611zold 10Z…
  • figured it... i have to define where the probe can get and not where the nozzle can get... so that parts is ok now reading https://www.repetier.com/documentation/repetier-firmware/z-probing/ the part that says using metal block... could that not b…
  • i tried G32 S2 Got this odd error  22:16:02.691 : Error:Activating z-probe would lead to forbidden xy position: 5.000000, -20.0022:16:02.706 : RequestStop:22:16:04.486 : fatal:Could not activate z-probe offset due to coordinate constraints - resul…
  • ahh autolevel was not enabled as i had never had the need to enable it flashing firmware with enabled :-) upps
  • odd G32 is an unknow command 21:40:41.921 : Unknown command:N37422 G32  S221:40:45.058 : Unknown command:N37423 G32  S221:40:45.984 : Unknown command:N37424 G32  S2
  • the reason why i got really confused about G32 S2 is that i only want disortion correction and not auto level but i will give it a go, just need to figure a way a dummie like me can do it. i read this page: https://www.repetier.com/documentation/re…
  • its strange.... a 250x210x0.2 test object gives these results https://photos.app.goo.gl/pnVEbp8nk68Mvz802 the nicer one at the keyboard is without correction is there anything i can do to improve things? or is the inductive probe just "trash" ?
  • new bump map: https://pastebin.com/JFBWLrVp does this look more "reasonble"? 
  • if i do that... ie home and then lower Z until probe is triggered it says 6,61 in Z pos i just made a new and more solid bracket for it so might not be the same as before is this my new Z_PROBE_HEIGHT number?
  • So if i understand both of you correct what i need to do is to home Z then lower Z until probe triggers, the current Z pos. should be my probe height (Z_PROBE_HEIGHT) i have my DISTORTION_LIMIT_TO set pretty high as the old bed was much bend, what…
  • let me explain how switches are connected.. 2 z max limit switches as i use dual Z stepper drivers and limit switches to they are in sync all the time limit  switch 1 is connected to Z max and switch 2 is connected to X max (i dont use it anyway) …
  • "As you are homing to Z max," Yes " do a G32 S2  to measure and set the Z length" why ? i just do a test print with disortion correction disabled and figure what Z lenght should be to get a perfect first layer And G32 is that not autolevel? just…