X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=pronsolerc;h=db49f8e2704cc1bb863e9c7c81512b8bf4648bb8;hp=0f5b4926b499717de92362c40cd63305dba67a8e;hb=50cad411fae12202d86992d4566485470006cbf1;hpb=1d5873267b2e760a24365fbd5516fb74ab900930 diff --git a/pronsolerc b/pronsolerc index 0f5b492..db49f8e 100644 --- a/pronsolerc +++ b/pronsolerc @@ -1,17 +1,27 @@ set port /dev/ttyUSB0 -set last_temperature 216.0 +set last_temperature 215.0 + +macro button_retract + M83 + G1 E-220 F2000 + M84 + +macro button_prefeed + M83 + G1 E220 F2000 + M84 button 3 "FAN ON" /c "#C8C8C8" M106 S200 button 4 "GET POS" /c "#C8C8C8" M114 -button 5 "ECHO" /c "#C8C8C8" loud -button 6 "QUIET" /c "#C8C8C8" quiet +button 5 "RETRACT" button_retract +button 6 "PREFEED" button_prefeed button 7 "BL" G1 X135 Y15 F12000 button 8 "CENTRE" G1 X70 Y70 F12000 button 9 "BR" G1 X15 Y15 F12000 button 10 "FL" G1 X135 Y135 F12000 button 11 "UP" G1 Z6 F200 button 12 "FR" G1 X15 Y135 F12000 -set last_bed_temperature 65.0 +set last_bed_temperature 100.0 set baudrate 115200 set last_file_path /home/reprap/play set xy_feedrate 3000