Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Marlin firmware
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 50 of 54 - Collapse all  -  Translate all to Translated (View all originals) < Older  Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Lawsy  
View profile  
 More options Aug 11 2012, 7:18 pm
From: Lawsy <ml...@mccarthycollege.net>
Date: Sat, 11 Aug 2012 16:18:11 -0700 (PDT)
Local: Sat, Aug 11 2012 7:18 pm
Subject: Re: Marlin firmware

You firstly need to download the arduino software:

http://arduino.cc/hu/Main/Software

Here is the standard Marlin firmware:

https://github.com/ErikZalm/Marlin/

Here is the Solidoodle version of the Marlin firmware:

http://www.solidoodle.com/wp-content/uploads/2012/08/Marlin-for-2nd-G...

Open the Marlin.pde file for either. Most of things being discussed are in
the configuration.h file which will also open.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brandon Fosdick  
View profile  
 More options Aug 11 2012, 7:18 pm
From: Brandon Fosdick <bfosd...@gmail.com>
Date: Sat, 11 Aug 2012 16:18:57 -0700
Local: Sat, Aug 11 2012 7:18 pm
Subject: Re: Marlin firmware

Thanks.

I take it this is the correct source repository? https://github.com/ErikZalm/Marlin/

On Aug 11, 2012, at 16:15 , Neil Martin <neiljmar...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lawsy  
View profile  
 More options Aug 11 2012, 7:21 pm
From: Lawsy <ml...@mccarthycollege.net>
Date: Sat, 11 Aug 2012 16:21:05 -0700 (PDT)
Local: Sat, Aug 11 2012 7:21 pm
Subject: Re: Marlin firmware

For the non-Solidoodle modified firmware yes.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Johnson  
View profile  
 More options Aug 11 2012, 7:22 pm
From: Ian Johnson <ikelseyjohn...@gmail.com>
Date: Sat, 11 Aug 2012 16:22:32 -0700 (PDT)
Local: Sat, Aug 11 2012 7:22 pm
Subject: Re: Marlin firmware

The current Solidoodle firmware is at the Solidoodle web site under How To,
for How To Update Firmware

The current Marlin firmware can be downloaded
here- https://github.com/ErikZalm/Marlin/zipball/Marlin_v1

Comparing the two and configuring the current Marlin for the Solidoodle
would be a worthwhile project.  The things that would need to be looked at,
off the top of my head-

Thermistor table (Should be 1 or 6, the current Marlin says 1 is better)
Heater 0 and Bed heat and Thermistors turned on

Settings related to Y home being at the back of the printer (MAX).  

Change
#define Y_HOME_DIR -1
To
#define Y_HOME_DIR 1

In pins.h in the sanguinololu section
Change
# define Y_MIN_PIN          19
# define Y_MAX_PIN          -1

to
#define Y_MIN_PIN          -1
#define Y_MAX_PIN          19

Max extruder temp allowed set to 210 to avoid melting the hot end
Motherboard defined as the Sanguinololu, #62 I think

Original-
#define INVERT_X_DIR true
#define INVERT_Y_DIR false  
#define INVERT_Z_DIR true

Change to all false.

In addition there are the default axis steps, and reducing the default
homing speed.  Hopefully there aren't other gotchas that will make it
simply not work, but I'm expecting at least a little trouble.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Johnson  
View profile  
 More options Aug 11 2012, 7:27 pm
From: Ian Johnson <ikelseyjohn...@gmail.com>
Date: Sat, 11 Aug 2012 16:27:51 -0700 (PDT)
Local: Sat, Aug 11 2012 7:27 pm
Subject: Re: Marlin firmware

It says this in the directions, but download Arduino 22.  There are more
current versions but they won't work, it has to be 22.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lawsy  
View profile  
 More options Aug 11 2012, 7:34 pm
From: Lawsy <ml...@mccarthycollege.net>
Date: Sat, 11 Aug 2012 16:34:04 -0700 (PDT)
Local: Sat, Aug 11 2012 7:34 pm
Subject: Re: Marlin firmware

Another change is that the  configuration_adv.h file is missing from the
solidoodle version.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "OS X Software instalation" by Ming Hsiung
Ming Hsiung  
View profile  
 More options Aug 11 2012, 7:35 pm
From: Ming Hsiung <minghsi...@gmail.com>
Date: Sat, 11 Aug 2012 16:35:52 -0700 (PDT)
Local: Sat, Aug 11 2012 7:35 pm
Subject: Re: OS X Software instalation

G21
G91
G1 X200 F3000
G1 X-5 F3000
G1 X10 F500
G1 Y-200 F3000
G1 Y5 F3000
G1 Y-10 F500
G1 X-50 Y50 F3000
G1 Z-200 F800
G1 Z5 F800
G1 Z-10 F250
G90
G92 X0 Y0 Z0 E0

That's what I got for Start.gcode

+Y moves it back
+X moves it right

My board looks the same and yes I bought the version w the cover (which has
been off) and also included some filament. Torn kapton? Wtf is that?

What to do about the loose pully holder?

  photo.JPG
72K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Marlin firmware" by Neil Martin
Neil Martin  
View profile  
 More options Aug 11 2012, 7:37 pm
From: Neil Martin <neiljmar...@gmail.com>
Date: Sat, 11 Aug 2012 16:37:56 -0700 (PDT)
Local: Sat, Aug 11 2012 7:37 pm
Subject: Re: Marlin firmware

In Feb they split the configuration.h file into two..   configuration.h and
configuration_adv.h

The solidoodle version still has the combined configuration header with all
of the settings in one place.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brandon Fosdick  
View profile  
 More options Aug 11 2012, 7:44 pm
From: Brandon Fosdick <bfosd...@gmail.com>
Date: Sat, 11 Aug 2012 16:44:13 -0700
Local: Sat, Aug 11 2012 7:44 pm
Subject: Re: Marlin firmware

Did the Solidoodle folks forget to fork the project on github? A quick search didn't find turn up anything.

On Aug 11, 2012, at 16:22 , Ian Johnson <ikelseyjohn...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "OS X Software instalation" by Ian Johnson
Ian Johnson  
View profile  
 More options Aug 11 2012, 7:58 pm
From: Ian Johnson <ikelseyjohn...@gmail.com>
Date: Sat, 11 Aug 2012 16:58:59 -0700 (PDT)
Local: Sat, Aug 11 2012 7:58 pm
Subject: Re: OS X Software instalation

The start.gcode is wrong.  This is the start.gcode for the Gen 1 Solidoodle
which homed Y to the front.  Looks like they forgot to update it in the OSX
installation.  Copy and paste the gcode I posted and see how it goes.

I asked for pictures of the case, and how it covers the back because you
seem to be the first person who received one.  Everyone else has been told
that the cases would be shipped later since they weren't ready yet but they
wanted to get the printers out.  Would you mind putting yours on and
showing it off?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ming Hsiung  
View profile  
 More options Aug 11 2012, 8:01 pm
From: Ming Hsiung <minghsi...@gmail.com>
Date: Sat, 11 Aug 2012 17:01:56 -0700 (PDT)
Local: Sat, Aug 11 2012 8:01 pm
Subject: Re: OS X Software instalation

> Does any part of the pulley rub against the plastic mount?  

no but the black plastick mount is getting looser the more I test the
printer.

> Unfortunately tightening that would involve taking out the pulley with the
> belt, and I wouldn't want to mess with that without guidance for getting
> the tension right when putting it back on.  Does the mount actually pivot
> up and down?  Does the pulley seem to wobble in relation to the bolt that
> it's on?

It wobbles the most when trying to move towards the front. That is when
pressing down on the screw (reference the pic) tightens the line and
prevents studdering. I don't think I can hold it down for a 2 hour print!
Would I void any chance for a return or warranty if I try to tighten the
black plastic thing w a hot glue gun?

As for the Gcodes, it's a bit different than yours. Should I my start.Gcode
with what you have?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ming Hsiung  
View profile  
 More options Aug 11 2012, 8:08 pm
From: Ming Hsiung <minghsi...@gmail.com>
Date: Sat, 11 Aug 2012 17:08:15 -0700 (PDT)
Local: Sat, Aug 11 2012 8:08 pm
Subject: Re: OS X Software instalation

here the picture of the loose tooth.

as well as the picture of the back with the cover on. I sent you pictures
of the back board with plugs in a previous post. did you get that one?

  photo2.JPG
14K Download

  cover1.JPG
39K Download

  cover 3.JPG
50K Download

  cover2.JPG
