Feed Advanced Search

Nov 23 2018

rizzitello updated the summary of D17117: Prevent Canceled FileChooser from calling print.
Nov 23 2018, 3:23 PM · Atelier
rizzitello updated the diff for D17106: Atelier Clazy-tidy.
  • QString() for empty strings
Nov 23 2018, 3:17 PM · Atelier
tcanabrava accepted D17117: Prevent Canceled FileChooser from calling print.
Nov 23 2018, 3:04 PM · Atelier
rizzitello updated the summary of D17117: Prevent Canceled FileChooser from calling print.
Nov 23 2018, 2:58 PM · Atelier
tcanabrava accepted D17116: Improve the UI for MainWindow::askToSave.
Nov 23 2018, 2:57 PM · Atelier
rizzitello set the repository for D17117: Prevent Canceled FileChooser from calling print to R231 Atelier.
Nov 23 2018, 2:56 PM · Atelier
rizzitello set the repository for D17116: Improve the UI for MainWindow::askToSave to R231 Atelier.
Nov 23 2018, 2:55 PM · Atelier
rizzitello updated the diff for D17106: Atelier Clazy-tidy.
  • rebase
Nov 23 2018, 2:50 PM · Atelier
rizzitello updated the diff for D17117: Prevent Canceled FileChooser from calling print.
  • rebase
Nov 23 2018, 2:48 PM · Atelier
rizzitello updated the diff for D17116: Improve the UI for MainWindow::askToSave.
  • Tomaz Suggestion
Nov 23 2018, 2:47 PM · Atelier
rizzitello added inline comments to D17117: Prevent Canceled FileChooser from calling print.
Nov 23 2018, 11:17 AM · Atelier
rizzitello added a comment to D17106: Atelier Clazy-tidy.

Just a nitpick, an empty QString should be QString(), not QString("")

Nov 23 2018, 11:16 AM · Atelier
tcanabrava accepted D17106: Atelier Clazy-tidy.

Just a nitpick, an empty QString should be QString(), not QString("")

Nov 23 2018, 10:35 AM · Atelier
tcanabrava requested changes to D17116: Improve the UI for MainWindow::askToSave.
Nov 23 2018, 10:33 AM · Atelier
patrickelectric requested changes to D17117: Prevent Canceled FileChooser from calling print.
Nov 23 2018, 9:48 AM · Atelier
rizzitello added inline comments to D17106: Atelier Clazy-tidy.
Nov 23 2018, 5:39 AM · Atelier
rizzitello updated the diff for D17106: Atelier Clazy-tidy.
  • fix Typo in listWidget name
Nov 23 2018, 5:34 AM · Atelier
rizzitello added a project to D17117: Prevent Canceled FileChooser from calling print: Atelier.
Nov 23 2018, 5:30 AM · Atelier
rizzitello updated the diff for D17106: Atelier Clazy-tidy.
  • Split a change off
Nov 23 2018, 4:43 AM · Atelier
rizzitello added a project to D17116: Improve the UI for MainWindow::askToSave: Atelier.
Nov 23 2018, 4:23 AM · Atelier
rizzitello updated the diff for D17106: Atelier Clazy-tidy.
  • More Clazy fixes
Nov 23 2018, 4:06 AM · Atelier

Nov 22 2018

rizzitello updated the summary of D17106: Atelier Clazy-tidy.
Nov 22 2018, 10:47 PM · Atelier
rizzitello updated the diff for D17106: Atelier Clazy-tidy.
  • Internal Review
Nov 22 2018, 10:42 PM · Atelier
rizzitello added a project to D17106: Atelier Clazy-tidy: Atelier.
Nov 22 2018, 6:33 PM · Atelier

Oct 22 2018

rizzitello added a comment to T4128: Improvements on 3DView.

D16144 and D16129 Handle the bed size transformation.
Delta settings are not read. For those I would think we can set the height of the QSize to 0. Then we can check in the render the depth/height is 0 to know if we use width as radius for delta preview.

Oct 22 2018, 11:07 AM · Atelier
rizzitello updated subscribers of T4128: Improvements on 3DView.

Some of this has been done @ervin has helped here among the remaining tasks are

  • Camera Control needs to be expanded upon
  • Handle previews for delta Printers.
Oct 22 2018, 11:03 AM · Atelier

Oct 12 2018

patrickelectric updated subscribers of T9542: Atelier QML Interface - Discussion.
Oct 12 2018, 11:59 AM · Atelier, VDG
patrickelectric updated subscribers of T9542: Atelier QML Interface - Discussion.
Oct 12 2018, 11:42 AM · Atelier, VDG

Sep 18 2018

rizzitello closed D15547: Add Connect for new Movement Widget.

Landed https://cgit.kde.org/atelier.git/commit/?id=d73b93a76eda1f97d587e5442655108d3ed24c72

Sep 18 2018, 7:56 PM · Atelier
patrickelectric accepted D15547: Add Connect for new Movement Widget.
Sep 18 2018, 2:27 PM · Atelier

Sep 17 2018

rizzitello created T9684: Atelier / AtCore Hackaton Information.
Sep 17 2018, 11:31 AM · Atelier: AtCore
rizzitello added a comment to D15547: Add Connect for new Movement Widget.

This bit is in two reviews or I'm missing something?

Sep 17 2018, 11:07 AM · Atelier
tcanabrava accepted D15547: Add Connect for new Movement Widget.

This bit is in two reviews or I'm missing something?

Sep 17 2018, 8:23 AM · Atelier

Sep 16 2018

rizzitello added a project to D15547: Add Connect for new Movement Widget: Atelier.
Sep 16 2018, 3:17 AM · Atelier

Sep 10 2018

abetts added a comment to T9542: Atelier QML Interface - Discussion.

@abetts One of the most important things in a 3D printer are:

  • 4 Axis control
    • To control X, Y, Z, and E (the extruder, the guy that extrude plastic to create the 3D object)
    • The control need to be able to move with steps from 10cm to 0.01mm. (This values can change from printer to printer).
    • The extruder control should have a extruder multiplier that changes the extrusion quantity from 0.5x to 2x.
  • Temperature control
    • This sets the temperature in the extruder and the heated bed. The max values should be set by the user.
  • Command mode
    • The user should be able to send machine code to the printer, allowing some personalization.
    • This command code should output data from the printer and show to the user as well, like a normal terminal.
  • Visualization tools.
    • Should show any temperature indicator with target and actual temperature, from both extruder and bed.
    • Should show the 3D model in a widget and what is already done by the printer and what should be done yet, this is usually done painting the lines in the 3D model with different colours.
  • Connection widget:
    • This tool is used to select the serial port, or the tcp connection used to connect in the 3D printer.
    • Is also necessary to select the baud rate in a combobox, but also be able to allow the user to put the baudrate value as a normal text.
    • Should have a connec button
    • And also shows if the printer is connect or disconnected.

      Others usable widgets:
  • Profile settings:
    • Set the settings of the 3D printer, like X, Y , Z max distance
    • Colour of the filament
    • Price of the filament (this is used to calculate the price of the model that is printing)
    • Max bed and extruder temperature per filament.
    • Printer name
    • Firmware type and etc

      This are the necessary widgets and to allow a minimum functionality in a 3D printer host.
Sep 10 2018, 2:52 AM · Atelier, VDG

Sep 3 2018

patrickelectric edited projects for T9542: Atelier QML Interface - Discussion, added: Atelier; removed Atelier: AtCore.
Sep 3 2018, 3:15 PM · Atelier, VDG
patrickelectric added a comment to T9542: Atelier QML Interface - Discussion.

@abetts One of the most important things in a 3D printer are:

  • 4 Axis control
    • To control X, Y, Z, and E (the extruder, the guy that extrude plastic to create the 3D object)
    • The control need to be able to move with steps from 10cm to 0.01mm. (This values can change from printer to printer).
    • The extruder control should have a extruder multiplier that changes the extrusion quantity from 0.5x to 2x.
  • Temperature control
    • This sets the temperature in the extruder and the heated bed. The max values should be set by the user.
  • Command mode
    • The user should be able to send machine code to the printer, allowing some personalization.
    • This command code should output data from the printer and show to the user as well, like a normal terminal.
