Jim Morris

Results 8 issues of Jim Morris

On an RPI3a (or 3b) where we only have about 128Mb of GPU memory loading an object with a lot of segments into the viewer can cause issues from a...

Steps 3 and 4 in the README are no longer needs for TeensyDuino 1.45 or better. In fact if you do copy usb_desc.h it stops working.

It looks like githubs STL viewer works very well, any chance of using this instead? https://github.com/blog/1465-stl-file-viewing

undefined method `write_inheritable_attribute' for #Class:0xb3546574 activerecord (3.2.1) lib/active_record/dynamic_matchers.rb:50:in `method_missing' vendor/plugins/acts_as_rated/lib/acts_as_rated.rb:116:in`acts_as_rated' app/models/input.rb:5 Rewriting those two lines (116) as ``` class_attribute :acts_as_rated_options self.acts_as_rated_options= { :rating_range => options[:rating_range], :rating_class => rating_class, :stats_class =>...

DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from acts_as_rated at /.../vendor/plugins/acts_as_rated/lib/acts_as_rated.rb:121) Not quite sure...

Not sure if you are still interested in this port. However I have merged with the current GRBL master, and added independent enables as required by RAMPS. Still no limit...

Has anyone made this work on an STM32H743? (Devebox) I have ported it as required using this very simple CDC example. My linux PC sees a new device but is...

bug