Close



Page 6 of 24 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 232
  1. #51
    Engineer
    Join Date
    Jul 2014
    Location
    Eastern Colorado
    Posts
    536
    Now all we need is some way to remotely clear the print bed of a finished print so another print could be started. I've had thoughts of a servo-actuated "blade" mounted to the back side of the lower X vslot that could be flipped down after a print to scrape it off the glass.

    Quote Originally Posted by Stigern View Post
    Would be very cool to have a plugin which shows where the printer extruder is at all times :P
    This has been discussed several times on the OctoPrint requests page, and from what I understand, it would tax the RasPi too much to do continuous polling of the extruder position. The RasPi doesn't keep track of position, it would have to continuously ask the printer where it is. Doing that while it's sending movement commands to the printer seems to be too much.

  2. #52
    Engineer-in-Training gmay3's Avatar
    Join Date
    Mar 2014
    Location
    USA
    Posts
    388
    Add gmay3 on Thingiverse
    Quote Originally Posted by AbuMaia View Post
    Now all we need is some way to remotely clear the print bed of a finished print so another print could be started. I've had thoughts of a servo-actuated "blade" mounted to the back side of the lower X vslot that could be flipped down after a print to scrape it off the glass.
    Haha or just have the nozzle do a maze pattern 1 mm above the glass after the bed is at ambient temp.

  3. #53
    Technician
    Join Date
    Apr 2014
    Posts
    50
    Hey, what do you have as your Axis mm/min settings? (Settings > Printer Parameters > Axis)

    I don't want to over-tax my steppers by issuing commands that will fry them.

  4. #54
    Engineer
    Join Date
    Jul 2014
    Location
    Eastern Colorado
    Posts
    536
    X: 3000, Y:3000, Z:200, E:540 I took the values from Marlin and put them in here.

  5. #55
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    Quote Originally Posted by AbuMaia View Post
    X: 3000, Y:3000, Z:200, E:540 I took the values from Marlin and put them in here.
    OK, I'll bite. What settings in Marlin are these? DEFAULT_MAX_FEEDRATE? If so, aren't the stock values 15000, 15000, 120, and 1320 (adjusted for mm/min)? Interestingly, your values for Z and E aren't far from what my initial experimenting with motion related settings suggested. You've seen the other thread for sharing improvements to the motion settings, right?

  6. #56
    Engineer
    Join Date
    Jul 2014
    Location
    Eastern Colorado
    Posts
    536
    Quote Originally Posted by printbus View Post
    OK, I'll bite. What settings in Marlin are these? DEFAULT_MAX_FEEDRATE?
    Yup
    Code:
    #define DEFAULT_MAX_FEEDRATE          {250, 250, 2, 22}    // (mm/sec)
    You've seen the other thread for sharing improvements to the motion settings, right?
    Yup, I've been waiting to see if that thread will help me figure out what to do with acceleration and jerk settings. I haven't figured those out yet.

    edit: huh, I guess I didn't get the numbers from Marlin after all. I don't remember where they came from, then. Maybe stock OctoPrint?

  7. #57
    Technologist dacb's Avatar
    Join Date
    Aug 2014
    Location
    Edmonds, WA
    Posts
    139
    I don't think OctoPi defines those parameters. It does have some motion related but IIRC those are only for the interface jog, not printing.

  8. #58
    Engineer
    Join Date
    Jul 2014
    Location
    Eastern Colorado
    Posts
    536
    Nearly panicked last night, thought my OctoPrint had suffered a major bug, and I didn't know what to do to fix it. I could load the page, see the webcam, everything. I could upload any .gcode file I wanted. But I could not load or load/print the file. The buttons were faded. The only solid black button was the Trash button. I don't know how many times I rebooted the RasPi, or how many times I restarted OctoPrint.

    Then I hit on the brilliant idea of refreshing the web page. Success!

    *headdesk*
    I've said it before... I'm dense.

  9. #59
    Engineer-in-Training gmay3's Avatar
    Join Date
    Mar 2014
    Location
    USA
    Posts
    388
    Add gmay3 on Thingiverse
    Haha I know this struggle! "Why can't I click the buttons! Oh I need to login again for some reason..." I like the *headdesk*

  10. #60
    Technician
    Join Date
    Jul 2014
    Posts
    64
    I have been reading through these posts and have ordered what appears to be necessary to set up the Raspberry Pi with Octopi. However, it is not clear to me if this eliminates the need for the kit lcd display or not? I do understand that a display is required to access the Raspberry Pi.

Page 6 of 24 FirstFirst ... 4567816 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •