Created
September 12, 2013 14:17
-
-
Save sorki/6538151 to your computer and use it in GitHub Desktop.
~/.pronsolerc-rostock used for rostock calibration pronterface.py -c ~/.pronsolerc-rostock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set sliceoptscommand deslicer_pronterface_cfg | |
set slicecommand deslicer_pronterface $s $o | |
set port /dev/ttyUSB0 | |
set baudrate 250000 | |
set last_bed_temperature 105.0 | |
set last_temperature 195.0 | |
set xy_feedrate 3000 | |
set z_feedrate 3000 | |
set e_feedrate 50 | |
macro home | |
g28 | |
macro A | |
g28 | |
g0 f13000 x-77.94 y-45 z0 | |
macro B | |
g28 | |
g0 f13000 x77.94 y-45 z0 | |
macro C | |
g28 | |
g0 f13000 x0 y90 z0 | |
macro D | |
g28 | |
g0 f13000 x0 y0 z0 | |
button 0 "home" home | |
button 1 "A" A | |
button 2 "B" B | |
button 3 "C" C | |
button 4 "D" D | |
set monitor True | |
set build_dimensions 200.00x200.00x100.00+0.00+0.00+0.00+0.00+0.00+0.00 | |
set viz3d False | |
set tempgauges True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment