Z travel is really slow, don't know why.
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Z travel is really slow, don't know why.
I've got a new laptop, and I've obviously set something up in Repetier incorrectly... When I run the manual controls, homing the axes moves the machine up at a normal speed. When I manually jog Z down, it moves like a snail. Like really really really slow.
I found the setting to change in the printer setup tab under "Z axis feedrate" (duh, right?) and was able to get everything to move at the right speed when I manually jog the controls.
My problem is: when I run a job from Repetier (GCode from Cura, in this case), it still moves really slowly in the Z direction. It's like the setting that I changed only applied to the manual controls, and it's still getting the wrong speed when it's operating off of the sliced G-Code...
It feels like I have a firmware thing going on, but I didn't change that until later in my troubleshooting, and it behaved the same... What am I missing?
I found the setting to change in the printer setup tab under "Z axis feedrate" (duh, right?) and was able to get everything to move at the right speed when I manually jog the controls.
My problem is: when I run a job from Repetier (GCode from Cura, in this case), it still moves really slowly in the Z direction. It's like the setting that I changed only applied to the manual controls, and it's still getting the wrong speed when it's operating off of the sliced G-Code...
It feels like I have a firmware thing going on, but I didn't change that until later in my troubleshooting, and it behaved the same... What am I missing?
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Z travel is really slow, don't know why.
Is the speed correct in the G-code? If so I would double check the EEprom settings, I'm assuming that new laptop = new host software = clear EEProm.
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: Z travel is really slow, don't know why.
Doesn't the EEPROM live in the RAMBO board though?foshon wrote:Is the speed correct in the G-code? If so I would double check the EEprom settings, I'm assuming that new laptop = new host software = clear EEProm.
Re: Z travel is really slow, don't know why.
Changing hosts isn't going to affect the EEPROM settings on the RAMBo. 
Try this:
G28
G0 Z50 F3500
Does it go fast?
g.

Try this:
G28
G0 Z50 F3500
Does it go fast?
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
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Re: Z travel is really slow, don't know why.
Yes it does. There is no reason new software should overwrite the EEPROM unless there is a massive "KILL ALL PRINTERS!" bug present.Jimustanguitar wrote:Doesn't the EEPROM live in the RAMBO board though?foshon wrote:Is the speed correct in the G-code? If so I would double check the EEprom settings, I'm assuming that new laptop = new host software = clear EEProm.
What values do you have for the Z acceleration and jerk?
My Thingiverse profile: http://www.thingiverse.com/edwardh
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Z travel is really slow, don't know why.
I did not know that, so if I switch to pronterface or something, my EEProm settings stay? Either way you should be able to check them right with the new software right?
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Re: Z travel is really slow, don't know why.
Pronterface doesn't grok EEPROM settings. (I don't think). The EEPROM btw, is a little Electrically Erasable/Programmable Read Only Memory chip that lives on the RAMBo board.
g.
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
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: Z travel is really slow, don't know why.
Yep, Gene. It moves normal speed when I manually send this code...geneb wrote: Try this:
G28
G0 Z50 F3500
Does it go fast?
g.
Tried a different Slicer and it seems that I have a glitch in Cura that caused this. Interesting that Repetier started with odd settings that made it move slowly with manual controls as well.
Last edited by Jimustanguitar on Thu Sep 26, 2013 9:52 am, edited 1 time in total.
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Z travel is really slow, don't know why.
geneb wrote:Pronterface doesn't grok EEPROM settings. (I don't think). The EEPROM btw, is a little Electrically Erasable/Programmable Read Only Memory chip that lives on the RAMBo board.
g.
Did I spell it wrong or are you really "nazi" ing my lack of capitalization?

Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Re: Z travel is really slow, don't know why.
Nope. If I was going grammar nazi on you, you'd know it. I'm about as subtle as a brick to the face. 
g.

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
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Z travel is really slow, don't know why.
No, thanks. I've seen you insulted, not interested in going there.
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Re: Z travel is really slow, don't know why.
*looks up, whistles innocently*

g.

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
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: Z travel is really slow, don't know why.
I'm fighting with this again...
On GCode form Slicer built into repetier, it runs normally over USB but runs slow with the SD card...
Any ideas of what to look for? Is there a speed setting that I might have wrong in the firmware that is buggering my SD print but would be overridden by software settings while running it from Repetier?
On GCode form Slicer built into repetier, it runs normally over USB but runs slow with the SD card...
Any ideas of what to look for? Is there a speed setting that I might have wrong in the firmware that is buggering my SD print but would be overridden by software settings while running it from Repetier?
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: Z travel is really slow, don't know why.
The plot thickens... Running another print over USB moved it slowly. Flipping the power and trying the same thing again yielded better results.
What the heck is going on?
What the heck is going on?
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Z travel is really slow, don't know why.
Jim, do you have the ferrite cores on your lcd module wires? If not that is one of the first things I would do. I have previously posted atJimustanguitar wrote:I'm fighting with this again...
On GCode form Slicer built into repetier, it runs normally over USB but runs slow with the SD card...
Any ideas of what to look for? Is there a speed setting that I might have wrong in the firmware that is buggering my SD print but would be overridden by software settings while running it from Repetier?
least two messages about which ones to get from Digikey, perhaps you can find them and if not I will look it up again if need be.