Firmware 1.18 provisional change list
-
Sorry for the post flood, is bed comp set by default to tapper off ? Doing a test print now with a piece of tape on the lead screw so I can see any movement. The first layer it was waving around, now it's doing nothing at all running the same span.
Thanks,
Jeff
-
@(In)Sanity:
Right wrong or otherwise on my part I just had a heater fault with 1.18 trying to print some PETG. I had the first layer set to 240C without cooling and then 245 for the second layer with cooling. I got a heater fault pretty much the instant it tried to switch to layer two saying the temp wasn't rising the 0.3 deg C;/s that was expected. My logic was I wanted the print to stick on the first layer and then bond to itself on subsequent layers. Trying the same print with flat 240C which I'm sure will work.
Currently the heater gain is only measured during auto tuning with the print cooling fan off. With the fan on it is likely to be lower. That would explain why it is expecting 0.3C/sec but you don't get that. Reducing the gain in the M307 command by 20% or 30% should fix it, but you may then get some overshoot during initial heating.
-
David, thanks for that. I also just ordered a new Z-Axis stepper and lead screw (one part) as I really think the 450 ma stepper is just not micro stepping at all well. It's the only remaining part of the printer. I've replaced all the electronics, motors, belts, shafts, rods, carriages, etc. Ohh and it would have been much cheaper to just buy a new printer..but not as much fun.
Edit: What I've noticed is sometimes the Z-Axis moves for bed comp as expected and sometimes it doesn't. I'll assume it's the motor.
Jeff
-
@(In)Sanity:
Sorry for the post flood, is bed comp set by default to tapper off ? Doing a test print now with a piece of tape on the lead screw so I can see any movement. The first layer it was waving around, now it's doing nothing at all running the same span.
Thanks,
Jeff
By default the bed comp does not taper. You can check the setting by running M376 with no parameters.
-
Hey I have another perhaps stupid question. Is the idle down percentage applied via the stepper driver chip or is this the firmware applying the settings ? The reason I ask is if the Z-Axis driver wasn't receiving any step commands is it possible it would idle down if say it took over 30 seconds to get the next step command ?
-
Currently the current is reduced to the idle value only when no stepper motor has moved for the idle time.
-
Currently the current is reduced to the idle value only when no stepper motor has moved for the idle time.
Ok, so it's the firmware telling them to idle down and not the chips themselves ?
-
Yes it's the firmware.
-
Please keep in mind the 4 motor Z axis upgrade DC….thanks.
-
quick question for ya:
just updated to latest beta 1.18 firmware, eager to test the baby-stepping feature. only thing is don't know how to adjust the newly added function. please advise.
thanks, in advance, and hope everyone is having a nice day!!
–jonathan
-
Currently you send G92 R1 Z# where # is the amount you want to step in mm, in the range -1 to +1mm. I have created two macro files, containing commands G92 R1 Z0.05 and G92 R1 Z-0.05 to test with. In the final release I hope to have the machine react faster to babystepping commands than it does in current alpha2 release.
-
Thanks for the prompt reply…gonna give it a try in the morning.
--Jonathan
-
Installed the new 1.2A motor for the Z-Axis up from the 450ma motor. Bed comp now works much more predictably. Running out of stuff that's original on the printer outside of the shell.
-
David, a couple of quick babystep questions…
Are your macro files in the Git? or should I just create them myself?
Also, are you working with Christian to add buttons for the baby stepping right on the Print Status tab? That would be excellent.
-
@mhackney I looked at the code and seems that G92 R1 Z#.## is all you need, so you can make the macro files yourself.
-
I haven't put the macros on github because they are one-liners. I have been discussing adding baby stepping buttons to DWC with chrishamm, and I will add them to PanelDue.
-
I haven't put the macros on github because they are one-liners. I have been discussing adding baby stepping buttons to DWC with chrishamm, and I will add them to PanelDue.
Nice. Just a simple up and down should do it.