23916 Commits

Author SHA1 Message Date
Arjen Hiemstra
1ff3a30ede Move the machine definition files to the new location 2015-08-05 20:11:37 +02:00
Arjen Hiemstra
842689d88e Update all uses of the Resources API with the changed API 2015-08-05 17:26:52 +02:00
Tim Kuipers
d4e69fd4db feature: json: extruder switch positions 2015-08-05 14:18:27 +02:00
Tim Kuipers
559780e268 removed statically defined extruder settings 2015-08-05 09:50:19 +02:00
Tim Kuipers
b36301347e Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-08-05 09:48:59 +02:00
Tim Kuipers
5ed7a16c62 removed statically defined extruder settings 2015-08-05 09:48:43 +02:00
Tim Kuipers
ec8ca8c58c extruder train defaults per extruder train in fdmPrinter.json 2015-08-04 16:45:27 +02:00
Arjen Hiemstra
9c625a7c41 Remove obsolete __init__.py file 2015-08-04 15:40:37 +02:00
Arjen Hiemstra
26aa78c3b9 Fix OSXRemovableDevicePlugin so it works properly on OSX 2015-08-04 15:39:58 +02:00
Arjen Hiemstra
543c58d57a Use sys.exit() instead of exit()
Apparently there is a difference...
2015-08-04 15:38:19 +02:00
Arjen Hiemstra
803b4fde8d Handle all uncaught exceptions through CrashHandler and gracefully fail if we have no QCoreApplication 2015-08-04 10:31:25 +02:00
Arjen Hiemstra
cb06668628 Use OutputDeviceManagerProxy for save menu and button 2015-08-03 17:29:39 +02:00
Tamara Hogenhout
c1b55cc651 Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-08-03 13:21:06 +02:00
Tamara Hogenhout
54f1ac7805 Adds a version, author & manufacturer to the machine settings files 2015-08-03 13:20:17 +02:00
fieldOfView
d931f6734a Fix poor visibility of MessageStack against grid 2015-08-02 13:24:28 +02:00
Arjen Hiemstra
1819caaed4 Merge branch 'output_device'
* output_device:
  Update all plugin metadata to specify API version
  Remove LocalFileStorage from required plugins and add LocalFileOutputDevice
  Add RemovableDrive plugin that has been moved from Uranium
  Add an icon for "save all" and only enable the action when it makes sense
  Disable recent files if there are no recent files and add an icon
  Properly implement Save Selection
  Return empty string so we get no errors about assigning undefined to string
  Update SaveButton to the changed OutputDevicesModel API
  Update GCodeWriter to the new API
  Add mime types to GCodeWriter plugin
  Write to the right device after changes in Uranium API
  Remove the output_device related stuff from CuraApplication and fix the qml
  Use the OutputDeviceModel for selecting output device
  Try to load all plugins, not just plugins with certain metadata
2015-07-31 17:37:25 +02:00
Arjen Hiemstra
a7780d9e42 Update all plugin metadata to specify API version 2015-07-31 17:07:33 +02:00
Arjen Hiemstra
b96b069c21 Remove LocalFileStorage from required plugins and add LocalFileOutputDevice 2015-07-31 17:07:06 +02:00
Jaime van Kessel
a82717f65c Added views to top bar
Closes #73 and CURA-38 #close
2015-07-31 17:05:44 +02:00
Tamara Hogenhout
783b75bcd9 combines work on the wizard by Jaime and myself
contributes to #128
2015-07-31 16:42:57 +02:00
Tamara Hogenhout
084bd25e02 Machine settings cleanup
added manufacturers and authors to the file and changed the id's to a string more usuable in combination with other files
2015-07-31 16:41:53 +02:00
Arjen Hiemstra
a8c36282fb Merge branch 'master' into output_device
* master: (22 commits)
  Added grouping action
  LayerData now works by using decorators
  Do not cause "dictionary changed size during iteration" errors when changing view
  Adds an idle-state for the layerview slider
  Adds an idle-state for the safebutton
  Sets the platform activity on true when a model is loaded
  Sets the platform activity on true when a model is loaded
  Create functions that get & set platform activity
  Send M104 to set the temperature to 0
  Do not store files that fail to load in recent files
  feat: infill wipe dist; wireframe restructure & renaming; bugfix: draft_shield_height inherit_function
  Also add the parent class' command line arguments
  Only process the layer data if the layer view is active.
  Write to the correct variable so bed temperature is properly updated
  Correct a copy-paste error in getConnectionList
  Properly close all open USB connections on shut down
  Catch errors when trying to close the connection thread
  Enlarge the zone where you can use scrolling to look trough the layer mode.
  included retraction_extra_prime_amount
  tiniest detail concerning the padding of the layer count label
  ...
2015-07-31 12:15:18 +02:00
Tamara Hogenhout
b4a8973975 cleanup 2015-07-30 19:36:05 +02:00
Tamara Hogenhout
8596c08a80 Adds a generic wizard
contributes to #128
2015-07-30 19:11:48 +02:00
Arjen Hiemstra
825349b47b Add RemovableDrive plugin that has been moved from Uranium
Since it now depends on GCodeWriter we should put it somewhere where
GCodeWriter actually exists.
2015-07-30 17:14:22 +02:00
Arjen Hiemstra
3e024e1618 Add an icon for "save all" and only enable the action when it makes sense 2015-07-30 17:08:10 +02:00
Arjen Hiemstra
619e178f0c Disable recent files if there are no recent files and add an icon 2015-07-30 17:07:46 +02:00
Arjen Hiemstra
db59954521 Properly implement Save Selection 2015-07-30 17:07:18 +02:00
Arjen Hiemstra
b5e8f01cfa Return empty string so we get no errors about assigning undefined to string 2015-07-30 16:53:16 +02:00
Jaime van Kessel
e84322ed82 Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-07-30 15:10:48 +02:00
Jaime van Kessel
7c2617133e Updated how machine selection works; Id now identifies a type of machine so multiple variations of the same machine are possible without cluttering your selection 2015-07-30 15:09:50 +02:00
Tim Kuipers
294c7c0f09 new back end call, following new command line parsing 2015-07-30 15:05:07 +02:00
Jaime van Kessel
5188fcc44d Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-07-30 12:17:27 +02:00
Jaime van Kessel
3175788dd3 Updated code styling addmachine wizard 2015-07-30 12:17:17 +02:00
Arjen Hiemstra
68cde3f780 Update SaveButton to the changed OutputDevicesModel API 2015-07-30 09:31:28 +02:00
Tim Kuipers
53e0f681a0 Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-07-29 16:23:16 +02:00
Tim Kuipers
b203c8e6cb prime_tower_size, prime_tower_wipe_enabled, support_extruder_nr, support_roof_extruder_nr, category_dual (+icon), caterogy_shield icon 2015-07-29 16:21:54 +02:00
Jaime van Kessel
5897237710 removed debug code 2015-07-29 16:13:12 +02:00
Tim Kuipers
f7899931e3 adhesion_extruder_nr 2015-07-29 13:13:37 +02:00
Arjen Hiemstra
7c3e53f714 Merge branch 'output_device' of github.com:Ultimaker/cura into output_device 2015-07-29 11:11:17 +02:00
Arjen Hiemstra
d6b3044c79 Update GCodeWriter to the new API 2015-07-28 17:57:08 +02:00
Tim Kuipers
2c010da555 Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-07-28 15:20:22 +02:00
Tim Kuipers
1ef35a9a87 machine_extruder_count 2015-07-28 15:20:13 +02:00
awhiemstra
9c90a1abcd Add log file information 2015-07-28 10:16:49 +02:00
Jaime van Kessel
c1b2ad8a86 Update README.md 2015-07-28 09:15:32 +02:00
Arjen Hiemstra
9d3b36e3ae Fix USB printer detection and reconnect after firmware update on MacOSX
Rather than sending an M105 only after receiving a line with T:, always
send M105 when we are trying to detect baudrate, otherwise we can end
up in an undefined state.

Contributes to #82
1.15.06.03 15.06.03
2015-07-27 18:50:10 +02:00
Arjen Hiemstra
b4596b1ae8 Correct the icon for the Cura .desktop file
Contributes to Ultimaker/Uranium#42
2015-07-27 16:45:44 +02:00
Arjen Hiemstra
b22b79dcb6 Bump version 2015-07-27 16:39:05 +02:00
Jaime van Kessel
4318b7e5ab Original center is now used for merging 2015-07-27 14:36:24 +02:00
Jaime van Kessel
54aeca603e Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-07-27 14:25:42 +02:00