Sep 3 2018, 3:14 PM · Atelier, VDG
rizzitello added a comment to T9542: Atelier QML Interface - Discussion.

None of those really apply to the people who are 3d printing today.

Sep 3 2018, 3:07 PM · Atelier, VDG
abetts added a comment to T9542: Atelier QML Interface - Discussion.

We do not know who our target users are. We really really need to decide upon a few "User Profiles" I think that will guide us alot in our interface choices.

Sep 3 2018, 2:56 PM · Atelier, VDG
rizzitello added a comment to T9542: Atelier QML Interface - Discussion.

We do not know who our target users are. We really really need to decide upon a few "User Profiles" I think that will guide us alot in our interface choices.

Sep 3 2018, 2:52 PM · Atelier, VDG
abetts added a comment to T9542: Atelier QML Interface - Discussion.

The who model downloading / purchase section. We can't slice on atelier so this is currently not useful to our users.

Sep 3 2018, 2:51 PM · Atelier, VDG
rizzitello added a comment to T9542: Atelier QML Interface - Discussion.

The who model downloading / purchase section. We can't slice on atelier so this is currently not useful to our users.

Sep 3 2018, 2:49 PM · Atelier, VDG
abetts added a comment to T9542: Atelier QML Interface - Discussion.

Thank you for the comments. If you were to take anything out or add anything to the mockup, what would that be?

Sep 3 2018, 2:42 PM · Atelier, VDG

Sep 2 2018

patrickelectric added a comment to T9542: Atelier QML Interface - Discussion.

Hello Andres, Thank you for your first mockup.
But I would like to comment some points.

Sep 2 2018, 11:02 PM · Atelier, VDG
abetts added a comment to T9542: Atelier QML Interface - Discussion.

The 3 interfaces of 3d printng that i find are most common.

  1. Standard Desktop size, this has all our controls and options. Most people don't really like to use this to print because you have to leave your computer on for several days at a time and that will usually use more power than the printer to run the device.
Sep 2 2018, 7:24 PM · Atelier, VDG
rizzitello added a comment to T9542: Atelier QML Interface - Discussion.

The 3 interfaces of 3d printng that i find are most common.

Sep 2 2018, 1:43 PM · Atelier, VDG
abetts added a comment to T9542: Atelier QML Interface - Discussion.

Ok team, here is a first take at a mobile interface. Right now I am only thinking of this as an interface for phones. For a tablet or horizontal device, we would only stretch the UI horizontally or just do better placement but the same elements would be there. Please note that these are pre-made wireframes. They are meant to convey an idea only and not a final design. Focus on elements, menus and main ideas.

Sep 2 2018, 5:36 AM · Atelier, VDG

Aug 29 2018

patrickelectric added a comment to T9542: Atelier QML Interface - Discussion.

Some corrections/notes:

  • Should be able to use in smartphones as well.
  • 3D rendering of the gcode and update of the viewer while showing the printing progress.
  • View for multiple camera monitoring
  • The extruder and extrusion/retract need to handle multiple extruders.
  • The extrusion and retract should allow the user to control the length of the filament (not a simple up down arrow).
  • Panel for connectivity configuration (connecting to remote service of atcore).
  • Show notifications for when:
    • print start
    • print finish
    • Something is wrong (YOUR PRINTER IS IN FIRE !)
      • If possible, showing a picture with the notification, showing the actual state of the printer.
    • Allow specific notifications like: Changing layer and etc.
Aug 29 2018, 4:55 PM · Atelier, VDG
laysrodrigues updated subscribers of T9542: Atelier QML Interface - Discussion.

We are going to a new UI for Atelier written with QML.
That interface needs to be adaptative for small screens like a RaspPi 7" touchscreen, and desktop screens.

Aug 29 2018, 4:45 PM · Atelier, VDG
laysrodrigues moved T9542: Atelier QML Interface - Discussion from Backlog to Doing on the Atelier board.
Aug 29 2018, 4:28 PM · Atelier, VDG
laysrodrigues triaged T9542: Atelier QML Interface - Discussion as High priority.
Aug 29 2018, 4:27 PM · Atelier, VDG

Aug 23 2018

rizzitello added a comment to T9485: Handle error cases.

Once your connected the connected Instance no longer updates the list of devices . (Or it stops when you start to print) . I will look in to this further when i get to my printer

Aug 23 2018, 5:50 PM · Atelier: AtCore
laysrodrigues added a comment to T9485: Handle error cases.
  1. I started a job from Atelier
  2. For some reason the connection was lost during that(Maybe bad contact with the cable or whatever)
  3. The printer stopped and Atelier didn't update with any new info.
Aug 23 2018, 5:40 PM · Atelier: AtCore
rizzitello added a comment to T9485: Handle error cases.

If your printing how are you not connected? I don't understand how that even happens

Aug 23 2018, 5:37 PM · Atelier: AtCore
laysrodrigues added a comment to T9485: Handle error cases.

I missed connection during print time, and the log isn't my main widget during that. So a feedback for the user about an error is needed.

Aug 23 2018, 5:33 PM · Atelier: AtCore
rizzitello added a comment to T9485: Handle error cases.

These messages should be provided via atcore:atcoreMessage

Aug 23 2018, 5:32 PM · Atelier: AtCore
laysrodrigues triaged T9485: Handle error cases as Normal priority.
Aug 23 2018, 5:22 PM · Atelier: AtCore
laysrodrigues created T9485: Handle error cases.
Aug 23 2018, 5:22 PM · Atelier: AtCore

Jul 2 2018

rizzitello closed D13799: Update Deployment files.
Jul 2 2018, 7:35 PM · Atelier
rizzitello updated the diff for D13799: Update Deployment files.
  • rebase
Jul 2 2018, 7:35 PM · Atelier
laysrodrigues accepted D13799: Update Deployment files.
Jul 2 2018, 11:37 AM · Atelier

Jun 29 2018

rizzitello updated the summary of D13799: Update Deployment files.
Jun 29 2018, 6:45 PM · Atelier
rizzitello added a project to D13799: Update Deployment files: Atelier.
Jun 29 2018, 6:32 PM · Atelier

Jun 28 2018

rizzitello closed D13783: Add Screenshot.
Jun 28 2018, 2:25 PM · Flatpak, Atelier
apol accepted D13783: Add Screenshot.
Jun 28 2018, 2:24 PM · Flatpak, Atelier
rizzitello added projects to D13783: Add Screenshot: Atelier, Flatpak.
Jun 28 2018, 2:23 PM · Flatpak, Atelier
rizzitello closed D13781: Add --share=network to sandbox.
Jun 28 2018, 1:53 PM · Atelier, Flatpak
apol accepted D13781: Add --share=network to sandbox.

You probably want to keep x11 and wayland.

Jun 28 2018, 1:15 PM · Atelier, Flatpak
rizzitello added projects to D13781: Add --share=network to sandbox: Flatpak, Atelier.
Jun 28 2018, 12:56 PM · Atelier, Flatpak

Jun 20 2018

laysrodrigues triaged T9044: Atelier Plasmoid as Wishlist priority.
Jun 20 2018, 1:53 AM · Atelier

Jun 19 2018

rizzitello closed D13604: Build Flatpak for Atelier.
Jun 19 2018, 2:43 PM · Atelier, Flatpak
rizzitello updated the diff for D13604: Build Flatpak for Atelier.
  • rebase
Jun 19 2018, 2:43 PM · Atelier, Flatpak
apol accepted D13604: Build Flatpak for Atelier.
Jun 19 2018, 2:19 PM · Atelier, Flatpak
rizzitello updated the diff for D13604: Build Flatpak for Atelier.
  • Rebase
Jun 19 2018, 1:37 PM · Atelier, Flatpak
rizzitello added inline comments to D13604: Build Flatpak for Atelier.
Jun 19 2018, 1:36 PM · Atelier, Flatpak
rizzitello updated the diff for D13604: Build Flatpak for Atelier.
  • Apol's Suggestions
  • Add Cleanups
