boelle
About
- Username
- boelle
- Joined
- Visits
- 252
- Last Active
- Roles
- Member
Comments
-
i ran a G33 and got this: https://imgur.com/a/TYwdD it seems like the old error is still there, if it helps config is attached
-
you will know today... right now i'm soldering up some tmc2100 drivers and once i have them in place i will do a G33
-
hehe... i found out the issue... bad thermistor, it gave up last night and caused a decouple error i'm now tinkering with replacing it with a thermocouple so i dont have to take the bed assembly apart every 3 months or so i used G4 as a temp. fix…
-
hehe.... the lowest temp i see is arround 39 oh well G4 it is.... i could go to marlin but man their list of issues are like sticking a hand i a wasp nest
-
instead of G4 is there a command for waiting that i click the knob on the display? i could live with that ie it just runs the bed cool down fan until i click the knob
-
R is when you want to cool of the bed. or the oposite of heating i know the G4 method but i dont want to use that if i can avoid it
-
i found this http://forum.repetier.com/discussion/812/wait-for-cooling-bed so now my Q is how do i mod the code to accept the R paramter?
-
ahh i have been blind M190 S30; set bed and wait to hit target needs to change to M190 R30; set bed and wait to hit target correct?
-
i was thinking of adding my bed cooling fan to pins.h and use M106 to set a thermostatic trigger but i would still need a kind of wait on the temp so the bed stays in front of the fan until its cool enough
-
i poke arround in ultimakers github and yes that was the case they in a diplomatic way said that they would not change this until they had a reason for it... ie when ultimakers gets mixing hotend side Q.... will repetier be limited to 16 virtual e…
-
looking at benchy... i have used 4 different colours, but the prime tower only have 2 of them is that not a fault? i have looked through layer by layer to make sure
-
not a bug, but will there ever be support for more than 16 virtual extruders ? reprap firmware has support for up to 400 virtual extruders, but so far repetier host is the best software as it supports 16 virtual extruder, to my knowledge no other so…
-
no i have 16 extruders but single nozzle (diamond hotend) the problem was "fixed" by upgrading to latest version (was on 2.0.1)
-
got some 3d print orders so not sure when or if i will be able to test it but i was asked how repetier host handles multicolor prints and i tried to test it and i got an error will post a new thread on that as it might be that i can get the hardw…
-
i'm not sure when i get the time but will try and aim for within a week but i think that the safe position is the thing that does it... are this position something i can control? it might not help anything but my config is here: https://pastebin.c…
-
yep that worked... the homing sequence is also different not sure what happend.... is there anything i can paste in here that would help anything?
-
A bit success on the 0.7mm issue... i did change my probe height to 5.885 and nozzle is now touching at about 0.1mm i have a set of spark plug feeler blades that i will use to get it precise.... they are much more precise than paper method since i …
-
without Z correction i know my Z height is spot on correct so i assume that i should just leave that alone i corrected Z_PROBE_HEIGHT to 6,585 as it between where it triggers and release the funny thing is that i still touch the bed at 0.7mm so …
-
https://www.repetier.com/documentation/repetier-firmware/z-probing/ last 2 lines at the end of the page says that if i do have a max z endstop it will meassure the height... for me that includes it will home to up the the max endstop after it has…
-
well found one small mistake... my probe triggers at 6,23 and release at 6,94 but in firmware its set to 13,353 will correct this and run a new G33... or was the G32 S2 meant to be G33 S2 ?
-
G32 S2 does not work 17:44:39.549: Unknown command:N23999 G32 S2
-
"if you are touching bed at 0.7 you have to Raise Zmax by 0.7" if i raise z max length it will be able to travel 0.7 more and it would now touch the bed at 1.4mm since it now thinks i can travel 0.7mm lower than before so no i dont think i got it…
-
it worked fine... it just takes a lot of time if going for 22 points on each axis.. nice it only have to be done one time i must have made a mistake because it seems i can never get the perfect first height my machine is set to home to max... so i…
-
my config after the changes: https://pastebin.com/paKGUqy2 does it look ok or is there something wrong?
-
but of course its nice to have both functions working :-D so i guess that i have to disable (FEATURE_AUTOLEVEL) and enable (DISTORTION_CORRECTION) + (DISTORTION_PERMANENT) DISTORTION_START_DEGRADE is set to 0.1 DISTORTION_END_HEIGH is set to 2 i…
-
i have just bumps.... that is why it does not make sense to have the z motors working above 1-2 mm up from the bed
-
My Q is if i can do an automatic disortion correction (using the probe) instead of automatic bed level bed level is a bit overkill once i get 2mm above the bed :-D
-
btw sorry if my question is stupid... and my printer is not a delta
-
Q... i have made a clip on probe so that i can do automatic probing in 22*22 without spending days will the distortion correction share the same data from eprom so that i can switch to distortion correction ? bed leveling is nice but there is not…
-
worked, baby smooth 1st layer :-D