Re: New experimental firmware: all kinematics in host March 21, 2017 07:45PM |
Registered: 7 years ago Posts: 7 |
Re: New experimental firmware: all kinematics in host March 23, 2017 12:10PM |
Registered: 14 years ago Posts: 107 |
Quote
crow
Hi Kevin,
I really like your concept of printer firmware and congratulations on your work.
Do you have plans of porting to Beaglebone Black?
I have a BBB with Replicape that uses Redeem firmware and I would like to use your firmware.
The Replicape and Beaglebone Black I think is a good combination and your firmware I think will improve it even more.
Quote
crow
Do you have plans of implementing a autocal least squares probing routine for Delta printers?
Re: New experimental firmware: all kinematics in host April 10, 2017 10:06AM |
Registered: 7 years ago Posts: 2 |
Re: New experimental firmware: all kinematics in host April 10, 2017 10:57AM |
Registered: 14 years ago Posts: 107 |
Quote
Keemanaan
Hi Kevin
Great work in developing this firmware.
I had a couple of queries
- would it possible to adapt it to work with Astroprint instead of Octoprint
- would the Python portion be able to run on Micropython (am thinking of porting it to an ESP8266.
Klipper v0.4.0 release May 03, 2017 02:51PM |
Registered: 14 years ago Posts: 107 |
Re: New experimental firmware: all kinematics in host May 22, 2017 11:03PM |
Registered: 8 years ago Posts: 1 |
Re: New experimental firmware: all kinematics in host May 23, 2017 05:37PM |
Registered: 14 years ago Posts: 107 |
Quote
pjk22
Hi Kevin
I am also impressed with your work. I have always thought that preprocessing moves before sending to firmware was a sensible option. Are you planing to support options like grid bed leveling which Marlin has been incorporating
Re: New experimental firmware: all kinematics in host May 27, 2017 03:06AM |
Registered: 7 years ago Posts: 3 |
eggert@egnb:~/git/klipper$ klippy-env/bin/python ./klippy/console.py /dev/ttyUSB0 250000 INFO:roottarting serial connect DEBUG:roottarting stk500v2 leave programmer sequence DEBUG:root:Got '\x1b\x01\x00\x02\x0e\x11\x00\x07' from stk500v2 WARNING:root:Timeout on serial connect DEBUG:roottarting stk500v2 leave programmer sequence DEBUG:root:Got '\x1b\x01\x00\x02\x0e\x11\x00\x07' from stk500v2 WARNING:root:Timeout on serial connect
eggert@egnb:~/git/klipper$ make flash FLASH_DEVICE=/dev/ttyUSB0 Flashing /dev/ttyUSB0 via avrdude avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.01s avrdude: Device signature = 0x1e9801 (probably m2560) avrdude: reading input file "out/klipper.elf.hex" avrdude: writing flash (14484 bytes): Writing | ################################################## | 100% 2.26s avrdude: 14484 bytes of flash written avrdude: verifying flash memory against out/klipper.elf.hex: avrdude: load data flash data from input file out/klipper.elf.hex: avrdude: input file out/klipper.elf.hex contains 14484 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 1.75s avrdude: verifying ... avrdude: 14484 bytes of flash verified avrdude: safemode: Fuses OK (E:FD, H8, L:FF) avrdude done. Thank you.
Re: New experimental firmware: all kinematics in host May 27, 2017 03:43PM |
Registered: 7 years ago Posts: 8 |
Re: New experimental firmware: all kinematics in host May 27, 2017 04:33PM |
Registered: 14 years ago Posts: 107 |
Quote
eggert
Hi Kevin,
I feel a bit stupid... I wanted to try to add some stuff for auto levelling, but failed so early. I compiled the AVR version and tried to connect to it:
eggert@egnb:~/git/klipper$ klippy-env/bin/python ./klippy/console.py /dev/ttyUSB0 250000 INFO:roottarting serial connect DEBUG:roottarting stk500v2 leave programmer sequence DEBUG:root:Got '\x1b\x01\x00\x02\x0e\x11\x00\x07' from stk500v2 WARNING:root:Timeout on serial connect DEBUG:roottarting stk500v2 leave programmer sequence DEBUG:root:Got '\x1b\x01\x00\x02\x0e\x11\x00\x07' from stk500v2 WARNING:root:Timeout on serial connect
Re: New experimental firmware: all kinematics in host May 27, 2017 04:55PM |
Registered: 14 years ago Posts: 107 |
Quote
mdm63
I did not see any options for second hot end and extruder in Octoprint, maybe I messed up compiling of the firmware? I did change the branch to "work-multiextrude-20170429" and did "git fetch" before compiling, but I am not so familiar with git, especially on different branches, so maybe I missed a step?
Re: New experimental firmware: all kinematics in host May 27, 2017 05:01PM |
Registered: 7 years ago Posts: 3 |
Quote
mdm63
@eggert
I see your printer is connected to ttyUSB0, have you modified your "serial: /dev/ttyACM0" to "serial: /dev/ttyUSB0" in your printer.cfg to reflect that?
Quote
KevinOConnor
It looks like you have the correct format for the console.py debugging tool. Some questions - what version of the software are you using (git describe --tags --long --dirty), have you had success connecting using the regular klippy.py software (as described in docs/Installation.md), and what does your .config file look like?
eggert@egnb:~/git/klipper$ git describe --tags --long --dirty v0.4.0-25-gf91a49c eggert@egnb:~/git/klipper$ cat .config # # Automatically generated file; DO NOT EDIT. # Klipper Firmware Configuration # CONFIG_MACH_AVR=y # CONFIG_MACH_SAM3X8E is not set # CONFIG_MACH_PRU is not set # CONFIG_MACH_SIMU is not set CONFIG_AVR_SELECT=y CONFIG_BOARD_DIRECTORY="avr" # CONFIG_MACH_atmega168 is not set # CONFIG_MACH_atmega644p is not set # CONFIG_MACH_at90usb1286 is not set # CONFIG_MACH_atmega1280 is not set CONFIG_MACH_atmega2560=y CONFIG_MCU="atmega2560" CONFIG_AVR_FREQ_8000000=y # CONFIG_AVR_FREQ_16000000 is not set # CONFIG_AVR_FREQ_20000000 is not set CONFIG_CLOCK_FREQ=8000000 CONFIG_CLEAR_PRESCALER=y CONFIG_AVR_CLKPR=0 CONFIG_AVR_STACK_SIZE=256 CONFIG_AVR_WATCHDOG=y CONFIG_AVR_SERIAL=y CONFIG_SERIAL_BAUD=250000 CONFIG_SERIAL_BAUD_U2X=y CONFIG_HAVE_GPIO_ADC=y CONFIG_HAVE_GPIO_SPI=y CONFIG_HAVE_GPIO_HARD_PWM=y CONFIG_NO_UNSTEP_DELAY=y CONFIG_INLINE_STEPPER_HACK=y eggert@egnb:~/git/klipper$
Re: New experimental firmware: all kinematics in host May 27, 2017 05:29PM |
Registered: 14 years ago Posts: 107 |
Quote
eggert
...
CONFIG_MCU="atmega2560" CONFIG_AVR_FREQ_8000000=y...
Re: New experimental firmware: all kinematics in host May 28, 2017 03:18AM |
Registered: 7 years ago Posts: 3 |
Re: New experimental firmware: all kinematics in host May 29, 2017 04:15AM |
Registered: 7 years ago Posts: 3 |
Re: New experimental firmware: all kinematics in host May 29, 2017 11:42AM |
Registered: 11 years ago Posts: 126 |
Re: New experimental firmware: all kinematics in host May 29, 2017 10:10PM |
Registered: 9 years ago Posts: 978 |
Quote
JustAnotherOne
I invite everybody to join the Pacemaker development. I'm happy for all the help I can an get.
Re: New experimental firmware: all kinematics in host May 30, 2017 06:01AM |
Registered: 7 years ago Posts: 3 |
Re: New experimental firmware: all kinematics in host May 30, 2017 07:24AM |
Registered: 11 years ago Posts: 126 |
Quote
frankvdh
Can I install the client on my Delta (Arduino Mega2560, I think), install the host on my Pi3, and start printing stuff?
Quote
frankvdh
Does it print better or faster than my existing Repetier firmware?
Quote
frankvdh
Does it do fancy stuff like heated bed temperature control, bed detection, bed levelling, LCD display, multiple extruders?
Quote
frankvdh
heated bed temperature control,
Quote
frankvdh
bed detection,
Quote
frankvdh
bed levelling,
Quote
frankvdh
LCD display,
Quote
frankvdh
multiple extruders?
Quote
markodorsch
So the KISS-Principle do not allow anything else then C/C++ for the host software.
Quote
markodorsch
But there is no pure C/C++ software for the host, so Python may be the next best choice
Quote
markodorsch
Only the usage of Python and the DECL_CTR is something i don't like in Klippy, but there is always something to complain about.
Quote
markodorsch
Pacemaker is written in Java, so the main target should be an android app.
Re: New experimental firmware: all kinematics in host May 30, 2017 11:58AM |
Registered: 7 years ago Posts: 3 |
Re: New experimental firmware: all kinematics in host May 30, 2017 03:28PM |
Registered: 9 years ago Posts: 978 |
Re: New experimental firmware: all kinematics in host May 30, 2017 04:10PM |
Registered: 7 years ago Posts: 14 |
Quote
mdm63
I did not see any options for second hot end and extruder in Octoprint
Re: New experimental firmware: all kinematics in host June 07, 2017 08:46AM |
Registered: 7 years ago Posts: 15 |
Re: New experimental firmware: all kinematics in host June 07, 2017 10:19AM |
Registered: 7 years ago Posts: 14 |
Re: New experimental firmware: all kinematics in host June 07, 2017 11:08AM |
Registered: 7 years ago Posts: 15 |
Re: New experimental firmware: all kinematics in host June 07, 2017 12:13PM |
Registered: 7 years ago Posts: 14 |
Re: New experimental firmware: all kinematics in host June 07, 2017 03:55PM |
Registered: 7 years ago Posts: 15 |
Re: New experimental firmware: all kinematics in host June 07, 2017 05:55PM |
Registered: 14 years ago Posts: 107 |
Quote
kdodman
I dont think its a wiring issue, as it worked previously on marlin. I've also tripple checked everything.
I just measured the voltage on pin 3, which should be X max (not configured for anything in printer.cfg), and that reads 5v, but if I switch my endstop_pin to ^!ar3 it drops that voltage down to 0.003. Really seams to be a configuration issue, I've got something wrong in the config, or the firmware on the mega is not configuring the pins properly.
Re: New experimental firmware: all kinematics in host June 07, 2017 08:34PM |
Registered: 7 years ago Posts: 15 |
==== Config file ===== [stepper_x] step_pin = ar54 dir_pin = ar55 enable_pin = !ar38 step_distance = .01 endstop_pin = ^!ar2 homing_speed = 50.0 position_min = 0 position_endstop = 0 position_max = 200 [stepper_y] step_pin = ar60 dir_pin = ar61 enable_pin = !ar56 step_distance = .01 endstop_pin = ^!ar16 homing_speed = 50.0 position_min = 0 position_endstop = 0 position_max = 200 [stepper_z] step_pin = ar46 dir_pin = ar48 enable_pin = !ar62 step_distance = .01 endstop_pin = ^!ar19 position_min = 0.1 position_endstop = 0.5 position_max = 200 [extruder] step_pin = ar26 dir_pin = ar28 enable_pin = !ar24 step_distance = .0022 nozzle_diameter = 0.400 filament_diameter = 1.750 heater_pin = ar10 sensor_type = ATC Semitec 104GT-2 sensor_pin = analog13 control = pid pid_kp = 22.2 pid_ki = 1.08 pid_kd = 114 min_temp = 0 max_temp = 250 [heater_bed] heater_pin = ar8 sensor_type = EPCOS 100K B57560G104F sensor_pin = analog14 control = watermarksensor_pin = analog14 control = watermark min_temp = 0 max_temp = 130 [mcu] serial = /dev/ttyACM0 pin_map = arduino custom = [printer] kinematics = corexy max_velocity = 300 max_accel = 3000 max_z_velocity = 25 max_z_accel = 30 ======================= Configured (640 moves) Loaded 51 commands (v0.4.0-32-g3af87e1-20170607_123603-octopi) MCU config: ADC_MAX=1023 PWM_MAX=255 CLOCK_FREQ=16000000 SOFT_PWM_MAX=256 SERIAL_BAUD=250000 MCU=atmega2$ Args: ['/home/pi/klipper/klippy/klippy.py', '/home/pi/printer.cfg', '-l', '/tmp/klippy.log'] Git version: 'v0.4.0-32-g3af87e1-dirty' CPU: 4 core ARMv7 Processor rev 4 (v7l) Python: '2.7.9 (default, Mar 8 2015, 00:52:26) \n[GCC 4.9.2]' =============== Log rollover at Thu Jun 8 00:10:18 2017 =============== shutdown: adc out of range Clock last synchronized at 615.681388 (9850902214) Dumping send queue 100 messages Sent 0 15903.071632 15903.071392 6: seq: 1a, get_status Sent 1 15904.071644 15904.071404 6: seq: 1b, get_status Sent 2 15905.071694 15905.071454 6: seq: 1c, get_status Sent 3 15906.071696 15906.071456 6: seq: 1d, get_status Sent 4 15907.071693 15907.071453 6: seq: 1e, get_status Sent 5 15908.071726 15908.071486 6: seq: 1f, get_status Sent 6 15909.071769 15909.071529 6: seq: 10, get_status Sent 7 15910.071795 15910.071555 6: seq: 11, get_status Sent 8 15911.071803 15911.071563 6: seq: 12, get_status Sent 9 15912.071826 15912.071586 6: seq: 13, get_status Sent 10 15913.071860 15913.071620 6: seq: 14, get_status Sent 11 15914.071901 15914.071661 6: seq: 15, get_status Sent 12 15915.071926 15915.071686 6: seq: 16, get_status Sent 13 15916.071938 15916.071698 6: seq: 17, get_status Sent 14 15917.071974 15917.071734 6: seq: 18, get_status Sent 15 15918.072022 15918.071782 6: seq: 19, get_status Sent 16 15919.072020 15919.071780 6: seq: 1a, get_status Sent 17 15920.072035 15920.071795 6: seq: 1b, get_status Sent 18 15921.072053 15921.071813 6: seq: 1c, get_status Sent 19 15922.072069 15922.071829 6: seq: 1d, get_status Sent 20 15923.072157 15923.071917 6: seq: 1e, get_status Sent 21 15924.072147 15924.071907 6: seq: 1f, get_status Sent 22 15925.072137 15925.071897 6: seq: 10, get_status Sent 23 15926.072181 15926.071941 6: seq: 11, get_status Sent 24 15927.072217 15927.071977 6: seq: 12, get_status Sent 25 15928.072214 15928.071974 6: seq: 13, get_status Sent 26 15929.072235 15929.071995 6: seq: 14, get_status Sent 27 15930.072293 15930.072053 6: seq: 15, get_status Sent 28 15931.072406 15931.072166 6: seq: 16, get_status Sent 29 15932.072499 15932.072259 6: seq: 17, get_status Sent 30 15933.072463 15933.072223 6: seq: 18, get_status Sent 31 15934.072482 15934.072242 6: seq: 19, get_status Sent 32 15935.072515 15935.072275 6: seq: 1a, get_status Sent 33 15936.072535 15936.072295 6: seq: 1b, get_status Sent 34 15937.072550 15937.072310 6: seq: 1c, get_status Sent 35 15938.072573 15938.072333 6: seq: 1d, get_status Sent 36 15939.072631 15939.072391 6: seq: 1e, get_status Sent 37 15940.072628 15940.072388 6: seq: 1f, get_status Sent 38 15941.072665 15941.072425 6: seq: 10, get_status Sent 39 15942.072675 15942.072435 6: seq: 11, get_status Sent 40 15943.072664 15943.072424 6: seq: 12, get_status Sent 41 15944.072688 15944.072448 6: seq: 13, get_status Sent 42 15945.072713 15945.072473 6: seq: 14, get_status Sent 43 15946.072704 15946.072464 6: seq: 15, get_status Sent 44 15947.072738 15947.072498 6: seq: 16, get_status Sent 45 15948.072767 15948.072527 6: seq: 17, get_status Sent 46 15949.072781 15949.072541 6: seq: 18, get_status Sent 47 15950.072831 15950.072591 6: seq: 19, get_status Sent 48 15951.072838 15951.072598 6: seq: 1a, get_status Sent 49 15952.072842 15952.072602 6: seq: 1b, get_status Sent 50 15953.072875 15953.072635 6: seq: 1c, get_status Sent 51 15954.072920 15954.072680 6: seq: 1d, get_status Sent 52 15955.072938 15955.072698 6: seq: 1e, get_status Sent 53 15956.072961 15956.072721 6: seq: 1f, get_status Sent 54 15957.072967 15957.072727 6: seq: 10, get_status Sent 55 15958.072978 15958.072738 6: seq: 11, get_status Sent 56 15959.072998 15959.072758 6: seq: 12, get_status Sent 57 15960.073043 15960.072803 6: seq: 13, get_status Sent 58 15961.073057 15961.072817 6: seq: 14, get_status Sent 59 15962.073090 15962.072850 6: seq: 15, get_status Sent 60 15963.073127 15963.072887 6: seq: 16, get_status Sent 61 15964.073116 15964.072876 6: seq: 17, get_status Sent 62 15965.073161 15965.072921 6: seq: 18, get_status Sent 63 15966.073202 15966.072962 6: seq: 19, get_status Sent 64 15967.073198 15967.072958 6: seq: 1a, get_status Sent 65 15968.073214 15968.072974 6: seq: 1b, get_status Sent 66 15969.073248 15969.073008 6: seq: 1c, get_status Sent 67 15970.073285 15970.073045 6: seq: 1d, get_status Sent 68 15971.073406 15971.073166 6: seq: 1e, get_status Sent 69 15972.073525 15972.073285 6: seq: 1f, get_status Sent 70 15973.073447 15973.073207 6: seq: 10, get_status Sent 71 15974.073502 15974.073262 6: seq: 11, get_status Sent 72 15975.073522 15975.073282 6: seq: 12, get_status Sent 73 15976.073547 15976.073307 6: seq: 13, get_status Sent 74 15977.073544 15977.073304 6: seq: 14, get_status Sent 75 15978.073594 15978.073354 6: seq: 15, get_status Sent 76 15979.073606 15979.073366 6: seq: 16, get_status Sent 77 15980.073653 15980.073413 6: seq: 17, get_status Sent 78 15981.073693 15981.073453 6: seq: 18, get_status Sent 79 15982.073703 15982.073463 6: seq: 19, get_status Sent 80 15983.073717 15983.073477 6: seq: 1a, get_status Sent 81 15984.073741 15984.073501 6: seq: 1b, get_status Sent 82 15985.073754 15985.073514 6: seq: 1c, get_status Sent 83 15986.073780 15986.073540 6: seq: 1d, get_status Sent 84 15987.073780 15987.073540 6: seq: 1e, get_status Sent 85 15988.073794 15988.073554 6: seq: 1f, get_status Sent 86 15989.073833 15989.073593 6: seq: 10, get_status Sent 87 15990.073881 15990.073641 6: seq: 11, get_status Sent 88 15991.073901 15991.073661 6: seq: 12, get_status Sent 89 15992.073930 15992.073690 6: seq: 13, get_status Sent 90 15993.073948 15993.073708 6: seq: 14, get_status Sent 91 15994.073972 15994.073732 6: seq: 15, get_status Sent 92 15995.074006 15995.073766 6: seq: 16, get_status Sent 93 15996.074007 15996.073767 6: seq: 17, get_status Sent 94 15997.074014 15997.073774 6: seq: 18, get_status Sent 95 15998.074064 15998.073824 6: seq: 19, get_status Sent 96 15999.074080 15999.073840 6: seq: 1a, get_status Sent 97 16000.074104 16000.073864 6: seq: 1b, get_status Sent 98 16001.074142 16001.073902 6: seq: 1c, get_status Sent 99 16002.074174 16002.073934 6: seq: 1d, get_status Dumping receive queue 20 messages Receive: 0 15999.794544 15999.074080 14: seq: 1b, analog_in_state oid=5 next_clock=3315223653 value=7854 Receive: 1 16000.056307 15999.074080 14: seq: 1b, analog_in_state oid=1 next_clock=3319383653 value=7848 Receive: 2 16000.077820 16000.074104 12: seq: 1c, status clock=3315112000 status=0 Receive: 3 16000.094316 16000.074104 14: seq: 1c, analog_in_state oid=5 next_clock=3320023653 value=7854 Receive: 4 16000.355875 16000.074104 14: seq: 1c, analog_in_state oid=1 next_clock=3324183653 value=7848 Receive: 5 16000.392364 16000.074104 14: seq: 1c, analog_in_state oid=5 next_clock=3324823653 value=7854 Receive: 6 16000.655159 16000.074104 14: seq: 1c, analog_in_state oid=1 next_clock=3328983653 value=7848 Receive: 7 16000.695408 16000.074104 14: seq: 1c, analog_in_state oid=5 next_clock=3329623653 value=7853 Receive: 8 16000.954445 16000.074104 14: seq: 1c, analog_in_state oid=1 next_clock=3333783653 value=7848 Receive: 9 16000.994687 16000.074104 14: seq: 1c, analog_in_state oid=5 next_clock=3334423653 value=7853 Receive: 10 16001.077449 16001.074142 12: seq: 1d, status clock=3331099242 status=0 Receive: 11 16001.257744 16001.074142 14: seq: 1d, analog_in_state oid=1 next_clock=3338583653 value=7848 Receive: 12 16001.294234 16001.074142 14: seq: 1d, analog_in_state oid=5 next_clock=3339223653 value=7856 Receive: 13 16001.555768 16001.074142 14: seq: 1d, analog_in_state oid=1 next_clock=3343383653 value=7848 Receive: 14 16001.597500 16001.074142 14: seq: 1d, analog_in_state oid=5 next_clock=3344023653 value=7854 Receive: 15 16001.855316 16001.074142 14: seq: 1d, analog_in_state oid=1 next_clock=3348183653 value=7848 Receive: 16 16001.895560 16001.074142 14: seq: 1d, analog_in_state oid=5 next_clock=3348823653 value=7854 Receive: 17 16002.075816 16002.074174 12: seq: 1e, status clock=3347086972 status=0 Receive: 18 16002.158820 16002.074174 14: seq: 1e, analog_in_state oid=1 next_clock=3352983653 value=7848 Receive: 19 16002.195351 16002.074174 12: seq: 1e, shutdown clock=3348972061 static_string_id=22 Dumping gcode input 50 blocks Read 15756.522753: 'M105\n' Read 15761.527636: 'M105\n' Read 15766.532622: 'M105\n' Read 15771.537731: 'M105\n' Read 15776.546130: 'M105\n' Read 15781.544907: 'M105\n' Read 15786.545442: 'M105\n' Read 15791.545950: 'M105\n' Read 15796.552377: 'M105\n' ReadRead 15806.565430: 'M105\n' Read 15811.565837: 'M105\n' Read 15816.572265: 'M105\n' Read 15821.578709: 'M105\n' Read 15826.587860: 'M105\n' Read 15831.589110: 'M105\n' Read 15836.594400: 'M105\n' Read 15841.594838: 'M105\n' Read 15846.595451: 'M105\n' Read 15851.595969: 'M105\n' Read 15856.596539: 'M105\n' Read 15861.597110: 'M105\n' Read 15866.597851: 'M105\n' Read 15871.598273: 'M105\n' Read 15876.604716: 'M105\n' Read 15881.611357: 'M105\n' Read 15886.620350: 'M105\n' Read 15891.624402: 'M105\n' Read 15896.631047: 'M105\n' Read 15901.631510: 'M105\n' Read 15906.637809: 'M105\n' Read 15911.644321: 'M105\n' Read 15916.650968: 'M105\n' Read 15921.657488: 'M105\n' Read 15926.664490: 'M105\n' Read 15931.664911: 'M105\n' Read 15936.671379: 'M105\n' Read 15941.677948: 'M105\n' Read 15946.678492: 'M105\n' Read 15951.679072: 'M105\n' Read 15956.679877: 'M105\n' Read 15961.680310: 'M105\n' Read 15966.686703: 'M105\n' Read 15971.693396: 'M105\n' Read 15976.699956: 'M105\n' Read 15981.706662: 'M105\n' Read 15986.713748: 'M105\n' Read 15991.714125: 'M105\n' Read 15996.720544: 'M105\n' Read 16001.726945: 'M105\n' Got error 0 in read: (0)Success Timeout with firmware (eventtime=16009.579082 last_status=16006.079073) Stats 16009.6: gcodein=15807 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16010.6: gcodein=15807 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16011.6: gcodein=15807 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16012.6: gcodein=15812 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16013.6: gcodein=15812 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16014.6: gcodein=15812 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16015.6: gcodein=15812 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16016.6: gcodein=15812 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16017.6: gcodein=15817 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$ Stats 16018.6: gcodein=15817 print_time=0.000 buffer_time=0.000 print_stall=0 bytes_write=95432 bytes_re$
Re: New experimental firmware: all kinematics in host June 07, 2017 09:21PM |
Registered: 7 years ago Posts: 14 |