Advertisement
Guest User

homeall.g

a guest
Dec 4th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1.  
  2. CarbonCube
  3. g1z0
  4. Status
  5. Idle
  6. Mode: FFF
  7. Tool Position
  8. X
  9. 150.0
  10. Y
  11. 150.0
  12. Z
  13. 0.00
  14. Extruder Drives
  15. Drive 0
  16. 0.0
  17. Speeds
  18. Requested Speed
  19. 0 mm/s
  20. Top Speed
  21. 0 mm/s
  22. Sensors
  23. Vin
  24. 24.1 V
  25. MCU Temperature
  26. 33.2 C
  27. Z-Probe
  28. 0
  29. Tools
  30. Extra
  31. Control All
  32. Tool Heater Current Active Standby
  33. Tool 0
  34. T0 - Load Filament Heater 1
  35. active 19.8 C
  36. -273.1
  37. -273.1
  38. Bed Heater 0
  39. off 20.4 C
  40. 0
  41. 0
  42. Temperature Chart
  43. System Directory
  44. 0:/sys/homeall.g
  45. ; homeall.g
  46. ; called to home all axes
  47. ;
  48. ; generated by RepRapFirmware Configuration Tool v3.1.3 on Sun Jun 28 2020 17:19:16 GMT-0400 (Eastern Daylight Time)
  49.  
  50. G91 ; relative positioning
  51. G1 H2 Z5 F6000 ; lift Z relative to current position
  52.  
  53. ; set motors to homing settings
  54. M400 ; make sure everything has stopped before we make changes
  55. M574 X1 Y1 S4 ; set endstops to use motor stall
  56. M913 X30 Y30 ; drop motor current to 20%
  57. M915 X Y S1 F0 H400 R0 ; set sensitivity , do nothing when stall, unfiltered
  58.  
  59.  
  60. ; home x
  61. G1 H1 X-1000 F4000 ; move 1000mm, stopping at the endstop
  62.  
  63.  
  64. ; home y
  65. G1 H1 Y-1000 F4000 ; move 1000mm, stopping at the endstop
  66.  
  67.  
  68. ; home z
  69. G91 ; relative positioning
  70. G1 H2 Z5 F6000 ; lift Z relative to current position
  71.  
  72. G90 ; absolute positioning
  73. G1 X150 Y150 F6000 ; go to first probe point
  74.  
  75. G30 ; use probe to find Z 0
  76.  
  77. G91 ; relative positioning
  78. G1 Z10 F6000 ; lift Z relative to current position
  79. G90 ; absolute positioning
  80.  
  81.  
  82. ; set motors to print settings
  83. M400 ; make sure everything has stopped before we reset the motor current
  84. M913 X100 Y100 ; motor current back to 100%
  85.  
  86. G91 ; relative positioning
  87. G1 Z10 F6000 ; lift Z relative to current position
  88. G90 ; absolute positioning
  89. G1 x10 y10 F6000 ; move x/y relative to current position
  90.  
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement