Git Product home page Git Product logo

sjfw's People

Contributors

tommycheng avatar triffid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sjfw's Issues

Acceleration and Max Speed seem SLOW!...

I've been using Sprinter, and just upgraded to SJFW for look ahead.

I set the acceleration and maximum speeds per axis same as I had them in sprinter, but I can't even come close to maxing out my axes. I tried jacking them up and no change. I can't get the axes to stall even... (I should be able to, in order to test the maximum speeds, and then dial back from there, but as I mentioned, I can't even get close to that.

M200 X64 Y80 Z2560 E1380 ;set axis steps per mm
M201 X2000 Y2000 Z75 E1500 ;set axis start speeds
M202 X18000 Y18000 Z240 E800 ;set axis max speeds
M206 X3000 Y3000 Z100 E2000 ;set accel mm/s/s < I've tried 1500 up to 5000 with no appreciable difference.

Build fails on Debian Wheezy's avr-libc

avr-g++ -c -mmcu=atmega2560 -I. -I./gen4 -I./lib_sd -I./avr -I/usr/lib/avr/include -DF_CPU=16000000   -DHAS_SD -I./temperature/ -DUSE_MBIEC   -DSJFW_VERSION='"1.11"' -DLOOKAHEAD   -Os -fno-threadsafe-statics -fwrapv -fno-exceptions -ffunction-sections -fdata-sections -Wall -Wextra -fno-default-inline Time.cpp -o Time.o
In file included from Time.cpp:5:0:
/usr/lib/gcc/avr/4.5.3/../../../avr/include/util/delay.h: In function ‘void wait(long unsigned int)’:
/usr/lib/gcc/avr/4.5.3/../../../avr/include/util/delay.h:153:40: error: __builtin_avr_delay_cycles expects an integer constant.
make: *** [Time.o] Error 1

Changing Time.cpp's #include block to this "fixes" the problem:

#include "Time.h"
#define __DELAY_BACKWARD_COMPATIBLE__
#include <avr/interrupt.h>
#include <util/atomic.h>
#include <util/delay.h>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.