WernerS
WernerS
RRCRat Rig Community [Unofficial]
Created by WernerS on 6/30/2024 in #ratos-support
Getting this error on each layer: Unknown command:"_ON_LAYER_CHANGE
No description
9 replies
RRCRat Rig Community [Unofficial]
Created by WernerS on 6/25/2024 in #ratos-support
4028 Inverted behavior on EBB42. Even with !fan_part_cooling_pin
I know this is mentioned multiple times here but i can't seem to solve it. I'm building an VCore 3.1 My 4028 4pin Part cooling fan keeps responding inverted whatever i do. (100% off 1% = full) I use the EBB42 1.2 toolboard.
In the config.cfg i included: [include RatOS/boards/btt-ebb42-12/toolboard-config.cfg] and [include RatOS/boards/toolboard.cfg]
Blue wire of NIDEC W40S12BS2E5-57T04HF9 is connected to PA0 of the toolboard In the config.cfg i tried [include RatOS/4pin-fans/part-cooling-fan-100hz.cfg] but got an error: Pin '4p_fan_part_cooling_tach_pin' is not a valid pin name on mcu 'mcu' Therefor i copied the content from 4pin-fans/part-cooling-fan-100hz.cfg and placed it in the config.sfg. With the same error. So i changed 4p_fan_part_cooling_pin to fan_part_cooling_pin. when placing the code at the same position in config.sfg as the include it works but inverted. There is no change when using pin: !fan_part_cooling_pin or pin: fan_part_cooling_pin I use PA3 of my octopus 1.1 as enable pin
############################################################################# FANS If your board has 4 pin fan headers and you want to use them, you can enable them here. NOTE: If none are uncommented, the default 2pin fan headers will be used. ############################################################################# Part cooling #[include RatOS/4pin-fans/part-cooling-fan-25khz.cfg] #[include RatOS/4pin-fans/part-cooling-fan-100hz.cfg] [fan] pin: !fan_part_cooling_pin enable_pin: PA3 cycle_time: 0.001 Hotend / Toolhead cooling #[include RatOS/4pin-fans/toolhead-fan-25khz.cfg] #[include RatOS/4pin-fans/toolhead-fan-100hz.cfg]
When placing the same code in the overrides section of config.sfg it won't work! when setting any speed the fan blows 100% except for 0% and 100% then it stops What am i missing? Your help is much appreciated
32 replies
RRCRat Rig Community [Unofficial]
Created by WernerS on 6/11/2024 in #ratos-support
Consistent Verification Error When Flashing Image File to SD Card Using Etcher
Hello all, I am trying to flash the image file 2023-06-09-RatOS-2.0.2-raspberry-rpi32.img.xz to a 32 GB Sandisk SD card, but I keep encountering an error at the very end during the verification process. I am using Etcher for flashing. I have already tried using 3 different SD cards, 2 card readers, and 2 different PCs, but the error occurs every combination. I have also downloaded the file multiple times. The error message is: "Something went wrong. If it is a compressed image, please check that the archive is not corrupted. The writer process ended unexpectedly." I'm new with RatOs but not with flashing cards for Raspbery PI. when using the cards for standard Raspbery Pi images there is no problem. Thank you for taking the time to help me!
22 replies