Maybe Belt/Motor Skipping?

Having a problem? Post it here and someone will be along shortly to help
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

I am trying GeraldO's fork from this thread
http://forum.seemecnc.com/viewtopic.php ... ldo#p28703" onclick="window.open(this.href);return false;
It has Horizontal Radius and is the latest version.

So I now have repetier 0.91 on the ramps I think...
I'm not sure I'm qualified to be the first user / tester though
as I don't have a comparable experience of functioning firmware.
I may be hard to tell what's broken and what's working.

I am finding different versions of Repetier firmware reverse the polarity of all my motors.
Is it safe to just flip the cables round to fix this or is that a no-no?
Last edited by analog_banana on Thu Feb 06, 2014 12:52 am, edited 1 time in total.
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

Strange - the Hot end still won't get hotter than 205-ish degrees now I am on Repetier..
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
geneb
ULTIMATE 3D JEDI
Posts: 5367
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Maybe Belt/Motor Skipping?

Post by geneb »

Just based on what I see from the EEPROM screenshot, you're not using .91 - there's a TON of stuff in the .91 EEPROM table.

Instead of flipping the wires in your stepper motors, you can just reverse them in the firmware. I don't recall the exact name of the fields, but you're looking for "invert" with regard to the X, Y and Z axes. (rummages around in Red Sonja's firmware directory)

Ok, look for this block:

Code: Select all

// Inverting axis direction
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
Flip those to the opposite of what they are now if your motors are going in the wrong direction. Saves wear & tear on the connectors & pins.

I'm wondering if it would be beneficial to have a "group hangout" with myself and some others to see if we can't get this machine behaving. We'd need at least one person with RAMPS experience.

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7185
Joined: Sun Apr 01, 2012 5:26 pm

Re: Maybe Belt/Motor Skipping?

Post by Eaglezsoar »

The RAMPS board does not have locking connectors so you can simply turn the connector to reverse direction.
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

Hi GeneB,
Don't worry, I am using 0.91 now, the screenshot was from one of my earlier attempts yesterday.
I have since upgraded to a functioning version of 0.91 and the only problem is temperature stuck at 205.

Yes, It would be great to find someone who has used a Rostock Max with Ramps.
I am available for a group hangout if anyone like that is around.

Board member GeraldO is using a Rostock Max with Ramps and Repetier, but he is still assembling his kit:
http://forum.seemecnc.com/viewtopic.php ... ldo#p28703" onclick="window.open(this.href);return false;

Delta Radius sorted. Motors Sorted. Main problem is the temperature now.
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
User avatar
dpmacri
Printmaster!
Posts: 319
Joined: Sat Aug 17, 2013 1:01 am
Location: Beaverton, OR, USA

Re: Maybe Belt/Motor Skipping?

Post by dpmacri »

analog_banana wrote:Hi GeneB,
Don't worry, I am using 0.91 now, the screenshot was from one of my earlier attempts yesterday.
I have since upgraded to a functioning version of 0.91 and the only problem is temperature stuck at 205.

Yes, It would be great to find someone who has used a Rostock Max with Ramps.
I am available for a group hangout if anyone like that is around.

Board member GeraldO is using a Rostock Max with Ramps and Repetier, but he is still assembling his kit:
http://forum.seemecnc.com/viewtopic.php ... ldo#p28703" onclick="window.open(this.href);return false;

Delta Radius sorted. Motors Sorted. Main problem is the temperature now.
Have you done the PID tuning for the hot-end from Gene's manual? I'm wondering if the default values (assuming you haven't already done it) are just off.
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

I have done the PID tuning many, many, times! :)
I guess the tables are different or something - I'll do it again :)

Currently I am just putting in the figures from last time I tested in Marlin.

I am pretty sure I have the same, normal Thermistor and heater as everyone else.
I think I have them set correctly in Repetier?

My Hardware:

100k Thermistor:
http://seemecnc.com/products/thermistor-100k-ntc" onclick="window.open(this.href);return false;

6.8 Ohm Heating Resistor
http://seemecnc.com/products/6-8-ohm-heating-resistor" onclick="window.open(this.href);return false;


In Repetier I have set these values:

// 1 is 100k thermistor (Epcos B57560G0107F000 - RepRap-Fab.org and many other)
#define EXT0_TEMPSENSOR_TYPE 1

//1 = PID Temperature control.
#define EXT0_HEAT_MANAGER 1

/** \brief The maximum value, I-gain can contribute to the output.
#define EXT0_PID_INTEGRAL_DRIVE_MAX 240 ****I changed this from 205
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
geneb
ULTIMATE 3D JEDI
Posts: 5367
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Maybe Belt/Motor Skipping?

Post by geneb »

If you re-load the Marlin firmware on the board, does the hot end come up to temperature properly?

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

I can't PID tune the machine in Repetier at the moment,
I get the following error:
Error:PID Autotune failed! timeout

I will try going back to Marlin to check the hotend...
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

Yes - The hotend is fine back in Marlin - all ok and I can go up to high temps.
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7185
Joined: Sun Apr 01, 2012 5:26 pm

Re: Maybe Belt/Motor Skipping?

Post by Eaglezsoar »

Do you have this value in your configuration.h?
#define MAXTEMP 247
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

Yes - It's exactly that..
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

I'm getting the thermocouple out for more tests now.. Deja Vu!
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
geneb
ULTIMATE 3D JEDI
Posts: 5367
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Maybe Belt/Motor Skipping?

Post by geneb »

Check these values in the EEPROM:

Code: Select all

#define EXT0_PID_INTEGRAL_DRIVE_MIN 60
/** P-gain.  Overridden if EEPROM activated. */
#define EXT0_PID_P   31.36
/** I-gain. Overridden if EEPROM activated.
*/
#define EXT0_PID_I   2.18
/** Dgain.  Overridden if EEPROM activated.*/
#define EXT0_PID_D 112.90
// maximum time the heater is can be switched on. Max = 255.  Overridden if EEPROM activated.
#define EXT0_PID_MAX 255
These are the stock values from the firmware I'm using in Red Sonja (the only firmware directory I can reach right now).
The P, I and D values are different in my EEPROM however - I did the PID tune, but it'll get you close.

Make sure EXT0_PID_MAX is at 255.

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

Thankyou!! :D
that's got it working!

I have set:
Pid drive max = 205
Pid drive min = 60
(these were the defaults)

I'm doing another pid tune then it's time for a print :)
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7185
Joined: Sun Apr 01, 2012 5:26 pm

Re: Maybe Belt/Motor Skipping?

Post by Eaglezsoar »

Progress thanks to Gene. :D
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

25.JPG
I have printed a couple of boxes and 1/8th of an owl.
Corners look slightly better, but the raised, blobby corner issue is still there.
The nozzle grates over the raised blobs of corners or tight curves.
this compounds into artefacts that spread upwards into the print.

Thanks to everyone for help getting Repetier firmware running!

So what of these Jerk settings?
I can find documatation for repetier host, but not much documentation for the firmware...
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
geneb
ULTIMATE 3D JEDI
Posts: 5367
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Maybe Belt/Motor Skipping?

Post by geneb »

What speed are you printing at?

I'm in the Hangout (https://plus.google.com/hangouts/_/cale ... hm6rckpn3g" onclick="window.open(this.href);return false;) if you want to hop in.

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

Those cubes were 5mm per second as before. I'm working on site with a client, so I can't hang out today. I'll probably do some spread tests of temperature, then maybe test the enigmatic jerk settings
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
User avatar
analog_banana
Printmaster!
Posts: 167
Joined: Mon Apr 08, 2013 7:53 am
Location: London, England

Re: Maybe Belt/Motor Skipping?

Post by analog_banana »

26.JPG
On GeneB's Advice I have done some test prints with the orion quickstart slic3r ABS settings here:
http://download.seemecnc.com/orion/quickstart/#/23" onclick="window.open(this.href);return false;

This is a vast improvement.
For a successful print I find that the print cooling fan MUST be on...
Without it I get the usual mush.

It's interesting to see that the "official" Orion ABS settings use a print cooling fan.

I have been told many times to never use a print cooling fan for ABS - but it still seems to be essential to me.
And maybe it is OK if SeemeCNC are issuing settings that use a cooling fan for ABS?

Thanks again to everyone. I'm seeing progress..
Ho Hum...
Rostock Max MDF Kit purchased from Creative Machines UK April 2013
RAMPS 1.4
EZStrruder
SeeMeCNC Bowden Hotend V1
Onyx
Fware: Repetier 0.91
Sware: Repetier-Host V0.95D
Post Reply

Return to “Troubleshooting”