Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proportional acceleration #534

Open
wants to merge 102 commits into
base: Devt
Choose a base branch
from
Open

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    3cdace5 View commit details
    Browse the repository at this point in the history
  2. Added some test code to first check if the pin extender works. Seems …

    …to be fine.
    Stefan de Bruijn committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    fe8cde7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Rewrite of I2C extender code.

    Stefan de Bruijn committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    98fece4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292cf08 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Added first I2C extender unit tests

    Stefan de Bruijn committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    04dabfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ef098 View commit details
    Browse the repository at this point in the history
  3. Small fixes

    Stefan de Bruijn committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    08c4707 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Fixed unit tests and a few more small bugs.

    Stefan de Bruijn committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    56b28a4 View commit details
    Browse the repository at this point in the history
  2. Fixed a few bugs in the pin extender

    Stefan de Bruijn committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    cdb1f62 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. WIP

    bdring committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    5815037 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Fixed ISR mess the nasty way. (bdring#273)

    Co-authored-by: Stefan de Bruijn <[email protected]>
    atlaste and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    476587b View commit details
    Browse the repository at this point in the history
  2. Fix VFD Delays (bdring#270)

    - A reset during a spin up/down delay was causing a crash.
    - Also added delay register reporting to Huanyang
    - Note realtime commands are not handled during delays now.
    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ab17cdd View commit details
    Browse the repository at this point in the history
  3. Fixed URLs in embedded page, added python build script (bdring#269)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4b3a175 View commit details
    Browse the repository at this point in the history
  4. WIP

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8257ba8 View commit details
    Browse the repository at this point in the history
  5. WIP

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d6d2646 View commit details
    Browse the repository at this point in the history
  6. WIP

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0de320f View commit details
    Browse the repository at this point in the history
  7. WIP

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d7c2e05 View commit details
    Browse the repository at this point in the history
  8. WIP

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4279bd7 View commit details
    Browse the repository at this point in the history
  9. WIP

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d1640d6 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1b513b2 View commit details
    Browse the repository at this point in the history
  11. Cleanup

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0750e65 View commit details
    Browse the repository at this point in the history
  12. Fixed folder support in WebUI Tablet tab (bdring#274)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    86a937c View commit details
    Browse the repository at this point in the history
  13. Cancel pending stepper disable on wake_up (bdring#261)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    dbc0387 View commit details
    Browse the repository at this point in the history
  14. Move all axes in helical interpolation, fixes bdring#262

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    66c5708 View commit details
    Browse the repository at this point in the history
  15. Fix bdring#275 - Failed SD open locks SD (bdring#276)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e94638c View commit details
    Browse the repository at this point in the history
  16. Fixed WebUI hover problem (bdring#277)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8b6b5d8 View commit details
    Browse the repository at this point in the history
  17. Run aborted (bdring#278)

    * Fixed WebUI hover problem
    
    * Fix bdring#264 - Job killed while opening WebUI
    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    bb63625 View commit details
    Browse the repository at this point in the history
  18. Yet another thing that needs to be in IRAM (bdring#283)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    03a89cc View commit details
    Browse the repository at this point in the history
  19. Fixed timing-dependent hang with M5 (bdring#282) (bdring#284)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    7e4436c View commit details
    Browse the repository at this point in the history
  20. Update Homing.cpp

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    41136e5 View commit details
    Browse the repository at this point in the history
  21. Tablet UI handles 6 axes without jamming up (bdring#290)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e8f00ff View commit details
    Browse the repository at this point in the history
  22. Commented out dead code that was causing Intellisense warnings (bdrin…

    …g#289)
    
    Also removed some tabs.
    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8f25f14 View commit details
    Browse the repository at this point in the history
  23. New $Startup/Show AKA $SS command displays startup messages (bdring#288)

    * New $Startup/Show AKA $SS command displays startup messages
    
    * Missing files
    
    * log_error() for panic message
    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2538fc2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    46b8868 View commit details
    Browse the repository at this point in the history
  25. python3 generic install scripts

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2404da8 View commit details
    Browse the repository at this point in the history
  26. permissions as per other installers

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a684268 View commit details
    Browse the repository at this point in the history
  27. check for correct path on older py3 installs

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    993f043 View commit details
    Browse the repository at this point in the history
  28. Document group and other OS considerations

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    47dde12 View commit details
    Browse the repository at this point in the history
  29. add to build script

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8cacae1 View commit details
    Browse the repository at this point in the history
  30. use pip --user install for esptool.py

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    615516e View commit details
    Browse the repository at this point in the history
  31. esptool from source for python installer

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f56d4fc View commit details
    Browse the repository at this point in the history
  32. add the readme for the source package

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    affec2e View commit details
    Browse the repository at this point in the history
  33. add the esptool source zip to gitignore

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3972f4a View commit details
    Browse the repository at this point in the history
  34. Esptool version readme filename for reference

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d7a913d View commit details
    Browse the repository at this point in the history
  35. Getting close

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e811d87 View commit details
    Browse the repository at this point in the history
  36. Non-windows is now posix

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    131ac67 View commit details
    Browse the repository at this point in the history
  37. Checked in SecurityFusesOK0.bin

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f1b1bfa View commit details
    Browse the repository at this point in the history
  38. Renames and deleted dead directories

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    055733c View commit details
    Browse the repository at this point in the history
  39. Limits redux

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b4df6b2 View commit details
    Browse the repository at this point in the history
  40. Do not scale rotary axis report values in report_inches mode

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    da885c9 View commit details
    Browse the repository at this point in the history
  41. Fix input conversion of rotary axes too

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c2199fc View commit details
    Browse the repository at this point in the history
  42. Fixed limits, jogging, and mpos setting

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4f9de7f View commit details
    Browse the repository at this point in the history
  43. Update CoreXY.cpp

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    719a41f View commit details
    Browse the repository at this point in the history
  44. Fixed $limits/show cancel time problem

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    618403d View commit details
    Browse the repository at this point in the history
  45. Update I2SOPinDetail.cpp

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6fad1f4 View commit details
    Browse the repository at this point in the history
  46. Fix wifi+bt startup crash (bdring#311)

    * Fixed timing-dependent hang with M5 (bdring#282)
    
    * fix wifi+bt startup crash
    
    Co-authored-by: bdring <[email protected]>
    Co-authored-by: Mitch Bradley <[email protected]>
    Co-authored-by: Sergey Averin <[email protected]>
    4 people authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1591f75 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    607c200 View commit details
    Browse the repository at this point in the history
  48. Fix sd reinsert (bdring#313)

    * Added erase flash and other info to Windows install instructions
    
    * Fixed sd/list after card removal
    
    Test:
    1. Insert SD card and $sd/list
    2. Remove SD card and $sd/list
    3. Insert SD card and $sd/list
    
    Before the fix, step 3 would continue to say No SD Card
    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f62016f View commit details
    Browse the repository at this point in the history
  49. Fluid term fix (bdring#307)

    * Added erase flash and other info to Windows install instructions
    
    * Ensure that fluidterm.exe exits when its parent window dies
    
    Previously, if you killed a console window in which fluidterm.exe
    was running, the fluidterm process would continue to run in the
    background, preventing other processes from using the COM port.
    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    80eb943 View commit details
    Browse the repository at this point in the history
  50. Fixed Feedhold after Soft Limit

    If you trigger a soft limit, then issue a feedhold while running
    a program, the system goes into Hold state but does not stop moving.
    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    80e0fae View commit details
    Browse the repository at this point in the history
  51. WebUI dashboard and tablet file lists conflict - bdring#321 (bdring#323)

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2391b04 View commit details
    Browse the repository at this point in the history
  52. Update CoreXY.cpp

    Cut/paste/edit error.
    
    It should be checking both X and Y axes
    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    eab6165 View commit details
    Browse the repository at this point in the history
  53. Constrain config values - bdring#309 (bdring#326)

    * Constrain config values
    
    Laser pwm_hz was not range checked and constrained. That caused crashes when it was 0.
    
    Added a constrain with message to handler.item. unit32_t and float
    
    Updated the classes that were separately constraining to use this method.
    
    * Use hardware limiting values for PWM frequency.
    
    Co-authored-by: bdring <[email protected]>
    2 people authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    875ab66 View commit details
    Browse the repository at this point in the history
  54. Added axes/shared_stepper_reset_pin bdring#309

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    add81a8 View commit details
    Browse the repository at this point in the history
  55. Tablet UI only goes fullscreen on mobile devices

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2900437 View commit details
    Browse the repository at this point in the history
  56. Planner and segment buffers are configurable

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    de774b4 View commit details
    Browse the repository at this point in the history
  57. Update MachineConfig.h

    Default should be 16. A tested value was accidentally left in place.
    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3be79a9 View commit details
    Browse the repository at this point in the history
  58. Added pin extender support. Made everything compile yet again.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e9ac91d View commit details
    Browse the repository at this point in the history
  59. Added some test code to first check if the pin extender works. Seems …

    …to be fine.
    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e2fcd5d View commit details
    Browse the repository at this point in the history
  60. Rewrite of I2C extender code.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    84a9296 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    2e5f401 View commit details
    Browse the repository at this point in the history
  62. Added first I2C extender unit tests

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    18ff4f0 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    d932cd4 View commit details
    Browse the repository at this point in the history
  64. Small fixes

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    be1fe14 View commit details
    Browse the repository at this point in the history
  65. Fixed unit tests and a few more small bugs.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ca573e6 View commit details
    Browse the repository at this point in the history
  66. Fixed a few bugs in the pin extender

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    683bdaa View commit details
    Browse the repository at this point in the history
  67. WIP

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f634772 View commit details
    Browse the repository at this point in the history
  68. Merge branch 'PinExt3' of https://github.com/atlaste/FluidNC into Pin…

    …Ext3
    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    107c2e6 View commit details
    Browse the repository at this point in the history
  69. Added pin extender support. Made everything compile yet again.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    dec4c34 View commit details
    Browse the repository at this point in the history
  70. Added some test code to first check if the pin extender works. Seems …

    …to be fine.
    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    255eb39 View commit details
    Browse the repository at this point in the history
  71. Rewrite of I2C extender code.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    774e327 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    13bee53 View commit details
    Browse the repository at this point in the history
  73. Added first I2C extender unit tests

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d7487f7 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    b36b5c8 View commit details
    Browse the repository at this point in the history
  75. Small fixes

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    dff43d2 View commit details
    Browse the repository at this point in the history
  76. Fixed unit tests and a few more small bugs.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    bcce698 View commit details
    Browse the repository at this point in the history
  77. Fixed a few bugs in the pin extender

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    07bfcea View commit details
    Browse the repository at this point in the history
  78. WIP

    bdring authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6c72bfe View commit details
    Browse the repository at this point in the history
  79. Fixed ISR mess the nasty way. (bdring#273)

    Co-authored-by: Stefan de Bruijn <[email protected]>
    atlaste and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    bcb8295 View commit details
    Browse the repository at this point in the history
  80. python3 generic install scripts

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5120353 View commit details
    Browse the repository at this point in the history
  81. permissions as per other installers

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    42fb37f View commit details
    Browse the repository at this point in the history
  82. check for correct path on older py3 installs

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3c3bbf5 View commit details
    Browse the repository at this point in the history
  83. Document group and other OS considerations

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    00a2b14 View commit details
    Browse the repository at this point in the history
  84. use pip --user install for esptool.py

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2e7aa29 View commit details
    Browse the repository at this point in the history
  85. add the readme for the source package

    easytarget authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f997fea View commit details
    Browse the repository at this point in the history
  86. Checked in SecurityFusesOK0.bin

    MitchBradley authored and Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    469ef7b View commit details
    Browse the repository at this point in the history
  87. Added pin extender support. Made everything compile yet again.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    29e5dca View commit details
    Browse the repository at this point in the history
  88. Fixed a few conflicts. Should all work again, but untested.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    18d3bd5 View commit details
    Browse the repository at this point in the history
  89. Fixed error description in I2CBus

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    faccc4b View commit details
    Browse the repository at this point in the history
  90. Fixed error description.

    Stefan de Bruijn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2f1ac3c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Added motor position $MP / $Motors/Position command.

    Stefan de Bruijn committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    fb56fff View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Added acceleration that is proportional to the requested feed rate. T…

    …his should ensure that you can set high accelerations for rapids without compromising high torque jobs that require a low feed rate.
    Stefan de Bruijn committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    3b92716 View commit details
    Browse the repository at this point in the history