Chonk needs coding for 3 axis Z-tilt

Hello guys I was hoping the Chonk builds could receive the option for z-tilt bed leveling. With a toolboard the skrat has the open slot. ZMA= Z0 E0M= Z1 E1M=Z2 just like a V-core. This would be nice to have. Is this possible?
No description
Solution:
try adding
[fan]
shutdown_speed: 0.0
[fan]
shutdown_speed: 0.0
...
Jump to solution
71 Replies
DJDupid
DJDupidOPβ€’4w ago
GitHub
RatOS-configuration/boards/btt-skrat-10/config-3z.cfg at v2.1.x Β· R...
The RatOS modular klipper configuration. Contribute to Rat-OS/RatOS-configuration development by creating an account on GitHub.
blacksmithforlife
blacksmithforlifeβ€’4w ago
Did you pick skrat in the configurator?
miklschmidt
miklschmidtβ€’4w ago
yes However there's currently no available 3z chonk printer config. Wouldn't take long to make one though
DJDupid
DJDupidOPβ€’4w ago
Please please please you would make this printer better!!!!!! I can run tests for you as I have one ready I have the normal build at the moment. I run a toolboard and have the extra slot open. Its like a mini me to my V-core 3.1 500. I have an ebb42 on it currently but I just ordered the Orbiter Orbitool. We are mounting the toolboards on the motor and retaining the stock clearance now with the open port which would mimic a V-core and add to the build.
Will2
Will2β€’4w ago
A few minutes of work. It will be enough to add a few lines to printer.cfg. I haven't tried, I don't have such a board, nor 3 motors on Z.
Will2
Will2β€’4w ago
No description
miklschmidt
miklschmidtβ€’4w ago
hold my beer @DJDupid done and pushed πŸ™‚ I've just limited the Y to 170, as i wasn't sure if 180 would cause toolboard damage, IIRC it doesn't quite fit.
DJDupid
DJDupidOPβ€’4w ago
Awesome!!! No need to limit to 170 as we have full travel
miklschmidt
miklschmidtβ€’4w ago
With a toolboard? are you sure?
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
plenty of room So I just need to move the ZMB stepper motor to the E1M slot reconfigure right?
miklschmidt
miklschmidtβ€’4w ago
guess it was fixed, i'll put 180 back in yep (you need to select the V-Chonk 3Z printer) Update is on the way give it 10 minutes and it should be ready πŸ™‚ (you need to update both RatOS and RatOS-configurator)
DJDupid
DJDupidOPβ€’4w ago
I am not using the earlier ebb mount that people were having clearance issues with. I did spread the word in the Chonk section to mount the sensor on the motor. I have an ebb36 and ebb42 mount I will upload currently I am installing the orbitool toolboard so give me an hour or two on that.
DJDupid
DJDupidOPβ€’4w ago
No description
No description
miklschmidt
miklschmidtβ€’4w ago
The height on that thing and the 2 point mounting looks like a resonance nightmare.. Chonk toolhead really isn't made for toolboards, lol. I think i'd rather slap a 6 driver board in the bottom but in any case, it should work. It's gonna be a problem for people who use the other mount... Now i want to limit it to 170 again.
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
its pretty compact compared to the ebb42
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
I have reflashed the SD card twice to reconfigure and keep getting this error code. It also keeps telling me my pi is on an older version and when I click flash board it just keeps cycling back to this message
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
It finally let me update everything and I did the config for the beta z but now get this error. I haven't shut it off without properly hitting shut down in klipper just so you know.
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
miklschmidt
miklschmidtβ€’4w ago
You're missing strain relief. Which is what makes it so damn tall. This is an old version Are you sure you updated everything?
I have reflashed the SD card twice to reconfigure
You need to update everything after connecting to wifi before proceeding with configuration This was alread fixed.. hmm
DJDupid
DJDupidOPβ€’4w ago
what should I do?
miklschmidt
miklschmidtβ€’4w ago
taking a look at the debug zip now @DJDupid try :
[heater_fan toolhead_cooling_fan]
hardware_pwm: True
[heater_fan toolhead_cooling_fan]
hardware_pwm: True
I think the problem is because of the max_power: 0.995 and software pwm. In shutdown mode no software is running and it defaults to 1 on heater_fans (for good reason) which gets limited to 0.995, which then triggers the error. I have pushed that fix now so you can just update instead πŸ™‚
DJDupid
DJDupidOPβ€’4w ago
I updated and got the same error. I then went and cleared out my SD card. Flashed the image again. Set up wifi. Did all the updates. Then I ran the configurator. Same error.
DJDupid
DJDupidOPβ€’4w ago
DJDupid
DJDupidOPβ€’4w ago
This error started when I installed the orbitool. When I had the normal config and the ebb42 this error never came up.
miklschmidt
miklschmidtβ€’4w ago
There’s no reason for all the reflashing. It’s caused by all the max_power: 0.995 requirements on the orbitool O2. You prolly need hardware_pwm for more than the toolhead cooling fan i gyess
DJDupid
DJDupidOPβ€’4w ago
Is that something you select in the settings?
miklschmidt
miklschmidtβ€’4w ago
No you write that in printer.cfg in the user overrides like i showed above https://discord.com/channels/582187371529764864/1298757434801786890/1299482753783435344
DJDupid
DJDupidOPβ€’4w ago
Oh I thought that was part of what you pushed through in the update yesterday
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
I dont know if I did this part right as the error is still there. Instead of .995 can't we just put 1 like the error is asking for?
DJDupid
DJDupidOPβ€’4w ago
No description
miklschmidt
miklschmidtβ€’4w ago
Only for the heater fan, not the rest of them This is indeed already in the config. [fan] and [extruder] isn't. If you put 1.0 in max_power it causes issues with the protection features on the orbiter o2 (that's the reason it's there, it's from the original config).
DJDupid
DJDupidOPβ€’4w ago
so what should I do here I am confused?
miklschmidt
miklschmidtβ€’4w ago
[fan]
hardware_pwm: True
[extruder]
hardware_pwm: True
[fan]
hardware_pwm: True
[extruder]
hardware_pwm: True
I'm assuming [fan] is enough.
DJDupid
DJDupidOPβ€’4w ago
No description
No description
miklschmidt
miklschmidtβ€’4w ago
remove the extruder part, like i said, pretty sure [fan] is enough
DJDupid
DJDupidOPβ€’4w ago
ok I removed the extruder part and now this is the error
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
No description
miklschmidt
miklschmidtβ€’4w ago
reflash your toolboard it's (very) out of date
DJDupid
DJDupidOPβ€’4w ago
Ive reflashed it a bunch
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
it just cycles back
DJDupid
DJDupidOPβ€’4w ago
No description
miklschmidt
miklschmidtβ€’4w ago
You need to flash it with manual dfu The orbitool o2 doesn't have a bootloader So @DJDupid there's no way around setting shutdown_value: 0.0 on the heater_fan unfortunately, which is not great in case of thermal runaway or shutdown with a heated hotend. Remove your overrides and update and it should stop complaining about PWM_MAX.
DJDupid
DJDupidOPβ€’4w ago
I updated with dfu and it worked for the flashing. I removed the overrides and updated ratos and the configurator updates I see too. A new error now
DJDupid
DJDupidOPβ€’4w ago
No description
miklschmidt
miklschmidtβ€’4w ago
jesus christ, i'm on a roll today πŸ˜‚ sorry! gimme a sec! Fixed, update again πŸ™‚
DJDupid
DJDupidOPβ€’4w ago
Do I need to reflash the toolhead too? The other error is back
DJDupid
DJDupidOPβ€’4w ago
No description
DJDupid
DJDupidOPβ€’4w ago
I clicked update for both ratos and the configurator then the error changed back to the old one as you see
miklschmidt
miklschmidtβ€’4w ago
Yes you need to flash your toolboard, it's old af. Needs to be done via manual DFU as i wrote earlier: https://discord.com/channels/582187371529764864/1298757434801786890/1300053558326198303 unless you laredy did that Not sure where this is coming from
Solution
miklschmidt
miklschmidtβ€’4w ago
try adding
[fan]
shutdown_speed: 0.0
[fan]
shutdown_speed: 0.0
back into printer.cfg
DJDupid
DJDupidOPβ€’3w ago
That worked!!!!!
DJDupid
DJDupidOPβ€’3w ago
No description
DJDupid
DJDupidOPβ€’3w ago
homing fails though My pinda is triggered full time at the moment and the nozzle ran right into the bed
DJDupid
DJDupidOPβ€’3w ago
No description
DJDupid
DJDupidOPβ€’3w ago
We are getting close though!!!
miklschmidt
miklschmidtβ€’3w ago
? .. It won't move if it's constantly triggered. Please be careful when you're wiring and testing things for the first time, always be ready to hit the emergency stop. How did you wire it? there's no wiring diagram
miklschmidt
miklschmidtβ€’3w ago
Your probe's signal pin should go here
No description
miklschmidt
miklschmidtβ€’3w ago
5V (brown) goes to pin 2 on that header, Gnd (Blue) goes to pin 4.
DJDupid
DJDupidOPβ€’3w ago
I have brown on two, blue on one, black on 5 Black was Servo on the Ebb so I matched
DJDupid
DJDupidOPβ€’3w ago
No description
No description
DJDupid
DJDupidOPβ€’3w ago
so move one to four but should I leave black at five? I got it working. Brown to two, black to three, and blue to four
miklschmidt
miklschmidtβ€’3w ago
yeah servo is the pin that's used to move the bltouch pin up and down, so that's why it didn't work for you.
Want results from more Discord servers?
Add your server