joule5
Hello I've been trying for days to get my controller board to connect with host via raspberry pi gpio pin header. Do you know of any repetier specific things that need to be done for this? I always get the error no understandable response and I'm trying to use the AMA0 port.
About
- Username
- joule5
- Joined
- Visits
- 29
- Last Active
- Roles
- Member
Comments
-
I cant believe it's not connecting. Can you explain why it says no bites received?https://cdn.discordapp.com/attachments/491165528295997450/1139755918670692352/cantbelieveit.png
-
Where do I find @buttoncommand autolevel?
-
Ok found it. Thanks. I was expecting to find whats happening when I press autolevel. I was looking for server command @buttoncommand autolevel.
-
I read that I needed to run command sudo systemctl stop getty.target after each power cycle.
-
If I choose AMA0 S0 serial0 or serial 1 the server connections go red yellow red yellow. I feel like Im close.
-
in show boot messages it says uart-plo11 no DMA platform data.
-
Repetier said: For measuring we use the defined bed size minus Z_PROBE_BORDER, so make sure bed position/size is set correctly. Can you explain how to set the bed position correctly? I can't get away from the edge of the bed on Y axis. I tri…
-
oK I got it probing correctly. I made the 3 points square and Bed left had to be actually be left like you said. Still I have some bad probes that keep causing crashes. How can I reduce the distance its allowed to go before an error.
-
BED_LEVELING_METHOD 1 and 2 look rotated 45 degrees to me. I don't see where it goes beyond the max limits of the X axis.
-
It didnt like the ribbon cable connectors i was using to make extensions. A long single cable works too. I can use this.
-
I removed the extension ribbon cable and the pink flashes are gone. Thats not good because the pi is up high. I need at least 3 feet. No issues with the other cameras for pi.
-
I'm confused by this as well. The machine is printing and I have control over the current and other parameters in eeprom. Yet M122 shows that there is no power.
-
-
I was just guessing. After trying the latest commit its still the same. Just the Z axis making the sound in HW but all axis doing it in SW.
-
I was trying software because in HW I get this steady beat from motors. So in SW controller resets. In HW motors click off every second.
-
I was trying TMC2209 with software serial connection. No matter what I tried the board kept resetting.
-
Is there a quick fix for this fault? src\boards\STM32F4\STM32_USB_Host_Library\usbh_conf.c:23:1: error: unknown type name 'HCD_HandleTypeDef'; did you mean 'PCD_HandleTypeDef'?
-
Okay glad to know I just need have my own configuration file. I changed fixed_z_home position and I'm getting somewhere but I'm really worried about this.https://github.com/MarlinFirmware/Marlin/issues/14683 I'm getting this heartbeat from the motor…
-
I tried to update to the latest dev2 but it looks like its for a specific line of printers now. I dont have a Stacker printer.
-
I think I've finally have a usable setup. I have put another PT100 on thermocouple_1_pin. I cannot use temp_2_pin or temp_4_pin. I have no idea why.
-
Maybe a different solution could be you to send me an example of repetier dev2 with 4 working temperatures.
-
I tried really hard to find another ATC_104GT thermistor so we could stop talking about the pt100 https://imgur.com/a/VkmDtpo
-
IO_ANALOG_INPUT(IOAnalogChamber, THERMOCOUPLE_0_PIN, 5) ... IO_TEMPERATURE_TABLE(TempChamber, IOAnalogChamber, TempTableatc) ... IO_OUTPUT(IOChamber, HEATER_2_PIN)IO_PWM_SOFTWARE(PWMChamber, IOChamber, 1) ... HEAT_MANAGER_PID(HeatedChamber, 'C', 0,…
-
I have extruder 1 and 2 and heated bed working. I expected T0 to be different because that is the pt100. It's just when you connect heated chamber the temp rises over 400 and goes to DEF (maybe the clue I didn't realize).
-
I put a thermistor on all pins now for you. This is a test setup. M820 results is there in the log. As you can see heated chamber is still a false/erroneous reading. Where is adc 3? https://imgur.com/a/SO1qSNp
-
I could try setting up a thermocouple for use instead.
-
https://imgur.com/a/RG42sZF - screenshot of test The sensor is Semitec 104GT thermistor It seems temp_2_pin and temp_4_pin don't work as it should?
-
"set in TempExt2 instead of IOAnalogExt1" With that, both extruders now read 59.6
-
Can I start over? I just made a fresh start in the firmware too from the repo. Where all I've changed is this // Need a conversion table for epcos NTCIO_TEMP_TABLE_NTC(TempTableATC, ATC_104GT) // Now create the temperature inputs IO_TEMPERATURE_TA…
-
chasing this error from one pin to the next it seems