Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. Starting Klippy...
  2. Args: ['/home/pi/klipper/klippy/klippy.py', '/home/pi/printer.cfg', '-l', '/tmp/klippy.log']
  3. Git version: 'v0.7.0-703-g4e5ddff'
  4. CPU: 4 core ARMv7 Processor rev 4 (v7l)
  5. Python: '2.7.13 (default, Nov 24 2017, 17:33:09) \n[GCC 6.3.0 20170516]'
  6. Start printer at Sat Jan 25 21:06:12 2020 (1580007972.8 7.4)
  7. Config error
  8. Traceback (most recent call last):
  9. File "/home/pi/klipper/klippy/klippy.py", line 134, in _connect
  10. self._read_config()
  11. File "/home/pi/klipper/klippy/klippy.py", line 120, in _read_config
  12. config = pconfig.read_main_config()
  13. File "/home/pi/klipper/klippy/configfile.py", line 215, in read_main_config
  14. regular_config = self._build_config_wrapper(regular_data, filename)
  15. File "/home/pi/klipper/klippy/configfile.py", line 202, in _build_config_wrapper
  16. self._parse_config(data, filename, fileconfig, set())
  17. File "/home/pi/klipper/klippy/configfile.py", line 198, in _parse_config
  18. self._parse_config_buffer(buffer, filename, fileconfig)
  19. File "/home/pi/klipper/klippy/configfile.py", line 158, in _parse_config_buffer
  20. fileconfig.readfp(sbuffer, filename)
  21. File "/usr/lib/python2.7/ConfigParser.py", line 324, in readfp
  22. self._read(fp, filename)
  23. File "/usr/lib/python2.7/ConfigParser.py", line 546, in _read
  24. raise e
  25. ParsingError: File contains parsing errors: /home/pi/printer.cfg
  26. [line 109]: 'G90 ; use absoute position mode\n'
  27. [line 110]: 'G1 Z10\n'
  28. [line 111]: 'G28 X Y\n'
  29. [line 112]: 'G1 X160 Y120 F6000\n'
  30. [line 113]: 'G28 Z\n'
  31. [line 114]: 'G1 Z10 F6000\n'
  32. [line 161]: 'G28\n'
  33. [line 162]: 'BED_MESH_CLEAR\n'
  34. [line 163]: 'BED_MESH_CALIBRATE\n'
  35. [line 165]: 'SAVE_CONFIG\n'
  36. File contains parsing errors: /home/pi/printer.cfg
  37. [line 109]: 'G90 ; use absoute position mode\n'
  38. [line 110]: 'G1 Z10\n'
  39. [line 111]: 'G28 X Y\n'
  40. [line 112]: 'G1 X160 Y120 F6000\n'
  41. [line 113]: 'G28 Z\n'
  42. [line 114]: 'G1 Z10 F6000\n'
  43. [line 161]: 'G28\n'
  44. [line 162]: 'BED_MESH_CLEAR\n'
  45. [line 163]: 'BED_MESH_CALIBRATE\n'
  46. [line 165]: 'SAVE_CONFIG\n'
  47. Once the underlying issue is corrected, use the "RESTART"
  48. command to reload the config and restart the host software.
  49. Printer is halted
  50.  
  51. File contains parsing errors: /home/pi/printer.cfg
  52. [line 109]: 'G90 ; use absoute position mode\n'
  53. [line 110]: 'G1 Z10\n'
  54. [line 111]: 'G28 X Y\n'
  55. [line 112]: 'G1 X160 Y120 F6000\n'
  56. [line 113]: 'G28 Z\n'
  57. [line 114]: 'G1 Z10 F6000\n'
  58. [line 161]: 'G28\n'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement