Arjen Hiemstra
900e733839
Add a combo box and menu entries to select the current machine variant
2015-08-11 17:36:05 +02:00
Arjen Hiemstra
255caf8693
Add a combo box to select active profile
2015-08-11 17:35:36 +02:00
Arjen Hiemstra
09cfda095b
Convert the last bits over to the changed API
2015-08-11 17:02:17 +02:00
Arjen Hiemstra
ae79139cc4
Handle Open File events on Mac OSX
2015-08-11 16:48:50 +02:00
Jaime van Kessel
a47c8f7ef6
Updated documentation
2015-08-11 16:01:12 +02:00
Jaime van Kessel
102b2e7fa0
Fixed crash when no transformation was provided in 3mf file
2015-08-11 15:09:00 +02:00
Jaime van Kessel
cfe538c4b7
Merge branch 'master' of https://github.com/Ultimaker/Cura
2015-08-11 15:00:04 +02:00
Jaime van Kessel
d0769f0ac9
Fixes for 3mf multiple object loading
2015-08-11 14:59:39 +02:00
Jaime van Kessel
2119d76ab2
Changes to meshreading, which now returns node instead of mesh
2015-08-11 11:35:25 +02:00
awhiemstra
7d14888610
Merge pull request #239 from tvlgiao/master
...
Add profile for machine 3DMaker Starter
2015-08-11 11:11:51 +02:00
Giao Trinh
4843c21735
rename profile 3dmaker_starter and correct id
2015-08-11 15:22:24 +07:00
Giao Trinh
b45c46f7e8
Update profile file for 3DMaker Starter machine
2015-08-11 15:13:40 +07:00
Giao Trinh
ad88262345
Add STL platform file of 3DMaker Starter machine
2015-08-11 15:08:57 +07:00
Jaime van Kessel
0d14e830f2
Merge pull request #241 from KJHamblin/master
...
Add RigidBot & RigidBotBig Profiles
2015-08-11 09:32:56 +02:00
KJHamblin
0a7e7b0702
Add RigidBot & RigidBotBig Profiles
...
This adds the RigidBot & RigidBotBig .json and .stl necessary for
support in Cura 15.06
2015-08-10 21:33:34 +02:00
Giao Trinh
a34031d319
Add profile for machine 3DMaker Starter
2015-08-10 21:54:38 +07:00
Jaime van Kessel
f2a4091304
First implementation of 3mf reader
2015-08-10 16:38:46 +02:00
Tim Kuipers
0aa83c172e
bugfix: old UMs use nozzle offset in gcode, not in machine
2015-08-10 16:10:36 +02:00
Tim Kuipers
1980862f53
new settings: support_conical_min_width, support_conical_angle
2015-08-10 16:09:45 +02:00
Tim Kuipers
d2d9be26bc
feat: disable xy-shifted gcode: machine_use_extruder_offset_to_offset_coords
2015-08-10 15:20:55 +02:00
Tim Kuipers
f035a11902
natural language syntax error
2015-08-10 14:13:04 +02:00
Tim Kuipers
c187337e8a
Merge branch 'master' of https://github.com/Ultimaker/Cura
2015-08-10 14:12:12 +02:00
Tim Kuipers
35dd4e0193
JSON: feat: support expansion offset
2015-08-10 14:12:03 +02:00
Tim Kuipers
17347da91d
JSON: feat: conical support (experimental)
2015-08-10 14:11:26 +02:00
Tamara Hogenhout
29c307f364
Adds the backspace as a schortcut to trigger the delete object action.
...
This StandardKey only works for MacOS, for more info see http://doc.qt.io/QtVirtualKeyboard/qml-qtquick-enterprise-virtualkeyboard-backspacekey.html
fixes #237
2015-08-10 12:24:24 +02:00
Arjen Hiemstra
0962fdddf1
Add translations to ALL target and add install directives
2015-08-07 17:23:02 +02:00
Tim Kuipers
7253531002
JSON bugfix: moved extruder train setting to specific JSONs
2015-08-06 17:05:56 +02:00
Tim Kuipers
b718627e81
JSON: moved extruder train specific settings to its own category
2015-08-06 16:43:05 +02:00
Tim Kuipers
513d4ed426
JSON: moved back statically defined extruder settings
2015-08-06 15:42:23 +02:00
Tamara Hogenhout
78b9f827bc
Merge pull request #210 from fieldOfView/fix_messagestack_visibility
...
Fix poor visibility of MessageStack against grid
2015-08-06 10:30:33 +02:00
Arjen Hiemstra
f60dc01e66
Disable machine detection code for the moment as it needs to be ported
2015-08-05 21:12:21 +02:00
Arjen Hiemstra
1947d773a3
Update all usage of activeMachine to the new API
2015-08-05 20:12:29 +02:00
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