Jun 19 2018, 1:35 PM · Atelier, Flatpak
rizzitello added a comment to D13604: Build Flatpak for Atelier.

I think that for this we should wait to move Atelier from Playground to Extragear.

Jun 19 2018, 1:06 PM · Atelier, Flatpak
apol added inline comments to D13604: Build Flatpak for Atelier.
Jun 19 2018, 12:51 PM · Atelier, Flatpak
laysrodrigues added a comment to D13604: Build Flatpak for Atelier.

I think that for this we should wait to move Atelier from Playground to Extragear.

Jun 19 2018, 12:49 PM · Atelier, Flatpak
rizzitello added projects to D13604: Build Flatpak for Atelier: Flatpak, Atelier.
Jun 19 2018, 12:12 PM · Atelier, Flatpak

Jun 17 2018

rizzitello closed D13577: Set about license to GPL_V3.
Jun 17 2018, 11:25 AM · Atelier
laysrodrigues accepted D13577: Set about license to GPL_V3.
Jun 17 2018, 3:46 AM · Atelier
rizzitello added a project to D13577: Set about license to GPL_V3: Atelier.
Jun 17 2018, 3:36 AM · Atelier

Jun 13 2018

rizzitello closed D13513: Explictly link qwtDll to atelierWidgets if windows.
Jun 13 2018, 3:45 PM · Atelier
laysrodrigues accepted D13513: Explictly link qwtDll to atelierWidgets if windows.
Jun 13 2018, 3:40 PM · Atelier
rizzitello added a project to D13513: Explictly link qwtDll to atelierWidgets if windows: Atelier.
Jun 13 2018, 12:09 PM · Atelier

Jun 7 2018

rizzitello closed D13392: Fix profile reread.
Jun 7 2018, 1:11 PM · Atelier
rizzitello added a comment to D13392: Fix profile reread.

Sorry.

Jun 7 2018, 12:22 PM · Atelier
tcanabrava accepted D13392: Fix profile reread.

Sorry.

Jun 7 2018, 6:43 AM · Atelier

Jun 6 2018

rizzitello added a project to D13392: Fix profile reread: Atelier.
Jun 6 2018, 11:00 PM · Atelier

Apr 30 2018

laysrodrigues moved T7006: Event/Alert icon from Backlog to Doing on the Atelier board.
Apr 30 2018, 1:49 PM · Atelier
laysrodrigues claimed T7006: Event/Alert icon.
Apr 30 2018, 1:49 PM · Atelier
laysrodrigues triaged T8615: Allow to use a list of axis values for movement as Normal priority.
Apr 30 2018, 1:49 PM · Atelier

Apr 16 2018

rizzitello closed T5902: Update Profiles for 3DPrinters and Connect with window widgets as Resolved.
Apr 16 2018, 11:08 AM · Atelier

Apr 14 2018

rizzitello added a comment to T8496: Add support for injection command.

I was planning on using a combnation of the 3d view and the text editor to do this. The Simple form would be implimented within the text editor. This would just allow you to inject command(s) at a layer and/or where the cursor is. With the 3d viewer I'd like to allow the user to select the location of the command injection visually. Advance the 3d preview to a specific point in the print and select "inject Command" . This will let the user do any kinds of injection they can think of and very easy to select the exact location where these actions will happen. We only need to do a few things for the two widgets we will have really nice support for this.

Apr 14 2018, 1:07 PM · Atelier
rizzitello closed T8406: Menubar Mess as Resolved.
Apr 14 2018, 12:49 PM · Atelier

Apr 12 2018

laysrodrigues renamed T4128: Improvements on 3DView from Redo View to Redo 3DView.
Apr 12 2018, 1:44 AM · Atelier
laysrodrigues renamed T4128: Improvements on 3DView from Improve 3D View to Redo View.
Apr 12 2018, 1:44 AM · Atelier
laysrodrigues triaged T8496: Add support for injection command as Normal priority.
Apr 12 2018, 1:44 AM · Atelier

Apr 8 2018

rizzitello moved T8406: Menubar Mess from Bugs to Done on the Atelier board.
Apr 8 2018, 11:01 PM · Atelier