Re: RADDS work now stable with RepRap Firmware May 30, 2016 12:48AM |
Registered: 8 years ago Posts: 83 |
M106 P0 T60 H1 ; P0 is thermostatic. M106 P1 H-1 ; Must do H-1, or P1 will turn on with P0 at 60c M106 P1 S0 ; Must do, or P1 turns on full blast at boot.So now the hotend cooler kicks on at 60c, and PLA cooler correctly accepts PWM from S3D or M106.
Re: RADDS work now stable with RepRap Firmware May 30, 2016 01:06AM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 01:15AM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 08:31AM |
Registered: 9 years ago Posts: 356 |
M574 X2 Y2 Z2 S0 ; set endstop configuration
M574 X2 Y2 Z2 S1
Re: RADDS work now stable with RepRap Firmware May 30, 2016 11:30AM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
It's the same wiring that works with Repetier on the same board. Maybe RRF requires the 3.3v lead?
Quote
Since I was told these endstops used v5 for their LEDs, I should not plug the v5 into the 3.3v else bad things, so I just snipped those wires... made Repetier happy at least.
What do you think if I swapped sig and positive (just spun the plug 180)? Magic smoke, or.... ?
M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
Re: RADDS work now stable with RepRap Firmware May 30, 2016 02:46PM |
Registered: 8 years ago Posts: 83 |
M574 X1 Y1 Z1 S0And thanks GroupB : the M119, that's what helped me out. As it turns out, I've been doing all my testing on the X-endstop (easiest one for me to reach from the laptop). And... the board isn't recognizing it. I presumed because of that Y&Z weren't working either. They are working just fine as it turn out.
Re: RADDS work now stable with RepRap Firmware May 30, 2016 03:08PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 05:00PM |
Registered: 8 years ago Posts: 83 |
T0 M140 S60 ; Bed starts heating up, no wait. M105 shows the bed heat increase. M190 S60 ; Set temp and wait: Loose USB connection, cannot reconnect. No more M105 responses.And
T0 M104 S200 ; hotend starts heating up, no wait. M105 shows the hotend heat increase. M109 S200 ; Set temp and wait: Loose USB connection, cannot reconnect. No more M105 responsesIn both instances however, the M190 & M109 are actually doing what they should: When I reset & reconnect to the printer, I can see that the heat had continued to increase.
M563 P0 D0 H1Note the hotend heats and extrudes fine, with the cooling fan auto-kicking on now being a thermostatic heater.
Re: RADDS work now stable with RepRap Firmware May 30, 2016 08:09PM |
Registered: 9 years ago Posts: 356 |
T0 M104 S200 T0 M109 S200
Re: RADDS work now stable with RepRap Firmware May 30, 2016 08:28PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 08:48PM |
Registered: 9 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 08:54PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 09:55PM |
Registered: 8 years ago Posts: 83 |
T0 M109 S200Still makes me loose USB
Re: RADDS work now stable with RepRap Firmware May 30, 2016 10:06PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 10:16PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 10:19PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 10:49PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 30, 2016 10:59PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 31, 2016 12:26AM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 31, 2016 09:26AM |
Registered: 9 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware May 31, 2016 05:43PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 31, 2016 06:13PM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
Thanks GroupB :
* M109 loosing USB : Interesting it has the same behavior with you. Sounds like a straight up bug at this point?
M109 S50
Recv: ok T:24.2 B:24.4 Send: M109 S50 Recv: ok ... PAUSE FOR ABOUT 20 seconds until the extruder reached 50C ... Send: M105 Recv: ok T:49.0 B:24.4 Send: M105 Recv: ok T:49.4 B:24.4 Send: M105 Recv: ok T:48.7 B:24.4
Quote
* Octoprint & SD : I can't upload to my RADDS SD via Ocotprint because, like mentioned before, it's completely unrecognized, that button is grayed out. Octoprint has no knowledge of the SD on the RADDS, I have no idea why. But from Octoprint I can print from the RADDS SD, by calling to the M commands (listed above) directly.
Connecting to: /dev/ttyACM0 Changing monitoring state from 'Offline' to 'Opening serial port' Connected to: Serial(port='/dev/ttyACM0', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor Changing monitoring state from 'Opening serial port' to 'Connecting' Send: N0 M110 N0*125 Connection closed, closing down monitor Recv: ok Changing monitoring state from 'Connecting' to 'Operational' Send: N0 M110 N0*125 Recv: ok Send: M105 Recv: ok T:24.5 B:24.7 Send: M21 Recv: ok Send: M20 Recv: Begin file list Recv: coathook.g Recv: duettest.g Recv: ormaxis.g Recv: snowman.g Recv: square.g Recv: whistle.g Recv: Cthulhu.g Recv: a.gco Recv: a2.gco Recv: a3.gco Recv: End file list Recv: ok Send: M105 Recv: ok T:24.4 B:24.9
Re: RADDS work now stable with RepRap Firmware May 31, 2016 06:33PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 31, 2016 07:25PM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
For Octorpint & SD: I'm familiar with the checboxes you're referring too: They're all checked off.
Again, I can interact with the SD card via Octoprint via Mcodes through the serial monitor : List them, print them. But Octoprints UI says I have no SD card to either print from, or upload too. Frustrating
Re: RADDS work now stable with RepRap Firmware May 31, 2016 11:23PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware June 01, 2016 12:00AM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
M109: You are right: When I run that is blocks all communication until it hits target temp, but after target temp is reached communication resumes. It's still sketchy though, since you can't communicate with the bot at all during that time (no emergency shutdown), thus you can't stop if from heating if needed. That is different behavior than what I've experienced with Sailfish\Marlin\Repetier... don't really like how it's implemented, seems unsafe.
Re: RADDS work now stable with RepRap Firmware June 01, 2016 12:06AM |
Registered: 12 years ago Posts: 1,807 |
Re: RADDS work now stable with RepRap Firmware June 01, 2016 01:39AM |
Registered: 8 years ago Posts: 83 |
Quote
dnewman
Again, M109 is considered deprecated for RRF. Use M116. It's also, btw, supported by Repetier and more versatile (supports chamber heaters).
An issue you may be having is assuming that Repetier gcode works for RepRapFirmware. Whenever I try to use a new firmware, I check each and every G and M code. There's just too many exceptions between different firmwares. I also find it useful to look examples meant for a given firmware. See, e.g., https://github.com/dc42/RepRapFirmware/tree/dev/SD-image/gcodes-Ormerod.
Re: RADDS work now stable with RepRap Firmware June 01, 2016 10:18AM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
Hear you on the M109 deprecation: Other than you telling me, how would I know this? I've been going off of this page's links: [reprap.org] And they don't mention the deprecation. That being said I've seen plenty of out dated stuff on that (reprap.org) page. But I'm always looking for a better source.
Re: RADDS work now stable with RepRap Firmware June 01, 2016 11:43AM |
Registered: 9 years ago Posts: 356 |