Skip to content

Commit

Permalink
changes in firmware_k8200_v2.1.1.zip
Browse files Browse the repository at this point in the history
ARCHIVE:

* Firmware by Vellemann published as firmware_k8200_v2.1.1.zip
* date branched: 2013-06-05
* changes based on

https://github.com/MarlinFirmware/Marlin/tree/79374f0b938402fa64cdb747478f052ff72277d9

* Configuration.h: Changed Z Steps per mm for trapezoidal spindle only
  • Loading branch information
CONSULitAS committed Feb 18, 2015
1 parent ced3e22 commit 7702807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Expand Up @@ -293,7 +293,7 @@ const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of t

// default settings

#define DEFAULT_AXIS_STEPS_PER_UNIT {64.25,64.25,2560,600} // default steps per unit for ultimaker
#define DEFAULT_AXIS_STEPS_PER_UNIT {64.25,64.25,2133.333,600} // default steps per unit for ultimaker
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 500} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.

Expand Down

0 comments on commit 7702807

Please sign in to comment.