46K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ming Hsiung  
View profile  
 More options Aug 11 2012, 8:09 pm
From: Ming Hsiung <minghsi...@gmail.com>
Date: Sat, 11 Aug 2012 17:09:19 -0700 (PDT)
Local: Sat, Aug 11 2012 8:09 pm
Subject: Re: OS X Software instalation

pardon the flipped images...my iphone is retarded.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ming Hsiung  
View profile  
 More options Aug 11 2012, 8:16 pm
From: Ming Hsiung <minghsi...@gmail.com>
Date: Sat, 11 Aug 2012 17:16:56 -0700 (PDT)
Local: Sat, Aug 11 2012 8:16 pm
Subject: Re: OS X Software instalation

copy pasted and will test it out, but my loose tooth issue is gonna get
worse.
would i be voiding any warranty or return possibility if I tried stablizing
it w a hot glue gun?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Johnson  
View profile  
 More options Aug 11 2012, 8:32 pm
From: Ian Johnson <ikelseyjohn...@gmail.com>
Date: Sat, 11 Aug 2012 17:32:38 -0700
Local: Sat, Aug 11 2012 8:32 pm
Subject: Re: OS X Software instalation

Try wedging something like a washer between the head of the pulley bolt and the frame.   I think that part would be a lot more stable if they used a washer behind the pulley rather than countersinking the bolt into the plastic.  

  image.jpeg
2868K Download

On Aug 11, 2012, at 5:16 PM, Ming Hsiung <minghsi...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ming Hsiung  
View profile  
 More options Aug 11 2012, 8:36 pm
From: Ming Hsiung <minghsi...@gmail.com>
Date: Sat, 11 Aug 2012 17:36:43 -0700 (PDT)
Local: Sat, Aug 11 2012 8:36 pm
Subject: Re: OS X Software instalation

I have 2 executables....

there's aprterface-ma-Mar2012 in the skeiforge folder
and a pronterface.command in the kliment-Printrun-901023b

each with their own alterations folder. which should I use? One is fancier
than the other (showing a graph next to the check temp button.
anyways, I updated both gcodes since it was still headed for the front.

the older pronterface is showing a much cooler temp. I will wait for this
to heat up and report back. Thanks again for all your help


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ming Hsiung  
View profile  
 More options Aug 11 2012, 8:44 pm
From: Ming Hsiung <minghsi...@gmail.com>
Date: Sat, 11 Aug 2012 17:44:22 -0700 (PDT)
Local: Sat, Aug 11 2012 8:44 pm
Subject: Re: OS X Software instalation

nice yeah I ended up jamming some gay ass looking paper clips and it's
stable! A fitted washer or a cap would be excellent as a part to make... if
I CAN ACTUALLY PRINT something :)

So I updated both start.gcodes assuming the apps would be reading them but
the second I hit print the nozzle heads to the front. I hit motor off asap
but it still runs into the front and jams for a second. Sigh

  wedge.JPG
47K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ming Hsiung  
View profile  
 More options Aug 11 2012, 8:53 pm
From: Ming Hsiung <minghsi...@gmail.com>
Date: Sat, 11 Aug 2012 17:53:05 -0700 (PDT)
Local: Sat, Aug 11 2012 8:53 pm
Subject: Re: OS X Software instalation


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Johnson  
View profile  
 More options Aug 11 2012, 9:07 pm
From: Ian Johnson <ikelseyjohn...@gmail.com>
Date: Sat, 11 Aug 2012 18:07:14 -0700
Local: Sat, Aug 11 2012 9:07 pm
Subject: Re: OS X Software instalation

I run a bootcamped MBP, and tried to set this up on the OSX side as well and gave up very quickly.  I wasn't even trying to install the Solidoodle stuff yet, just some other 3D printing software that also runs on Python.  It looked like getting Python working right was going to require some research, so I just said to hell with it and moved over to windows for printing related stuff.

On Aug 11, 2012, at 5:53 PM, Ming Hsiung <minghsi...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brandon Fosdick  
View profile  
 More options Aug 12 2012, 1:15 am
From: Brandon Fosdick <bfosd...@gmail.com>
Date: Sat, 11 Aug 2012 22:15:08 -0700
Local: Sun, Aug 12 2012 1:15 am
Subject: Re: OS X Software instalation

The OS X package is definitely rough around the edges, but it does appear to work after a bit of fiddling. With a bit more polish it shouldn't be so bad.

I suspect that something like this really needs to be a native app. Mac apps are generally expected to be more polished, or at least prettier, and python can only take us so far. At the very least pronterface should use a toolkit that uses native widgets. wxWindows seems to be competing with tcl/tk for some sort of ugliness award.

On Aug 11, 2012, at 18:07 , Ian Johnson <ikelseyjohn...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Marlin firmware" by Support Tech
Support Tech  
View profile  
 More options Aug 13 2012, 1:02 pm
From: Support Tech <supp...@solidoodle.com>
Date: Mon, 13 Aug 2012 13:02:24 -0400
Local: Mon, Aug 13 2012 1:02 pm
Subject: Re: Marlin firmware

We are still developing our Github presence. We wish to be very purposeful
about how we work with Github.

Regards,
John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "OS X Software instalation" by John Albano
John Albano  
View profile  
 More options Aug 30 2012, 10:27 pm
From: John Albano <john.f.alb...@gmail.com>
Date: Thu, 30 Aug 2012 19:27:26 -0700 (PDT)
Local: Thurs, Aug 30 2012 10:27 pm
Subject: Re: OS X Software instalation

Trying to get printer talking to mac os x 10.7.4 --- tried most of the
suggestions in here but can't get pronterface to see the printer -- just
sits at "Connecting...". What are folks picking for the port?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Support Tech  
View profile  
 More options Aug 31 2012, 9:49 am
From: Support Tech <supp...@solidoodle.com>
Date: Fri, 31 Aug 2012 06:49:33 -0700 (PDT)
Local: Fri, Aug 31 2012 9:49 am
Subject: Re: OS X Software instalation

Are you sure that the drivers are properly installed? Here is the link for
the proper drivers.

http://www.ftdichip.com/Drivers/VCP.htm
These are the proper drivers.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Kirby  
View profile  
 More options Nov 17 2012, 7:54 pm
From: Chad Kirby <chad.ki...@gmail.com>
Date: Sat, 17 Nov 2012 16:54:15 -0800 (PST)
Local: Sat, Nov 17 2012 7:54 pm
Subject: Re: OS X Software instalation

I just for pronterface to connect via port  /dev/cu.usbserial-AE01ICD7 in
OSX 10.8.1. Per the troubleshooting wiki, I had to change the baud rate to
250000, otherwise I got all kinds of errors, e.g.,

Connecting...
Can't read from printer (disconnected?).
Traceback (most recent call last):
  File
"/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2. 8-mac-unicode/wx/_core.py",
line 14669, in <lambda>
    lambda event: event.callable(*event.args, **event.kw) )
  File
"/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2. 8-mac-unicode/wx/_controls.py",
line 1843, in AppendText
    return _controls_.TextCtrl_AppendText(*args, **kwargs)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/enc odings/utf_8.py",
line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0:
invalid continuation byte
Traceback (most recent call last):
  File
"/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2. 8-mac-unicode/wx/_core.py",
line 14669, in <lambda>
    lambda event: event.callable(*event.args, **event.kw) )
  File
"/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2. 8-mac-unicode/wx/_controls.py",
line 1843, in AppendText
    return _controls_.TextCtrl_AppendText(*args, **kwargs)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/enc odings/utf_8.py",
line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x98 in position 4:
invalid start byte
Traceback (most recent call last):
  File
"/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2. 8-mac-unicode/wx/_core.py",
line 14669, in <lambda>
    lambda event: event.callable(*event.args, **event.kw) )
  File
"/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2. 8-mac-unicode/wx/_controls.py",
line 1843, in AppendText
    return _controls_.TextCtrl_AppendText(*args, **kwargs)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/enc odings/utf_8.py",
line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xd9 in position 6:
invalid continuation byte


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Myers  
View profile  
 More options Nov 28 2012, 5:08 pm
From: Alex Myers <myers.a...@gmail.com>
Date: Wed, 28 Nov 2012 14:08:04 -0800 (PST)
Local: Wed, Nov 28 2012 5:08 pm
Subject: Re: OS X Software instalation

So I had posted a question/reply to Chad's post above, but it was deleted
for some reason.

Why?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 26 - 50 of 54 < Older  Newer >
« Back to Discussions « Newer topic     Older topic »