Search found 121 matches

by mlapaglia
Sat Oct 18, 2014 10:04 am
Forum: Troubleshooting
Topic: Communicating with another Arduino over i2c
Replies: 36
Views: 16368

Re: Communicating with another Arduino over i2c

Indeed! I found out over at reprap forums that the address needs a left bit shift in order to work properly. Here's the code I am using now: HAL::i2cInit(100000L); HAL::i2cStartWait(4 << 1); HAL::i2cWrite('a'); HAL::i2cStop(); Right now I'm trying to figure out how to get a float converted to a stri...
by mlapaglia
Thu Oct 16, 2014 10:43 pm
Forum: Troubleshooting
Topic: Communicating with another Arduino over i2c
Replies: 36
Views: 16368

Re: Communicating with another Arduino over i2c

This is the kind of functionality I'm getting at. Right now the actions are soley controlled by the external arduino though..

https://www.youtube.com/watch?v=u4f7OIhouQg" onclick="window.open(this.href);return false;
by mlapaglia
Thu Oct 16, 2014 5:56 pm
Forum: Troubleshooting
Topic: Communicating with another Arduino over i2c
Replies: 36
Views: 16368

Re: Communicating with another Arduino over i2c

http://reprap.org/wiki/Rambo_v1.2 Says it has spi pins. Looking at the RAMBO schematic at the same link tells me that that there are dedicated SDA/SCL pins for the Rambo's I2C port which are not shared with the SPI or EXT headers. I also see 10K pullups on both lines. Now whether the I2C code in th...
by mlapaglia
Wed Oct 15, 2014 9:40 pm
Forum: Troubleshooting
Topic: Communicating with another Arduino over i2c
Replies: 36
Views: 16368

Re: Communicating with another Arduino over i2c

http://reprap.org/wiki/Rambo_v1.2 Says it has spi pins. The SPI is used by the LCD though. I'm messing around with the code trying to get something to output. In the printer.cpp file at the bottom of the setup method I have: HAL::i2cStartWait(4+I2C_WRITE); HAL::i2cWrite('a'); HAL::i2cStop(); When I...
by mlapaglia
Wed Oct 15, 2014 2:22 pm
Forum: Troubleshooting
Topic: Communicating with another Arduino over i2c
Replies: 36
Views: 16368

Re: Communicating with another Arduino over i2c

Thanks, I've already gotten two arduinos talking and have the setup complete, I'm just not sure where in the Repetier firmware to put the communication code? I see it already has a class involving i2c, but I can't find how to use it successfully. Do I just import my own library and use that instead...
by mlapaglia
Wed Oct 15, 2014 7:33 am
Forum: Troubleshooting
Topic: Communicating with another Arduino over i2c
Replies: 36
Views: 16368

Re: Communicating with another Arduino over i2c

Thanks, I've already gotten two arduinos talking and have the setup complete, I'm just not sure where in the Repetier firmware to put the communication code? I see it already has a class involving i2c, but I can't find how to use it successfully. Do I just import my own library and use that instead ...
by mlapaglia
Tue Oct 14, 2014 9:28 pm
Forum: Troubleshooting
Topic: Communicating with another Arduino over i2c
Replies: 36
Views: 16368

Communicating with another Arduino over i2c

I'm looking for a way to connect the RAMBO to another arduino via the i2c connection. I'm going through the source code but can't find any good examples of opening up a simple connection and writing strings out. Does anyone know where I can find some sample code on creating some methods like this?
by mlapaglia
Thu Oct 09, 2014 7:38 pm
Forum: Troubleshooting
Topic: Unsolved Mystery. Weird Z0 behavior around build perimeter.
Replies: 500
Views: 255996

Re: Unsolved Mystery. Weird Z0 behavior around build perimet

Ah so it's the same procedure in the manual, cool I'm done up to that step.

For step 5, when I move the nozzle to the opposite end of tower, the nozzle lifts from the bed. The instructions say to adjust the end stops. I'm guessing this means the two towers closest to the nozzle and not the far one?
by mlapaglia
Thu Oct 09, 2014 5:34 pm
Forum: Troubleshooting
Topic: Unsolved Mystery. Weird Z0 behavior around build perimeter.
Replies: 500
Views: 255996

Re: Unsolved Mystery. Weird Z0 behavior around build perimet

Okay, I'm going to suggest what I remember my steps for resolving this were: 1) set the 0,0 point at your desired height (paper thickness). 2) Set all three tower points at the same height. This should now mean the plane is level? Not necessarily. 3) Move the hot end from A tower position and 0,0, ...
by mlapaglia
Thu Oct 09, 2014 5:11 pm
Forum: Troubleshooting
Topic: Bed Level Calibration Issue
Replies: 2
Views: 2212

Re: Bed Level Calibration Issue

Well that stinks.. I saw this video and got excited seeing I built my printer last year: https://www.youtube.com/watch?v=E-92PSNINO0" onclick="window.open(this.href);return false;

Uploaded the new firmware, calibrating now to see if anything changed for me.
by mlapaglia
Thu Oct 09, 2014 3:30 pm
Forum: Troubleshooting
Topic: Bed Level Calibration Issue
Replies: 2
Views: 2212

Bed Level Calibration Issue

I'm having a bad time getting the bed calibrated on my max v2. Following the manual, at each of the pillars the nozzle is the same distance from the bed. When printing a test circle at each of the pillars the filament is being pressed into the bed correctly, but between the pillars either it's too c...
by mlapaglia
Thu Oct 02, 2014 11:56 am
Forum: Rostock MAX v2
Topic: Sound deadening material
Replies: 22
Views: 12025

