X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=pronsolerc;h=733d068510b814177336700a29eef490736607ea;hp=ab53a11716c87d1a077dcef3f5cf39a8f5ad8d02;hb=0c52fcdabe7e3b4a221edf19b5fabf91bbebe36a;hpb=49af160728289c80d178aac9e9c4b0ead4688070 diff --git a/pronsolerc b/pronsolerc index ab53a11..733d068 100644 --- a/pronsolerc +++ b/pronsolerc @@ -1,10 +1,20 @@ set port /dev/ttyUSB0 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