Giving in and Reverting to Marlin/Ramps?
-
That Marlin thermistor table assumes that the B value of 3950 is constant at all temperatures. It will be OK for a bed thermistor but likely to be rather inaccurate at extrusion temperatures. If you want accurate temperatures, you should use a thermistor for which the manufacturer publishes a resistance vs temperature table, or a PT100 or PT1000 or other better temperature sensor.
You can replicate that table by setting B3950 C0 in the M305 command for that heater.
Does DWC provide separate options for running M561 and G29 S2? I am on vacation so I can't check. If it does, then I agree that it shouldn't.
-
I take your point @pro3d that if you want a simple controller, then marlin running on one of the plethora of cheap controllers that exist now, is probably a simpler and cheaper solution. I have one machine still running on arduino/ramps and marlin (3 year old version at that) because it just works. I agree to some extent that if I was an OEM, it might be easier to just send a hex file to customers when I updated the firmware on their machines. It seems to work for Creality etc.
Duet is a product aimed at those who want to utilise a broad array of very useful features but not everyone needs them all (or even most of them), if the machine they are operating is fairly simple. I have a cr10 and wouldn't bother with a duet upgrade as it works out of the box. However my delta is complex and my corexy a platform for developing sensors, so the feature rich landscape with duet works there. I can't see an easy way to have a simple mode and an advanced mode, but maybe this is the way to go.
-
@pro3d those two options are to disable two different functions
"Disable Bed Compensation"
and "Disable Mesh Grid Compensation"
Bed compensation is G32, normally used now for autolevelling the bed using two , 3 or 4 independent Z stepper motors (so the concept of disabling it does not make much sense any more). Also used on delta printers for delta calibration.
Mesh Grid Compensation is what you are using (from your other post).
-
Ok but then remains one question as I was told M561 does the same as G29 S2.
Are you now saying that "Disable Bed Comp"(M561) has a different function than "disable mesh grid comp"(G29 S2)?
This is what the GUI tells me they are anyway and that notation in the GUI might be wrong
But from what I now understand I should stick to G29 S2 in any .g file? If just one Z lift that is
-
@pro3d ahh good spot. I must be getting mixed up with the behaviour on the delta with G32. I just checked on my IDEX printer and the diable runs M561, and the other runs G29 S2.
I will ask @chrishamm why we have the same option twice.
-
@pro3d said in Giving in and Reverting to Marlin/Ramps?:
@joergs5 It used to be good before I converted to Duet. Now it seems like a bad probe...
Same here... My BLTouch is useless now.
-
@joduwei said in Giving in and Reverting to Marlin/Ramps?:
@pro3d said in Giving in and Reverting to Marlin/Ramps?:
@joergs5 It used to be good before I converted to Duet. Now it seems like a bad probe...
Same here... My BLTouch is useless now.
I'd be interested in digging into why that is. I've used a couple different ones now from original to knock off to the newest version and they are not all created equally but all did work eventually. With the v2 smart probe I'm getting better results than ever, so it's definitely possible.
-
Idk whats the reason. Mine is a geniune v1 smart.
Even with all heaters off (and cold) Mesh compensation errors out at a random. Homing Z is gambling, have to baby step almost every time. -
@joduwei said in Giving in and Reverting to Marlin/Ramps?:
Idk whats the reason. Mine is a geniune v1 smart.
Even with all heaters off (and cold) Mesh compensation errors out at a random. Homing Z is gambling, have to baby step almost every time.Not to hijack the thread, but have you tried cleaning the pin? My original V1 was sticky from the factory and was very inconsistent. After cleaning it was much much better.
-
The main reason for my complaints in the OP are the terrible prints it puts out and all the macro world I dont want a part of but guess I am stuck with if using D3D/RRFW
I could probably live with some thermistor issue and the bad probing results if there was some prints even close to something useful I could send out to customers
When I first configured this printer with Marlin on a simple Ramps board with drv8825s the first time and just calibrating the extruder steps I never looked back except upgrading the board and electronics to 24V controller/12V Fans with SSR and AC Heater
I know that I am probably doing something very wrong in configuring or that my use of clown components are the reason why I getting so bad prints. It could just be the whole NTC 100K 3950 thermistor that throws of the temperature and make flow inconsistent
It might also be the use of relative extrusion I dont understand as I never used this before. It might also be Cura 3,4 not liking to slice in relative mode
It is just that I have been using this equipment for years no problem and I am by no means a noob in the calibrating world. I know I have a lot to learn though as I dont even know what a PT1000 is
There is just to many questions and few answers and the prints are behind. It is kind of curios that as a intermediate+ (at the least) printer designer and user I run into all these problems but I will no doubt learn from it and come out stronger
Thanks for trying to motivate me Have a nice weekend