Re: Sound deadening material

There are holes in the frame to access all 4 screws that hold the motor in place. Undo those, pull the motor off, install the dampers and reinstall it.
by mlapaglia
Thu Oct 02, 2014 11:40 am
Forum: Rostock MAX v2
Topic: Sound deadening material
Replies: 22
Views: 12025

Re: Sound deadening material

I have the dampers on my motors and the pads under the base.

You shouldn't have to take the whole printer apart to install the dampers. I would highly recommend them also, they make the printer much quieter.
by mlapaglia
Mon Jun 16, 2014 10:16 pm
Forum: Rostock MAX v2
Topic: Dual Ezstruder Mounts
Replies: 1
Views: 2070

Re: Dual Ezstruder Mounts

Took the .dxf file and made the first motor mount:
http://repables.com/r/332" onclick="window.open(this.href);return false;
Not sure why the preview is messed up, but if you go to the 3d view you can see it fine. I'll cut the rest up in the next couple of days.
by mlapaglia
Sun Jun 15, 2014 6:28 pm
Forum: Rostock MAX v2
Topic: Dual Ezstruder Mounts
Replies: 1
Views: 2070

Dual Ezstruder Mounts

I am starting to upgrade to a dual extruder. When looking for a way to mount the second ezstruder to the top, I saw on seemecnc's website: http://seemecnc.com/collections/parts-accesories/products/add-a-ezstruder" onclick="window.open(this.href);return false; It says it's for version 1 onl...
by mlapaglia
Thu Jun 12, 2014 8:22 pm
Forum: Troubleshooting
Topic: Home Towers works, then SLAMS into bed.
Replies: 3
Views: 2825

Re: Home Towers works, then SLAMS into bed.

Have you calibrated it yet? Have you moved anything on it since you calibrated yet?
by mlapaglia
Mon Jun 09, 2014 9:21 pm
Forum: Troubleshooting
Topic: Under extruding? Too far from the bed?
Replies: 13
Views: 7029

Re: Under extruding? Too far from the bed?

Picked up a few sticks of disappearing purple glue today. Put a few layers down on the glass and started my print. Came back and it was next to impossible to get the print off the bed! The opposite problem haha! If I print farther away from the bed for the first layer would I get less sticking? Or i...
by mlapaglia
Sun Jun 08, 2014 5:36 pm
Forum: General Tips 'N Tricks
Topic: PEI print bed surface experiments
Replies: 974
Views: 957002

Re: PEI print bed surface experiments

Awesome thanks, got a 12" x 24" x .03" sheet ordered from amazon, cut it in half then in circles :)
by mlapaglia
Sun Jun 08, 2014 5:27 pm
Forum: Troubleshooting
Topic: Under extruding? Too far from the bed?
Replies: 13
Views: 7029

Re: Under extruding? Too far from the bed?

Yes I suppose this reel doesn't want to stick well. I'm interested in getting a sheet of PEI, would the .03" 12"x12" suffice?
by mlapaglia
Sun Jun 08, 2014 5:26 pm
Forum: General Tips 'N Tricks
Topic: PEI print bed surface experiments
Replies: 974
Views: 957002

Re: PEI print bed surface experiments

Ya it's currently lifting around 2mm, the part just really doesn't have any adhesion with this reel of filament I'm using, others have been fine.

Also, is the .03" thick stuff recommended or is the .09 better somehow?
by mlapaglia
Sun Jun 08, 2014 5:18 pm
Forum: General Tips 'N Tricks
Topic: PEI print bed surface experiments
Replies: 974
Views: 957002

Re: PEI print bed surface experiments

How much horizontal force can a printing piece take before it pops off mid print? I have issues with some rolls of filament having a nice first layer but only take a pound of pressure to break the PLA off the bed at 60 degrees. On taller pieces if the nozzle catches on anything it rips the print off...
by mlapaglia
Sun Jun 08, 2014 2:52 pm
Forum: Troubleshooting
Topic: Under extruding? Too far from the bed?
Replies: 13
Views: 7029

Re: Under extruding? Too far from the bed?

I am printing directly on glass cleaned with soap and water. The prints are coming out fine now, I tried something larger but the print broke off the bed. I've noticed it doesn't take much force to separate the print from the bed at 60 degrees. I'm going to try a PVA glue mix, any thoughts on using ...
by mlapaglia
Sat Jun 07, 2014 8:02 pm
Forum: Troubleshooting
Topic: Heat Bed Sensor
Replies: 3
Views: 2283

Re: Heat Bed Sensor

There is a setting in the configuration.h file to disable the heatbed, just set it to 0.
by mlapaglia
Sat Jun 07, 2014 5:07 pm
Forum: Troubleshooting
Topic: Under extruding? Too far from the bed?
Replies: 13
Views: 7029

Re: Under extruding? Too far from the bed?

Hm not sure what happened with that image. Anyways, been messing around with settings. Here's the hollow pyramid, looks like I need to dial in my retraction settings a bit more. I upped the temperature to 210 in order to get things to stick without breaking off. Retraction is at 7mm at 55mm/s (anyth...
by mlapaglia
Sat Jun 07, 2014 8:25 am
Forum: Troubleshooting
Topic: Under extruding? Too far from the bed?
Replies: 13
Views: 7029

Re: Under extruding? Too far from the bed?

lol 120mm/s infill? I'm sitting around 60, i've been bumping things up slowly, apparently too slowly.

I'll get a thermocouple and check out my temps

Go to advanced search